users@jax-rpc.java.net

Re: Apache SOAP vs JWSDP interop issue ("return" element)

From: Alessio Cervellin <alessio.cervellin_at_sun-cs-italy.com>
Date: Mon, 18 Apr 2005 21:20:37 +0200

Anne Thomas Manes wrote:
> [CUT]
>
> In other words, the proper format of the response message is
> determined by the WSDL. Apache SOAP and Apache Axis always generate
> response messages according to their own convention rather than
> according to a specified WSDL.
>
> So ... I can't tell you which implementation is working properly until
> you show me the WSDL and the SOAP response message. But, if the WSDL
> specifies something other than this WSDL message definition:
>
> <wsdl:message name="[message name]">
> <wsdl:part name="return" type="[response type]"/>
> </wsdl:message>
>
> then you shouldn't have an element called <return> in the response message.

Thanks a lot for all the useful & detailed info you provided, that's
what I was exactly searching for (especially about the last sentence!)