On Sun, 10 Feb 2002 14:30:35 -0500, in soap you wrote:

>First, I've noticed that with Simon's implementation of Interop 2C tests,
>the generated WSDL does not seem to contain any <soap:header> entries.  You
>can see the results at
>http://nagoya.apache.org:5049/axis/services/echo?wsdl .

I also noticed that for echoStructAsSimpleTypes, the request message
is given as
  <wsdl:message name="echoStructAsSimpleTypesRequest">
    <wsdl:part name="inputStruct" type="tns1:SOAPStruct"/>
    <wsdl:part name="outputString" type="xsd:string"/>
    <wsdl:part name="outputInteger" type="xsd:int"/>
    <wsdl:part name="outputFloat" type="xsd:float"/>
  </wsdl:message>

when it should be
  <wsdl:message name="echoStructAsSimpleTypesRequest">
    <wsdl:part name="inputStruct" type="tns1:SOAPStruct"/>
  </wsdl:message>

Cheers
Simon
www.pocketsoap.com

Reply via email to