Click or drag to resize
WebServiceCallProcessResponse Method (String)
Processes a web service response XML string.

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual bool ProcessResponse(
	ref string response
)

Parameters

response
Type: SystemString
The response XML string.

Return Value

Type: Boolean
Returns true if successful. If not successful, check the LastError property for details.
See Also