Created by Engines.SOAP.newClient(), the SOAPClient object provides a way to make a SOAP request to a remote web server.
| Properties Summary | |
String |
namespace
|
String |
namespaceUri
|
| Function Summary | |
function
|
call( <String> command, <String> soap_request )
|
| Properties Detail |
namespace
String namespace
namespaceUri
String namespaceUri
| Function Detail |
call
function call( <String> command, <String> soap_request )
-
Parameters:
command - string specifying the remote SOAP command. It is specific to the remote server's supported commands. Refer to the server's specifications.
soap_request - JSON object of the SOAP input values of the form { name1: value1, name2: value2 } For example,
var response = soap_client.call(
"SOAPCommandName",
{
"method": "method.specific.to.api",
"api_key": "0123456789abcdefg",
"foo": "bar"
}
);
-
Returns:
-
a Engines.SOAP.SOAPResponse object
|
Klipfolio Dashboard API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2011 Klipfolio Inc. All Rights Reserved.