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.


Reply via email to