Re: [Axis2] WSDL2Java client code creation [Fwd: [jira] Created: (AXIS2-494) Axis2 creates invalid WSDL from java service]

2006-03-16 Thread Sebastian J. Schultheiss
We have now created a JIRA entry for the problem we encountered. We'll wait for 0.95 to be released and check it out again then. Thanks for your help, everyone. Original Message Subject: [jira] Created: (AXIS2-494) Axis2 creates invalid WSDL from java service Date: Wed, 15 Mar 2

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread Ajith Ranabahu
Hi all, This prefix in targetNamepace attribute issue was reported to us earlier but we could not recreate it. My guess is that it arises in a particular JDK/OS combination and we need to recreate it so that we can fix it. Details of your environment would be very helpful to us in doing so. BTW tha

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread Anne Thomas Manes
If Axis2 generated that WSDL, then you should log a bug in Jira -- make sure you're using the latest build, though. I recall a bug like this in 0.94, which I'm pretty sure has been fixed now.Anne On 3/14/06, Sebastian J. Schultheiss <[EMAIL PROTECTED]> wrote: Hi Anne!Thanks a lot for your comments.

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread Sebastian J. Schultheiss
Hi Anne! Thanks a lot for your comments. We just used the WSDL of our class that was generated by AXIS itself. After uploading the class we downloaded the WSDL and without modifying it in any way we wanted to use it as input for the WSDL2Java client code creation tool. We weren't aware that AXIS c

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread Anne Thomas Manes
The targetNamespace problem is caused by the fact that you specified:ns2:targetNamespace="http://org.apache.axis2/xsd" Rather than:targetNamespace="http://org.apache.axis2/xsd"Schema attributes must not be namespace qualified.(I also strongly recommend that you get in the habit of using more descri

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread robert lazarski
The attached file is neither vaild xml or valid wsdl. Try using an xml editor - I use kxmleditor on linux - and get the file to at least load. >From there - try getting the wsdl to validate via an wsdl validator (can't recommend one at the moment, sorry). HTH, Robert http://www.braziloutsource.c

[Axis2] WSDL2Java client code creation

2006-03-14 Thread Sebastian J. Schultheiss
Hi all, we are playing around with the samples from the tutorial... we have extended the MyService to take a comlpexType (a string, an int and a double) and would like to create the client from the WSDL. Axis has created the attached WSDL from our service, but WSDL2Java fails when called like thi