the code:
objXMLHttp = new ServerXMLHTTP40();
objXMLHttp.open("POST", "http://localhost/whp_ws/Service1", false, "", "");
objXMLHttp.setRequestHeader("Content-Type", "text/xml; charset=utf-8");
objXMLHttp.setRequestHeader("SOAPAction", "http://localhost/whp_ws/Service1/Method1")...