Is there any way to get the Express response XML as a string from VXPResponse? I see that the XML is logged out before my VXPCompletionHandler is invoked, but is there any way for me to get that string directly?
This is something that has been added in the latest version of the SDK. VXPResponse now contains the property "RawResponse" which is the XML response from Express.
Brandon,
This is something that has been added in the latest version of the SDK. VXPResponse now contains the property "RawResponse" which is the XML response from Express.