Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-10 Thread Brian De Pradine
Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Isuru Suriarachchi isur...@gmail.com wrote on 10/11/2009 06:33:07: [image removed] Re: How to set SOAP Action using JAXWS dispatch client API? Isuru Suriarachchi

Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-10 Thread Davanum Srinivas
it right the first time, where will you find the time to do it again? Isuru Suriarachchiisur...@gmail.com wrote on 10/11/2009 06:33:07: [image removed] Re: How to set SOAP Action using JAXWS dispatch client API? Isuru Suriarachchi to: axis-dev 10/11/2009 06:33 Please respond to axis-dev Hi

Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-10 Thread Isuru Suriarachchi
If you can't find the time to do it right the first time, where will you find the time to do it again? Isuru Suriarachchiisur...@gmail.com wrote on 10/11/2009 06:33:07: [image removed] Re: How to set SOAP Action using JAXWS dispatch client API? Isuru Suriarachchi to: axis-dev 10/11

Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-09 Thread Brian De Pradine
, where will you find the time to do it again? From: Isuru Suriarachchi isur...@gmail.com To: axis-dev@ws.apache.org Date: 08/11/2009 07:58 Subject: How to set SOAP Action using JAXWS dispatch client API? Hi all, I'm using a JAXWS dispatch client (without generating proxy code) to invoke

Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-09 Thread Isuru Suriarachchi
@ws.apache.org Date: 08/11/2009 07:58 Subject: How to set SOAP Action using JAXWS dispatch client API? -- Hi all, I'm using a JAXWS dispatch client (without generating proxy code) to invoke a simple service. Now I want to engage addressing to this client and test some

How to set SOAP Action using JAXWS dispatch client API?

2009-11-07 Thread Isuru Suriarachchi
Hi all, I'm using a JAXWS dispatch client (without generating proxy code) to invoke a simple service. Now I want to engage addressing to this client and test some asynchronous scenarios. But I can't find how to set the SOAP Action through this dispatch client API. Can someone who's familiar with