C# 클래스 WSSAT.BusinessLayer.WebServiceToInvoke

파일 보기 프로젝트 열기: YalcinYolalan/WSSAT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Params List
ResponseSOAP System.Xml.Linq.XDocument
ResultString string
StatusCode int

공개 메소드들

메소드 설명
AddParameter ( string name, string value ) : void
CleanLastInvoke ( ) : void
InvokeMethod ( string methodName, string targetNameSpace, WSDescriber wsDesc, List &respHeader, string customSoapHeaderTags, string customSoapBodyTags ) : void
SetBasicAuthHeader ( HttpWebRequest request, String userName, String userPassword ) : void
WebServiceToInvoke ( ) : System
WebServiceToInvoke ( string baseUrl ) : System

비공개 메소드들

메소드 설명
AssertCanInvoke ( string methodName = "" ) : void
ExtractDocumentFromResponse ( string response ) : XmlDocument
ExtractResult ( string methodName, string targetNameSpace ) : void
InvokeMethod ( string methodName, bool encode, string targetNameSpace, WSDescriber wsDesc, List &respHeader, string customSoapHeaderTags, string customSoapBodyTags ) : void
PosInvoke ( ) : void
PreInvoke ( ) : void
SetHeader ( HttpWebResponse resp, List &respHeader ) : void
ThrowIfSoapFault ( string responseFailure ) : void

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string name, string value ) : void
name string
value string
리턴 void

CleanLastInvoke() 공개 메소드

public CleanLastInvoke ( ) : void
리턴 void

InvokeMethod() 공개 메소드

public InvokeMethod ( string methodName, string targetNameSpace, WSDescriber wsDesc, List &respHeader, string customSoapHeaderTags, string customSoapBodyTags ) : void
methodName string
targetNameSpace string
wsDesc WSSAT.DataTypes.WSDescriber
respHeader List
customSoapHeaderTags string
customSoapBodyTags string
리턴 void

SetBasicAuthHeader() 공개 메소드

public SetBasicAuthHeader ( HttpWebRequest request, String userName, String userPassword ) : void
request System.Net.HttpWebRequest
userName String
userPassword String
리턴 void

WebServiceToInvoke() 공개 메소드

public WebServiceToInvoke ( ) : System
리턴 System

WebServiceToInvoke() 공개 메소드

public WebServiceToInvoke ( string baseUrl ) : System
baseUrl string
리턴 System

프로퍼티 상세

Params 공개적으로 프로퍼티

public List Params
리턴 List

ResponseSOAP 공개적으로 프로퍼티

public XDocument,System.Xml.Linq ResponseSOAP
리턴 System.Xml.Linq.XDocument

ResultString 공개적으로 프로퍼티

public string ResultString
리턴 string

StatusCode 공개적으로 프로퍼티

public int StatusCode
리턴 int