[R] Pass Array input to web service

2007-11-05 Thread Rohan7
lt <- .SOAP(Server, "FunctionName", .soapArgs=list('tempInput' = inputarray),action="/abc.php") Any suggestions.:working: Thanks and regards, Rohan7 -- View this message in context: http://www.nabble.com/Pass-Array-input-to-web-service-tf4756480.html#a136018

Re: [R] Calling php web service fails

2007-10-24 Thread Rohan7
ling it and got the error - FromSOAP(response[[1]]) : Don't understand the SOAP type `xsd:array' yet. Any suggestions on this error. Thank you once again for such a prompt reply.=) Regards, Rohan7 -- View this message in context: http://www.nabble.com/Calling-php-web-service-

[R] Calling php web service fails

2007-10-23 Thread Rohan7
see the web service page. I want to call a PHP web service and send paramters to web service and retrieve results using RCurl/SSOAP. Can somebody provide me an example for the same which is working? Also can somebody explain how sending parameters string or array can be achieved? Regards, Rohan7