RE: wsdl2java crushes

2007-06-06 Thread Lukichev, Alexander S
Maybe because it expects WSDL v1, not v2? Alexander -Original Message- From: Denis Kishenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 4:53 PM To: axis-user@ws.apache.org Subject: wsdl2java crushes Hi all I am really interested in wsdl2java tool but have some problems.

Re: wsdl2java crushes

2007-06-06 Thread Denis Kishenko
I am sorry for confusion, my previous example was incorrect because of I skipped -wv, but this crushes too C:\axis2-1.2\binwsdl2java.bat -uri C:\wsdl-test-suite\documents\good\Chameleon-1G\getBalance.wsdl -wv 2.0 Using AXIS2_HOME: C:\axis2-1.2 Using JAVA_HOME:C:\Program Files\Java\jdk1.6.0

Re: wsdl2java crushes

2007-06-06 Thread Davanum Srinivas
This means that that this is an abstract wsdl and not a concrete wsdl. -- dims On 6/6/07, Denis Kishenko [EMAIL PROTECTED] wrote: I am sorry for confusion, my previous example was incorrect because of I skipped -wv, but this crushes too C:\axis2-1.2\binwsdl2java.bat -uri

Re: wsdl2java crushes

2007-06-06 Thread Denis Kishenko
So it looks like 70% of W3C WSDL 2.0 Test Suite files are abstract =) 2007/6/6, Davanum Srinivas [EMAIL PROTECTED]: This means that that this is an abstract wsdl and not a concrete wsdl. -- dims On 6/6/07, Denis Kishenko [EMAIL PROTECTED] wrote: I am sorry for confusion, my previous example

Re: wsdl2java crushes

2007-06-06 Thread Davanum Srinivas
Yes, we use them to test for example woden. It's quite easy to write a concrete wsdl that imports the abstract one and then run it with wsdl2java. thanks, dims On 6/6/07, Denis Kishenko [EMAIL PROTECTED] wrote: So it looks like 70% of W3C WSDL 2.0 Test Suite files are abstract =) 2007/6/6,

RE: wsdl2java crushes

2007-06-06 Thread Raghu Upadhyayula
PROTECTED] Sent: Wednesday, June 06, 2007 6:35 AM To: Denis Kishenko Cc: axis-user@ws.apache.org Subject: Re: wsdl2java crushes Yes, we use them to test for example woden. It's quite easy to write a concrete wsdl that imports the abstract one and then run it with wsdl2java. thanks, dims On 6/6/07

Re: wsdl2java crushes

2007-06-06 Thread Davanum Srinivas
it be enclosed in wsdl:definitions tag Thanks Raghu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 6:35 AM To: Denis Kishenko Cc: axis-user@ws.apache.org Subject: Re: wsdl2java crushes Yes, we use them to test for example woden. It's quite easy