Re: Extend the class Date

2003-06-19 Thread Slimane Amar
: Re: Extend the class Date java2wsdl generally observes the following mappings: java.util.Calendar -- xsd:dateTime java.util.Date -- xsd:dateTime If you're not seeing this then there's likely something wrong -- like maybe an old jar file laying around on your classpath. or a problem

Re: Extend the class Date

2003-06-19 Thread Slimane Amar
: Re: Extend the class Date java2wsdl generally observes the following mappings: java.util.Calendar -- xsd:dateTime java.util.Date -- xsd:dateTime If you're not seeing this then there's likely something wrong -- like maybe an old jar file laying around on your classpath. or a problem

Re: Extend the class Date

2003-06-19 Thread James Black
Slimane Amar wrote: I think there is a problem with java2WSDL when i use a complex type which extends Date or Calandar. Try to change the name of your class to MyDate instead of Date, and see if that works fine. It appears that the wsdl file is incomplete. Can you just post it on the web

Re: Extend the class Date

2003-06-19 Thread Slimane Amar
Try to change the name of your class to MyDate instead of Date, and see if that works fine. The error message is : - The class edf.gsr.cte.MyDate extends non-bean class java.util.Date. An xml schema anyType will be used to define edf.gsr.cte.MyDate in the wsdl file. It appears that the wsdl

Re: Extend the class Date

2003-06-18 Thread James Black
Slimane Amar wrote: I am using the Axis 1.1 and i have a complex type which is derived from Date. When i use java2WSDL to generate the wsdl file, i have got this error : - The class myClass extends non-bean class java.util.Date : An xml schema anyType will be used Is there a solution to do

Re: Extend the class Date

2003-06-18 Thread Slimane Amar
I have got the same error with Calendar. -- Debut du message initial --- De : James Black [EMAIL PROTECTED] A : [EMAIL PROTECTED] Copies : Date : Wed, 18 Jun 2003 10:21:18 -0400 Sujet : Re: Extend the class Date Slimane Amar wrote: I am using the Axis 1.1 and i

Re: Extend the class Date

2003-06-18 Thread James Black
Slimane Amar wrote: I have got the same error with Calendar. There should be a mapping for java.util.Calendar to an xml schema, actually. Can you paste your method from the interface and the error? Also, have you ensured that java2wsdl is calling the new version? If you have a prior

Re: Extend the class Date

2003-06-18 Thread Kevin . Bedell
] | | cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) | | Subject: Re: Extend the class Date