DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8426>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8426 Axis client can not access .Net Web Service ------- Additional Comments From [EMAIL PROTECTED] 2002-04-25 16:53 ------- The API you are missing is org.apache.axis.client.Call.setUseSOAPAction(true). Or javax.xml.rpc.Call.setProperty("javax.xml.rpc.soap.http.soapaction.use", Boolean.TRUE) Per JAX-RPC, there is an attribute that indicates if SOAPAction is being used that defaults to FALSE. See JAX-RPC section 8.2.4.2, Table 8-2.