Displaying 1 result from an estimated 1 matches for "massbank_simple_2request".
2008 May 09
1
SSOAP: arguments passed as
...verbose = TRUE)
Operation MassBank_Simple_2
Error: Cannot resolve SOAP type in empty context
Problem seems to be that there are no <types> defined in the WSDL,
and that the service passes input/output as a single XML BLOB
in the body (full WSDL below):
<wsdl:input name="MassBank_Simple_2Request">
<wsdlsoap:body encodingStyle="..." namespace="msbi"
</wsdl:input>
Any ideas ? Would I have to hack genSOAPClientInterface()
or are there simpler ideas ? Alternatively, what changes
would be needed to the WSDL ?
Yours,
Steffen
<?xml version=...