search for: tosoap

Displaying 4 results from an estimated 4 matches for "tosoap".

2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...Third attempt" First attempt: I have a ServiceInfo type as part of the request, that has two components, a clientID that is an int and a serviceInfoType that is an enum. I was able to create the ServiceInfo class object and was able to make the function call, but I was getting an error in the toSOAP(). > sinfo = c(clientId=1, serviceType='Engine') > class(sinfo) <- def at classes$`SOAP/DataService`$ServiceInfo > res = def at functions$simpleQuery(sinfo, 'select 1 as One') Loading required package: bitops Error in toSOAP(argValues[[i]], methodCal...
2007 Nov 06
1
Pass Array input to web service
Hello everybody, I'm using SSOAP and RCurl to call webservice. I got success in calling webservice with string as an input. Now i want to pass array as an input(can be single or multidimensional). When i do that i get error. unable to find an inherited method for function "toSOAP", for signature "data.frame", "textConnection", "NULL" When i remove argument part then it doesn't give any error. here is the code inputarray <- read.table("path/to/file") Server <- SOAPServer("http://192.168.100.1/abc.php") res...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...n (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 same parameters to be valid. The call generates the following warning: Warning message: In toSOAP(x, con = newXMLNode(type@elType@name, parent = con), type = type@elType, : Converting value to primitive SOAP type results in vector with more than one element. Ignoring remainder. The parameter arguments are quite complex, and require single value string parameters (client, and apiKey)...
2010 Sep 10
0
SSOAP complex request types
...for converting the generated types into SOAP requests, but it does generate them for converting **from** SOAP requests to the complex types. The error that I get when trying to pass an object of type "LoginReq" (as generated by processWSDL) is that LoginReq does not inherit method "toSOAP" with signature (obj="LoginReq", con="XMLInternalElementNode", type="NULL"). Does anyone with experience of this library know if theres something i'm doing wrong? or is it the case that sending complex request types isn't supported? Thanks, Jonny [[al...