Re: Get SOAP header from Call instance?

2006-05-12 Thread Axel Bock
thanks, I already solved the problem. It was part my fault :) grettings, axel.On 5/11/06, Roman Weidlich [EMAIL PROTECTED] wrote:Trying the EchoNonBlockingDualClient (addressing module is found) getting: org.apache.axis2.AxisFault: Address already in use: JVM_Bind

Get SOAP header from Call instance?

2006-05-11 Thread Axel Bock
Hi, I am having BIG problems with a very, very, very simple Axis WS call. Basically I am trying to get a String back from a web service, which has only one method without parameters. I managed to generate stubs and call it, but I would really like to call it without having to build stubs. problem

Re: Get SOAP header from Call instance?

2006-05-11 Thread Davanum Srinivas
use call's addHeader (http://www-128.ibm.com/developerworks/xml/library/x-tipsoap.html) -- dims On 5/11/06, Axel Bock [EMAIL PROTECTED] wrote: Hi, I am having BIG problems with a very, very, very simple Axis WS call. Basically I am trying to get a String back from a web service, which has

Re: Get SOAP header from Call instance?

2006-05-11 Thread Axel Bock
Oh, sorry - I didn't mention. I guess you're assuming I'm using Axis 2. I'm not :)And my call does not have an addHeader() method, as much as I wish for it :))Greetinsg thanks, Axel. On 5/11/06, Davanum Srinivas [EMAIL PROTECTED] wrote: use call's

Re: Get SOAP header from Call instance?

2006-05-11 Thread Davanum Srinivas
Nope. i made no such assumption :) Please read the url carefully. note the package names. -- dims On 5/11/06, Axel Bock [EMAIL PROTECTED] wrote: Oh, sorry - I didn't mention. I guess you're assuming I'm using Axis 2. I'm not :) And my call does not have an addHeader() method, as much as I wish

Re: Get SOAP header from Call instance?

2006-05-11 Thread Roman Weidlich
Trying the EchoNonBlockingDualClient (addressing module is found) getting: org.apache.axis2.AxisFault: Address already in use: JVM_Bind