search for: tempinput

Displaying 1 result from an estimated 1 matches for "tempinput".

Did you mean: temp_input
2007 Nov 06
1
Pass Array input to web service
...;, "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 -- 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.