Displaying 1 result from an estimated 1 matches for "inputarray".
Did you mean:
initarray
2007 Nov 06
1
Pass Array input to web service
...n 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")
result <- .SOAP(Server, "FunctionName", .soapArgs=list('tempInput' =
inputarray),action="/abc.php")
Any suggestions.:working:
Thanks and regards,
Rohan7
-...