Displaying 2 results from an estimated 2 matches for "wsdlsoap".
2008 May 09
1
SSOAP: arguments passed as
...le_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="1.0" encoding=...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://biomoby.org/CentralXSDs.xsd">
<xsd:element minOccurs="0&quo...