You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dies Koper <di...@jp.fujitsu.com> on 2005/12/01 01:00:08 UTC

Re: Axis 1.3 solicit-response style operation

Hello Andras,

Your WSDL probably was the input and output definitions in a portType 
definition mixed up.
For request-reponse they should be <wsdl:input> -> <wsdl:output> -> 
<wsdl:fault>.
For solicit-response they should be <wsdl:output> -> <wsdl:input> -> 
<wsdl:fault>.
Refer to the WSDL1.1 spec (section 2.4).

If you don't understand what request-reponse and solicit-response mean, 
then you'd probably want request-reponse.

Regards,
Dies

Andras Balogh wrote:
> Hello all,
> 
>    I have used the wsdl2java class to generate the java classes for a 
> WSDL i have recieved.
> During the generation i get the following message:
> "sendResult is a solicit-response style operation and is unsupported."
>    Can somebody point out what this means? I'm not 100% convinced the 
> WSDL i used is correct
> and i don't think a solicit-response operation is needed.
> So is there a link or reference to what operations exist and how these 
> are described in the WSDL?
> 
> Thank you,
> Andras.
>