Displaying 2 results from an estimated 2 matches for "soapheader".
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...convertToSName), paste("server = .defaultServer, .convert = ",
converter, ", .opts = list(...), ...")), collapse = ",\n\t "),
paste(",\n\t nameSpaces = ", ifelse(is.na(nameSpaces), nameSpaces,
simple.dQuote(nameSpaces))), if (insertSoapHeader) ", .soapHeader = NULL",
")\n{\n", fixes[1], "\t .SOAP(server, .operation at name, ",
"\n\t\t", dotArgs, if (length(.operation at parameters)) ", " else "",
"\n\t\t", "action = .operation at action, &...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...his?
ff@functions$FunctionName itself looks like this:
An object of class "WSDLGeneratedSOAPFunction"
function (parameters = list(...), ..., server = .defaultServer,
.convert = .operation@returnValue, .opts = list(), nameSpaces =
"1.2",
.soapHeader = NULL)
{
.SOAP(server, .operation@name, parameters = as(parameters,
"client.apiKey.batchMessage"), action = .operation@action,
xmlns = .operation@namespace, .types = .operation@parameters
,
.convert = .convert, .header =...