Re: Re: Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Paul Fremantle
ASSPATH has some problem with AXIS2, i will try old versions of AXIS2. :) cheers!! -Original Message- From: "Paul Fremantle" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 05:36:03 + Subject: Re: Re: Re: Re: WSDL2Java Help Jiang This is some

Re: Re: Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Jiang Liu
n 2007 05:36:03 +0000 Subject: Re: Re: Re: Re: WSDL2Java Help Jiang This is something you have to watch out with XMLBeans. XMLBeans generates a lot of .xsb files which are binary mapping data between the XML and the Java objects. You need to make sure these files are in the classpath. Usually the b

Re: Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Paul Fremantle
pache_xmlbeans.system.s2 2C110A411CB415190A42F6FFDBFB022.TypeSystemHolder also happened when i hand copied all required classes from AXIS2. Cheers!! -Original Message- From: "Paul Fremantle" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 05:04:33 +

Re: Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Jiang Liu
--Original Message- From: "Paul Fremantle" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 05:04:33 +0000 Subject: Re: Re: Re: WSDL2Java Help Jiang You just need to have your classpath correct. You shouldn't need to copy class files around. Do you have

Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Paul Fremantle
---Original Message- From: "Paul Fremantle" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 04:46:38 +0000 Subject: Re: Re: WSDL2Java Help Jiang It looks like you have run WSDL2Java successfully and the problem is running the client you've created. Try j

Re: Re: Re: WSDL2Java Help

2007-01-15 Thread Jiang Liu
can not create them automatically? cheers!! -Original Message- From: "Paul Fremantle" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 04:46:38 + Subject: Re: Re: WSDL2Java Help Jiang It looks like you have run WSDL2Java successfully and the probl

Re: Re: WSDL2Java Help

2007-01-15 Thread Paul Fremantle
Jiang It looks like you have run WSDL2Java successfully and the problem is running the client you've created. Try java -Djava.ext.dirs=[axis2directory]\lib Paul On 1/16/07, Jiang Liu <[EMAIL PROTECTED]> wrote: Hi, Thank you for your reply. Heres the detail: (Win XPsp2, AIXS21.1.1, Ant 1.7, J

Re: Re: WSDL2Java Help

2007-01-15 Thread Jiang Liu
Hi, Thank you for your reply. Heres the detail: (Win XPsp2, AIXS21.1.1, Ant 1.7, Java1.5) Comsumming the service from: http://www.webservicex.net/globalweather.asmx?WSDL WSDL2Java command is: h:\wsdl2java -uri ...wsdl -p net.webservicex.www -d xmlbeans -o client When running: e:\GlobalWeather\