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
sp
I've given up on service-generated-WSDL - I hand-cut/validate WSDL and use WSDL2Java to generate both the server-side skeleton and the client side stubs. I haven't done it yet but I'm told its straight forward to modify the generated code to return static WSDL files rather than genertaing WSDL on t
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 an
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
element, no element.
However, the generated skeleton code seems to be including a
response to the request.
This is proven