Re: how to debug Axis2 WSDL2Java

2006-03-02 Thread Noah Levitt
Yep, jdk 1.5 in linux. 2006/2/28, Ajith Ranabahu [EMAIL PROTECTED]: Hi Noah, Hmm..this is weird. The attached WSDL is clearly wrong! However I just tried it and seems to be working fine here. Are you on JDK 1.5 in Linux ? Knowing your environment helps us to recreate the problem. Ajith On

Re: how to debug Axis2 WSDL2Java

2006-02-28 Thread Noah Levitt
One wsdl that doesn't work is http://localhost:8080/axis2/services/version?wsdl, latest axis2 from svn, version.wsdl attached... $ java -classpath lib/axis2-0.95-SNAPSHOT.jar:lib/commons-logging-1.0.4.jar:lib/axis-wsdl4j-1.2.jar:lib/XmlSchema-1.0-SNAPSHOT.jar org.apache.axis2.wsdl.WSDL2Java -uri

Re: how to debug Axis2 WSDL2Java

2006-02-28 Thread Ajith Ranabahu
Hi Noah, Hmm..this is weird. The attached WSDL is clearly wrong! However I just tried it and seems to be working fine here. Are you on JDK 1.5 in Linux ? Knowing your environment helps us to recreate the problem. Ajith On 2/28/06, Noah Levitt [EMAIL PROTECTED] wrote: One wsdl that doesn't work

RE: how to debug Axis2 WSDL2Java

2006-02-27 Thread Tachtevrenidis, Kosta
Greg, I have gotten that a lot too. What I do to get an idea of what is going on is to use the wsewsdl3.exe tool to try to generate code for .NET, which have a pretty good error message capability. Just my thoughts. Kosta Tachtevrenidis http://www.weyer.com/dmg From: Greg

Re: how to debug Axis2 WSDL2Java

2006-02-27 Thread Ajith Ranabahu
Hi, I have to admit that the WSDL2Java tool has poor error messages. The primary reason for the tool to have hideous error messages is that it does no validation so far. What you can do for now is to use something like the Capeclear SOA editor to validate the WSDL. If the WSDL is valid and the