RE: WSDL2Java exception with complex .NET WSDL

2003-02-19 Thread Richards, Mark
FYI, If others see this problem. It appears to be a crimson issue. When I used Xerces it worked fine. -Original Message- From: Richards, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 4:33 PM To: [EMAIL PROTECTED] Subject: WSDL2Java exception with complex .NET WSDL

WSDL2Java exception with complex .NET WSDL

2003-02-12 Thread Richards, Mark
I have a .NET service that returns an array of widgets and the wsdl contains the flowing definition of a complex type http://schemas.xmlsoap.org/wsdl/"; /> Although the d7p1 namespace definition follows the entry in the wsdl, WSDL2JJava complains about the undecla

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 2:45 PMTo: [EMAIL PROTECTED]Subject: RE: WSDL2Java Exception When Return Type is in Another Package.If the WSDL you showed me came, untouched, from Java2WSDL, then I agree we have a problem. Might it be possible for y

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread butek
ECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: WSDL2Java Exception When Return Type is in Another Package. Thank you.  I failed to mention that I used Java2WSDL to gen the wsdl so there may be a problem there. -Original Message- From: [E

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
Thank you.  I failed to mention that I used Java2WSDL to gen the wsdl so there may be a problem there. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 1:57 PMTo: [EMAIL PROTECTED]Subject: RE: WSDL2Java Exception When

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread butek
rviceResponse", not an element. If you change the part definition, it works: Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: WSDL2Java Exception When Return Type

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
I attached the wrong version to the last message.  This is the correct one. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 12:22 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Exception When Return Type is in Another

RE: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
here it is. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 24, 2002 12:22 PMTo: [EMAIL PROTECTED]Subject: Re: WSDL2Java Exception When Return Type is in Another Package.WSDL2Java supports multiple namespaces. Each namespace

Re: WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread butek
w it to us? Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: WSDL2Java Exception When Return Type is in Another Package. I'm trying to return a java class (ServiceResponseImpl) defined in

WSDL2Java Exception When Return Type is in Another Package.

2002-07-24 Thread Cohan, Sean
I'm trying to return a java class (ServiceResponseImpl) defined in another package than my web service, but I get the following exception when running WSDL2Java. C:\bis-axis\snap>java org.apache.axis.wsdl.WSDL2Java -o c:\bis-axis\snap -p gov.doc.bis.ecass2k.soap.snap --server-side --skeletonDepl

RE: Wsdl2java exception

2002-03-15 Thread Yoann Brenet
It's working with the last version. Thanx a lot. Bye Yoann -Message d'origine- De : Peter Allday [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 15 mars 2002 15:58 À : [EMAIL PROTECTED] Objet : Re: Wsdl2java exception Yep, worked fine for me too. Peter - Origin

Re: Wsdl2java exception

2002-03-15 Thread Peter Allday
Yep, worked fine for me too. Peter - Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 2:44 PM Subject: RE: Wsdl2java exception > > Are you running with the latest source? I just tried this fi

RE: Wsdl2java exception

2002-03-15 Thread Glen Daniels
Are you running with the latest source? I just tried this file and it worked fine for me. --G > -Original Message- > From: Yoann Brenet [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 9:37 AM > To: [EMAIL PROTECTED] > Subject: RE: Wsdl2java exception >

RE: Wsdl2java exception

2002-03-15 Thread Yoann Brenet
uot;encoded"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://aulx01:8180/axis/services/PositioningService"; use="encoded"/> http://aulx01:8180/axis/services/PositioningService"/> -

Re: Wsdl2java exception

2002-03-15 Thread Peter Allday
Can you post your wsdl file? Peter - Original Message - From: "Yoann Brenet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 2:20 PM Subject: Wsdl2java exception > Hello all ! > > I'm trying to use the Wsdl2java

Wsdl2java exception

2002-03-15 Thread Yoann Brenet
Hello all ! I'm trying to use the Wsdl2java class on a wsdl file, but there is a java.lang.NullPointerException throwed in the getComplexElementTypesAndNames method of the SchemaUtils class. I checked the code and here are the code lines : NodeList children = node.getChildNodes(); Node complexC