search for: csidlist

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

Did you mean: bsdlist
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...) chemspider_sectoken <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" # (token was here) cs <- processWSDL("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"),...