Displaying 1 result from an estimated 1 matches for "azithromycin".
2012 Mar 07
2
SSOAP and Chemspider: Security token?
...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 occurred in the HTTP request: Unauthorized web service us...