Displaying 1 result from an estimated 1 matches for "wsdlgeneratedsoapfunction".
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...client.apiKey.batchMessage",
client = "XXXXX",
apiKey = "XXXXX",
batchMessage = abm
)
ff@functions$FunctionName(parameters = cab)
# Call the WSDLGeneratedSOAPFunction with the above parameters
ff@functions$FunctionName(parameters = cab)
WSDLGeneratedSOAPFunction (here 'FunctionName') call returns a correctly
structured result from the server, with a note in it's exception slot about
an invalid parameter. Others using Java have found the sam...