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=8340>. 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=8340 Empty value in WSDL soapAction attribute Summary: Empty value in WSDL soapAction attribute Product: Axis Version: beta-1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When generating WSDL from URL, the generated WSDL contains an empty "soapAction" attribute of the operations element. This cause some compatability problems with a SOAP client that I've used. To reproduce : URL : http://localhost:8080/axis/StockQuoteService.jws?WSDL Result : .... <wsdl:binding name="StockQuoteServiceSoapBinding" type="intf:StockQuoteService"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="getQuote"> <wsdlsoap:operation soapAction="" /> .... As you can see the we get soapAction="" instead of soapAction="getQuote".