Displaying 1 result from an estimated 1 matches for "searchbymass2".
2011 Jul 20
1
SSOAP & chemspider
...DL("http://www.chemspider.com/MassSpecAPI.asmx?WSDL") :
Ignoring additional <service><port> ... elements
Next I've tried using just the pure .SOAP to call the database.
s <- SOAPServer("http://www.chemspider.com/MassSpecAPI.asmx")
csid<- .SOAP(s, "SearchByMass2", mass=89.04767, range=0.01,
action = I("http://www.chemspider.com/SearchByMass2"),
xmlns = c("http://www.chemspider.com"), .opts = list(verbose = TRUE))
This seems to work and gives back a result. However, this result isn't the right result. It's s...