Displaying 3 results from an estimated 3 matches for "rohan7".
Did you mean:
rohan
2007 Oct 19
2
How to create Web service in R?
...ce using RCurl
package. The pdf from google doesnt have entire code in it.[ R as web client
- RCurl package]. It's not written how to send parameter for a function or
i'm missing something. I want to pass parameter to a function of a
webservice.
Please help me for the same.
Regards,
Rohan7
--
View this message in context: http://www.nabble.com/How-to-create-Web-service-in-R--tf4651580.html#a13289735
Sent from the R devel mailing list archive at Nabble.com.
2007 Oct 24
1
Calling php web service fails
...i only 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
--
View this message in context: http://www.nabble.com/Calling-php-web-service-fails-tf4682018.html#a13379049
Sent from the R help mailing list archive at Nabble.com.
2007 Nov 06
1
Pass Array input to web service
...inputarray <- read.table("path/to/file")
Server <- SOAPServer("http://192.168.100.1/abc.php")
result <- .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#a13601890
Sent from the R help mailing list archive at Nabble.com.