XMLResponse Property
See Also Example Applies To
Read-Only. A string containing the XML response returned from the remote server.
Syntax
object.XMLResponse
The object placeholder represents an XMLRPCResponse object.
Remarks
After executing a call to the remote server this property will contain the XML returned by the server. For debuging purposes this property can be set without a call to a remote server. When the property is set, the parsing process is executed and either the Params, Fault or XMLParseError will be set, as usual, check the Status property to find out which.
|