On 6/29/06, John Mani <[EMAIL PROTECTED]> wrote:
Hi all
Any comments on the below issue ? I'd expect this to be a common scenario .. so am I
misunderstanding something ?
thanx
-john
________________________________
From: John Mani [mailto:[EMAIL PROTECTED]]
Sent: Tue 6/27/2006 6:53 PM
To: axis-user@ws.apache.org
Subject: WSDL2Java and one-way binding
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]