WSDL generation error

2007-11-20 Thread Manivannan Palanichamy
I have an interface like, import java.net.URL; public interface MyInterface { public URL createURL(String url); } I am trying to generate WSDL using axis java2wsdl program. But, i am getting the following error: [axis-java2wsdl] - The class java.net.URL is defined in a java or javax package

Re: [AXIS2 ]WSDL generation error

2006-07-27 Thread Fabien Couble
Fabien - Original Message - From: Fabien Couble To: axis-user@ws.apache.org Sent: Wednesday, July 26, 2006 6:05 PM Subject: Re: [AXIS2 ]WSDL generation error Hi, I have generated my stub/skeleton with the latest XMLschema.jar but the methods toEnvelope

Re: [AXIS2 ]WSDL generation error

2006-07-26 Thread Martin Gainty
To: Ajith Ranabahu ; axis-user@ws.apache.org Sent: Wednesday, July 26, 2006 8:38 AM Subject: Re: [AXIS2 ]WSDL generation error so ..The Good news is that once I placed policy-1.0.jar (http://ws.apache.org/commons/policy/download.cgi) on CLASSPATH the WSDL2Java produced

Re: [AXIS2 ]WSDL generation error

2006-07-26 Thread Fabien Couble
ubject: Re: [AXIS2 ]WSDL generation error Hi,You have an older XMLschema jar. Please get the snapshot from http://people.apache.org/repository/org.apache.ws.commons/jars/Ajith On 7/25/06, Martin Gainty [EMAIL PROTECTED] wrote: Drats..so close! javaorg.ap

Re: [AXIS2 ]WSDL generation error

2006-07-25 Thread Anne Thomas Manes
When using document style, each operation must have a unique signature (the QName of the child of the soap:Body in the input message). You have two operations (Get and Delete) that use the same message for input (EmptyMessage). You must define unique input messages for each operation. Also -- what

Re: [AXIS2 ]WSDL generation error

2006-07-25 Thread Martin Gainty
mmediately by telephone or email and destroy the originalmessage without making a copy. Thank you. - Original Message - From: Fabien Couble To: axis-user@ws.apache.org Sent: Tuesday, July 25, 2006 11:05 AM Subject: [AXIS2 ]WSDL generation error Hi, I'm using the late

Re: [AXIS2 ]WSDL generation error

2006-07-25 Thread Martin Gainty
mmediately by telephone or email and destroy the originalmessage without making a copy. Thank you. - Original Message - From: robert lazarski To: axis-user@ws.apache.org ; Martin Gainty Sent: Tuesday, July 25, 2006 1:39 PM Subject: Re: [AXIS2 ]WSDL generation error

Re: [AXIS2 ]WSDL generation error

2006-07-25 Thread Ajith Ranabahu
- From: robert lazarski To: axis-user@ws.apache.org ; Martin Gainty Sent: Tuesday, July 25, 2006 1:39 PM Subject: Re: [AXIS2 ]WSDL generation error Make sure you have wsdl4j-1.5.2.jar in your classpath. HTH,Roberthttp://www.braziloutsource.com/ On 7/25/06, Martin