Click or drag to resize
WebServiceCall Methods

The WebServiceCall type exposes the following members.

Methods
  NameDescription
Protected methodAppendSessionCode(String)
Appends the SessionCode value to an XML request string depending on the SessionCodeValidation setting, and returns the updated XML string
Protected methodAppendSessionCode(XmlDocument)
Appends the SessionCode value to an XmlDocument depending on the SessionCodeValidation setting, and returns the updated XML string
Public methodCallWebService
Calls the web service method.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerateEncryptedRequest
Generates an encrypted web service call XML request string.
Public methodGeneratePlainTextRequest
Generates a plain-text web service call XML request string.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseSOLOServerStatus
Parses a status string returned by SOLO Server web services.
Public methodProcessResponse(String)
Processes a web service response XML string.
Public methodProcessResponse(XmlNode)
Processes a web service response XML.
Public methodResetSessionCode
Sets the SessionCode value to a new, randomized value.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidateWebServiceResponseFormat
Verifies the format of the response received is such that expected and required content can be found and parsed.
Top
See Also