RE: problems with setting soapAction to method name

2003-10-01 Thread Wermus Fernando
I´m a newbie, but I give you my javascript client code, my be it could help. function enviar(){ var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP.4.0"); xmlhttp.open("POST", "http://127.0.0.1:8080/axis/Calculator.jws",tru

Re: problems with setting soapAction to method name

2003-09-30 Thread Dimuthu Leelarathne
Hi Abhijat, Try setting the SOAP Action as follows in your client/ stub. call.setUseSOAPAction(true); call.setSOAPActionURI("method-Name") Cheers, Dimuthu. - Original Message - From: "Abhijat Thakur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 3:53 AM S