Re: WSDL2Java header creation issues

2009-08-12 Thread sksalver
rvice. I used a > tool called SoapUI to call the service, I was getting back the response. > Is > there a way to see what SOAP xml request is being sent? I mean a way to > log > or do a standard out? > > Thanks, > Samanth. > > On Wed, Aug 12, 2009 at 1:51 PM, sksal

Axis remove mustUnderstand attribute

2009-08-12 Thread sksalver
I am using Axis to generate the stub classes and using the axis client stub method to set the header and its generating extra attribute "soapenv:mustUnderstand="0"" please let me know if any of you know how to remove this attribute. Thank you, Swapna -- View this message in context: http://www.

Re: WSDL2Java header creation issues

2009-08-12 Thread sksalver
You can use axis client stub class methos set header to do this. Thanks, Swapna samanth marisetty wrote: > > Hi, > >I am using WSDL2Java to create java stubs and want to write a client. I > wanted to know if there is any argument that I need to use, to generate > the > headers. > > Tha