C# Class MorseCode.CsJs.Net.SoapClient.SoapClientInvocator

Datei anzeigen Open project: jam40jeff/CsJs

Public Methods

Method Description
Invoke ( ) : void
SoapClientInvocator ( string username, string password, string url, TimeSpan timeout, string method, object>.IDictionary parameters, Action successCallback, Action errorCallback, Action wsdlErrorCallback ) : System

Private Methods

Method Description
DecodeString ( string s ) : string
EncodeString ( string s ) : string
EnsureJsType ( string elementName, object value, string expectedType ) : void
EnsureScriptType ( string elementName, object value, string expectedType ) : void
FailedWsdl ( jQueryXmlHttpRequest request, string textStatus, string error ) : void
FindSoapAction ( XmlDocument wsdl, string targetNamespace ) : string
GetNamespaceResolver ( string targetNamespace ) : string>.Func
GetObjectRecursive ( IXmlSchemaElementDefinition elementDefinition, XmlNode parentNode ) : object
GetObjectValue ( IXmlSchemaElementDefinition elementDefinition, XmlNode node ) : object
GetObjectXmlRecursive ( IXmlSchemaElementDefinition elementDefinition, object value, bool ignoreArray, NamespacePrefixes namespacePrefixes ) : string
GetParametersXml ( XmlDocument wsdl, NamespacePrefixes namespacePrefixes ) : string
GetReturnValue ( XmlDocument wsdl, XmlDocument data ) : object
InvokeUsingWsdl ( XmlDocument wsdl ) : void
IsArrayContainer ( IXmlSchemaComplexTypeDefinition complexElementDefinition ) : bool
LoadedWsdl ( XmlDocument data ) : void
ThrowTypeException ( string elementName, object value, Type expectedType ) : void

Method Details

Invoke() public method

public Invoke ( ) : void
return void

SoapClientInvocator() public method

public SoapClientInvocator ( string username, string password, string url, TimeSpan timeout, string method, object>.IDictionary parameters, Action successCallback, Action errorCallback, Action wsdlErrorCallback ) : System
username string
password string
url string
timeout TimeSpan
method string
parameters object>.IDictionary
successCallback Action
errorCallback Action
wsdlErrorCallback Action
return System