Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 73369 invoked from network); 11 Jun 2008 18:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 18:22:38 -0000 Received: (qmail 13567 invoked by uid 500); 11 Jun 2008 18:22:31 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 13530 invoked by uid 500); 11 Jun 2008 18:22:31 -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 13519 invoked by uid 99); 11 Jun 2008 18:22:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 11:22:31 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.126.183] (HELO moutng.kundenserver.de) (212.227.126.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 18:21:39 +0000 Received: from [192.168.1.101] (91-65-180-139-dynip.superkabel.de [91.65.180.139]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1K6Uwh0553-0004RL; Wed, 11 Jun 2008 20:21:19 +0200 Message-ID: <4850179F.80000@heigl-service.de> Date: Wed, 11 Jun 2008 20:21:19 +0200 From: =?ISO-8859-15?Q?=22Christoph_M=2E_Pfl=FCgler=22?= User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: NullpointerException when splittling WSDL X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/FwoUdAnOmQpH2dNjgSCeTeqAtWqAi4OUuLkX 5s+wjMFv/aSRTcjSeP3VxrEJNeo9nBV4DvLQRxQ1/HdPWy/1QW Fktqj5JC3KNS1armYRs6v+5L3NG19oU7UODHVZKjIGAksErw5d xjg== X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, I am actually trying to build a small WebService from a wsdl. If I use the WSDL as one file, I don't have problems. But when I split this WSDL-file into 3 ones, I get a NullPointerException (see error message below) when calling the WebService. So my first question is: is it possible to split a WSDL into more files with AXIS2? I could not find information on that except that the WSDL standard allows me to import other WSDL definitons. And, if the first one is yes, what could be the problem with my service? I generate the Skeleton using WSDL2Java, add some logic and build the .aar archive with the generated ant script. Any help would be appreciated! Regards, Christoph ##### ERROR ##### 2008-06-11 19:48:17,206 [http-8080-1] ERROR org.apache.axis2.transport.http.AxisServlet - java.lang.NullPointerException at org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122) at org.apache.axis2.engine.Phase.invoke(Phase.java:317) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:131) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) ##### Main WSDL ##### ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ##### seller_common.wsdl ##### ~ ~ ~ ~ ~ ~ ##### seller_common_msgs.wsdl ##### ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIUBef0Do4wUHmzBsRAnSiAKDJtJKn6s/tXEwJktrUqFrbkOeo1ACgjZdr TPc8mp0b6bDwvaGyluZywUA= =NoyM -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org