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=13950>. 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=13950 Parser error for HTTP-style message parts Summary: Parser error for HTTP-style message parts Product: Axis Version: 1.0 Platform: PC URL: http://www.framewerks.com/webservices/fwarticleservice/f warticles.asmx?wsdl OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It appears that Axis correctly ignores the HTTP/Get and HTTP/Post bindings; however, it seems to process all of the messages regardless of whether they are referenced by a SOAP binding. It fails when it encounters a common HTTP/Get-style message containing an untyped part. The message for the referenced URL generates the following error: java.io.IOException: Error: Message part Body of operation or fault GetArticles has no element or type attribute. at org.apache.axis.wsdl.symbolTable.SymbolTable.getParametersFromParts(SymbolTable.java:1322) at org.apache.axis.wsdl.symbolTable.SymbolTable.getOperationParameters(SymbolTable.java:1053) at org.apache.axis.wsdl.symbolTable.SymbolTable.populateParameters(SymbolTable.java:987) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:385) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:371) at org.apache.axis.wsdl.gen.Parser.run(Parser.java:269)