Hi List,
I am using as WSDL to generate Java client classes using WSDL2Java. When
calling the generated stubs to trigger a request going over the network I
would like to include several messages per Soap-Envelope.
So, to make this more explicit:
Instead of
Can you post your WSDL? How are you invoking the webservice? DII? generated
Stubs?
- Junaid
"Wagh, Shrikant"
<[EMAIL PROTECTED]
Well!! you can consider the following options
1. if it is a axis doc-lit message service then to avoid this issue you may put one operation in one WSDL and implement those as seperate web services end points
2. Without operation name server cannot invoke the operation, how the axis engine will kn
Hi Axis users and
developers,
I'm facing a very unique
issue and any help, suggestion pointers to resolve this would be highly
appreciated.
Context of the issue
I have 6 operations (web
services) in one WSDL. All these web services are deployed as A
Hi Axis users and developers,
I'm facing a very unique issue and any help, suggestion pointers to resolve this would
be highly appreciated.
Context of the issue
I have 6 operations (web services) in one WSDL. All these web services are deployed as
Axis-Message styl