Displaying 2 results from an estimated 2 matches for "soaparg".
Did you mean:
  soapargs
  
2007 Nov 06
1
Pass Array input to web service
...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
-- 
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.
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...essWSDL("http://www.chemspider.com/Search.asmx?WSDL")
# intf <- genSOAPClientInterface(,cs)
# (this fails, see below. The Mass Spec API is correctly parsed. Therefore by hand:)
csidlist <- .SOAP(server=cs@server,
                  method="SimpleSearch",
                  .soapArgs=list(
                    query="Azithromycin",
                    token=token
                  ),
                  action=I("http://www.chemspider.com/SimpleSearch"),
                  xmlns=c("http://www.chemspider.com/")
                  )
Fehler: Error occurr...