multiple message

2004-01-30 Thread rost
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

Re: Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-03 Thread Junaid . Bhatra
Can you post your WSDL? How are you invoking the webservice? DII? generated Stubs? - Junaid "Wagh, Shrikant" <[EMAIL PROTECTED]

Re: Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Web Service Wizzard
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

Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Wagh, Shrikant
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

Please help: How to invoke intended operation when the multiple Message-style operations are defined in one WSDL and served by the single endpoint location URL

2003-12-02 Thread Wagh, Shrikant
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