Displaying 2 results from an estimated 2 matches for "massbank_instru".
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...eason for the error is
> that the WSDL *does not have* any <wsdl:types>...</wsdl:types>,
I created a local copy and inserted a dummy
<wsdl:types>...</wsdl:types> element.
Then, my simple snippet works:
library(SSOAP)
# Hacked local copy
w = processWSDL("./MassBank_Instruments")
# this breaks genSOAPClientInterface()
w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments")
mobyRequest <- "<moby:MOBY xmlns:moby=\"http://www.biomoby.org/moby\"/>"
iface = genSOAPClientInterface(def = w,...
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...rvices,
it would be quite important to a) fix SSOAP or
b) fix the WSDL generator.
I am a bit lost how to continue debugging here,
any clues or help to get me going ?
Thanks in advance,
Yours,
Steffen
The code:
library(SSOAP)
w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments")
iface = genSOAPClientInterface(def = w, verbose=TRUE)
The output and system info:
> library(SSOAP)
>
> w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments")
> iface = genSOAPClientInterface(def = w, verbose=TRUE)
Operation MassBan...