Click or drag to resize
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.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual bool ValidateWebServiceResponseFormat(
	XmlNode response
)

Parameters

response
Type: System.XmlXmlNode
The XmlNode containing the web service response.

Return Value

Type: Boolean
True if the element is found, otherwise false.
See Also