I'm using Axis 1.4 WSDL2Java to generate skeletons for a webservice from a WSDL doc.
 
The source WSDL (generated by .NET) uses one-way binding - it just specifies a
<wsdl:input> element, no <wsdl:output> element.
 
However, the generated skeleton code seems to be including a response to the request.
This is proven by checking the deployed skeleton's WSDL (deployed in tomcat, using
the axis war) - it contains  <wsdl:input> and <WSDL:output> messages. Also, when
I run the .NET client against the deployed skeleton, the client complaints about the
unexpected entity body in the response.
 
Any comments/help ?
 
thanx
-jm

Reply via email to