abhijat,
Try this.
call.setUseSOAPAction(true);
call.setSOAPActionURI("methodName");
Dimuthu.
- Original Message -
From: Abhijat Thakur
To: [EMAIL PROTECTED]
Sent: Saturday, September 06, 2003 4:56 AM
Subject: settting soapaction
In my wsdl file i see the soapAction attrib
Hi abhijat
if u using the Service, Call interface (SDI am I right )to send the
request you can use setSOAPAction() method on the call.
If u are using the stubs genarating fro the wsdl file using wsdl2java
then go to *Stub class and do a serach on "setSOAPAction" you can find
palces the SOAP act
In my wsdl file i
see the soapAction attribute set to "" . How can i modify the soapAction while
publishing the services ? I am publishing the services as desribed in the axis
documentation.
thanks
abhijat