Displaying 1 result from an estimated 1 matches for "mobyrequest".
Did you mean:
  domyrequest
  
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...</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, verbose=TRUE)
  cat(iface at functions$MassBank_Instruments(mobyRequest))
Hope that helped, 
Yours,
Steffen
"./MassBank_Instruments" that works:
<?xml...