WebServiceCallProcessResponse Method (String) |
Processes a web service response XML string.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool ProcessResponse(
ref string response
)
Public Overridable Function ProcessResponse (
ByRef response As String
) As Boolean
public:
virtual bool ProcessResponse(
String^% response
)
Parameters
- response
- Type: SystemString
The response XML string.
Return Value
Type:
BooleanReturns true if successful. If not successful, check the
LastError property for details.
See Also