Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 35554 invoked from network); 22 Feb 2005 18:48:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Feb 2005 18:48:14 -0000 Received: (qmail 16548 invoked by uid 500); 22 Feb 2005 18:48:13 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 16521 invoked by uid 500); 22 Feb 2005 18:48:13 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 16507 invoked by uid 99); 22 Feb 2005 18:48:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 22 Feb 2005 10:48:11 -0800 Received: from ussjfe02.amer.bea.com (ussjfe02b.bea.com [172.16.120.56]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j1MIm927010265 for ; Tue, 22 Feb 2005 10:48:09 -0800 Received: from USKIEX01.amer.bea.com ([10.32.32.15]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 22 Feb 2005 10:48:09 -0800 content-class: urn:content-classes:message Subject: RE: javax.xml.rpc.JAXRPCException: Null qualified name specified. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Tue, 22 Feb 2005 10:48:08 -0800 Message-ID: <4B2B4C417991364996F035E1EE39E2E10297326F@uskiex01.amer.bea.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: javax.xml.rpc.JAXRPCException: Null qualified name specified. Thread-Index: AcUYMZF2bPGyBbXNSqaUsiAlM3ABJgA3UUsg From: "Michael Merz" To: "Beehive Users" X-OriginalArrivalTime: 22 Feb 2005 18:48:09.0542 (UTC) FILETIME=[0DB9EE60:01C5190F] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2004.12.17.11 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Britton, Can you send us the sources, please? ...or tell us more about them? :) I'll have a look and see if I can find the problem. Thanks much. Cheers, -michael -----Original Message----- From: Britton D Nielsen [mailto:bdnielse@unlnotes.unl.edu]=20 Sent: Monday, February 21, 2005 8:22 AM To: beehive-user@incubator.apache.org Subject: javax.xml.rpc.JAXRPCException: Null qualified name specified. I am trying to create a web service using XmlBeans databinding that exposes this method: =20 EnvelopeDocument process(EnvelopeDocument request) =20 When I access the wsdl for this service I get the following. =20 Fault - ; nested exception is:=20 javax.xml.rpc.JAXRPCException: Null qualified name specified. =20 AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:=20 faultString: javax.xml.rpc.JAXRPCException: Null qualified name specified. faultActor:=20 faultNode:=20 faultDetail:=20 {http://xml.apache.org/axis/}hostname:AlliedLaptop3 =20 The interesting thing is when I expose the method as: =20 EnvelopeType process(EnvelopeType request) =20 everything works properly! The schema I'm using: =20 =20 =20 =20 =20 . =20 Any thoughts? Let me know if you need more information. =20 Thanks, Britton =20 =20 =20