WebServiceCallValidateWebServiceResponseFormat Method |
Verifies the format of the response received is such that expected and required content can be found and parsed.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool ValidateWebServiceResponseFormat(
XmlNode response
)
Public Overridable Function ValidateWebServiceResponseFormat (
response As XmlNode
) As Boolean
public:
virtual bool ValidateWebServiceResponseFormat(
XmlNode^ response
)
Parameters
- response
- Type: System.XmlXmlNode
The XmlNode containing the web service response.
Return Value
Type:
BooleanTrue if the element is found, otherwise false.
See Also