Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58755 invoked by uid 500); 18 Feb 2003 16:05:18 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 58644 invoked from network); 18 Feb 2003 16:05:16 -0000 Date: 18 Feb 2003 16:06:50 -0000 Message-ID: <20030218160650.10374.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@ws.apache.org Cc: Subject: DO NOT REPLY [Bug 17169] New: - NullPointerException when processing WSDL with attachments from MS SOAP Toolkit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=17169 NullPointerException when processing WSDL with attachments from MS SOAP Toolkit Summary: NullPointerException when processing WSDL with attachments from MS SOAP Toolkit Product: Axis Version: 1.1RC1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: axis-dev@ws.apache.org ReportedBy: skip.ogrudnick@compoze.com When processing a WSDL generated by the MS SOAP Toolkit that has attachments I get the following exception: wsdl2java: [java] java.lang.NullPointerException [java] at org.apache.axis.utils.XMLUtils.findNode(XMLUtils.java:757) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.fillInDIMEInform ation(SymbolTable.java:1950) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.fillInBindingInf o(SymbolTable.java:1857) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.populateBindings (SymbolTable.java:1774) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolT able.java:577) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable. java:421) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolT able.java:408) [java] at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolT able.java:393) [java] at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java: 245) [java] at java.lang.Thread.run(Thread.java:479) [java] Java Result: 1 ----- Here is the generated WSDL from MS SOAP Toolkit (look at the PutMultiple and GetMultiple actions, which are taken from the attachment example that ships with the toolkit):