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 action set to the call. (once 4 each method declaration).Change them ! hope this help regards Srinath On Sat, 2003-09-06 at 04:56, Abhijat Thakur wrote: > 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