Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 32117 invoked from network); 25 Apr 2008 15:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 15:09:23 -0000 Received: (qmail 13104 invoked by uid 500); 25 Apr 2008 15:09:16 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 13083 invoked by uid 500); 25 Apr 2008 15:09:16 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 13071 invoked by uid 99); 25 Apr 2008 15:09:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 08:09:15 -0700 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 15:08:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JpPXW-00031y-0g for axis-user@ws.apache.org; Fri, 25 Apr 2008 08:08:42 -0700 Message-ID: <16895871.post@talk.nabble.com> Date: Fri, 25 Apr 2008 08:08:42 -0700 (PDT) From: SDev To: axis-user@ws.apache.org Subject: NullPointerException when invoking Axis MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: krymla@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm using Axis 1.2.1. I've auto generated a web service which created a wsdl that was clattered with references to http://schemas.xmlsoap.org/soap/encoding/. Since http://schemas.xmlsoap.org/soap/encoding/ is not supported by WS-I I changed in the wsdd from: to This created the wsdl below without this namespace: However, when I test this from soapUI I get NullPointerException. The log gives me the following stacktrace: Caused by: java.lang.NullPointerException at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:314) at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035) at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165) at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141) at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236) at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:148) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) What does it mean? I guess something is not possible to deserialize but what and why not? Does anyone have any ideas? Best wishes Kerstin -- View this message in context: http://www.nabble.com/NullPointerException-when-invoking-Axis-tp16895871p16895871.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org