Re: no deserializer for dateTime

2003-12-29 Thread Chuck Musser
t parameter. Those work fine. I wonder what the difference is? Chuck Steffen Mayer wrote: Hi, i use only 1.1, i've never tested 1.2. i have this problem only with a Delphi Client, when I have a dateTime packed in a complex object. In all other cases it works fine. so, this should be not a bug... in my point of view Steffen

Re: no deserializer for dateTime

2003-12-29 Thread Steffen Mayer
Hi, i use only 1.1, i've never tested 1.2. i have this problem only with a Delphi Client, when I have a dateTime packed in a complex object. In all other cases it works fine. so, this should be not a bug... in my point of view Steffen Am Sun, 28 Dec 2003 22:56:28 -0800 "Ch

no deserializer for dateTime

2003-12-28 Thread Chuck Musser
When I send an XML Schema dateTime as a parameter to a SOAP method call, Axis returns this message: Server.userException has occurred: org.xml.sax.SAXException: Deserializing parameter "dateTime": could not find deserializer for type {http;//www.w3.org.1999/XMLSchema}dateTime. I

RE: Bug? Axis returns date instead of dateTime

2003-12-04 Thread Ekbote, Niranjan
AM To: [EMAIL PROTECTED] Subject: Bug? Axis returns date instead of dateTime   Hi   How can I workaround the following problem?   The WSDL of my Java service defines an entryDate as follows: The entryDates Java representation is java.util.Date

Bug? Axis returns date instead of dateTime

2003-12-04 Thread Silvano Fari
Hi   How can I workaround the following problem?   The WSDL of my Java service defines an entryDate as follows:The entryDates Java representation is java.util.Date.Axis sends a SOAP response containing the entryDate as follows: 2003-12-01Thanks, Silvano Gesendet von http://mail.yahoo.de Schnel

Axis returns date instead of dateTime

2003-12-04 Thread Silvano Fari
Hi   How can I workaround the following problem?   The WSDL of my Java service defines an entryDate as follows:The entryDates Java representation is java.util.Date.Axis sends a SOAP response containing the entryDate as follows: 2003-12-01Thanks, SilvanoGesendet von http://mail.yahoo.de Schneller al

Re: xml date and dateTime mismatch in wsdl

2003-11-20 Thread vairamuthu thayapavan
hi same prob also occured to someone else in the mailing list. wsdl2java generate the sql.Date or util.date for the XSD_Date. see the class org.apache.axis.encoding.DefaultTypeMappingImpl. prob might be in the regenerating the XSD type from the java Date type. vtpavan > Hi all, > > I have run

xml date and dateTime mismatch in wsdl

2003-11-20 Thread Tamas Hauer
Hi all, I have run into the following problem. I define a type "xsd:date" in my wsdl, then generate code using wsdl2java and when I deploy it on axis (on tomcat), the type in the published wsdl becomes "xsd:dateTime". Quite annoying when generating client and server code as well using wsdl2j

dateTime format

2003-10-29 Thread James Heffernan
I'm having problems serializing a Calendar object into a xsd:dateTime element. The Calendar is setup with the correct local timezone but when serialized it is defaulting to placing a "Z" character at the end of the field. Here is a sample 2004-07-30T19:00:00.000Z When the webservice tries to de

Re: No deserializer for dateTime

2003-09-24 Thread Dimuthu Leelarathne
Well done :-). - Original Message - From: "Anders Peterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 7:53 PM Subject: Re: No deserializer for dateTime Hi, I solved this the easy/wrong way! I asked to have the dateTime co

Re: No deserializer for dateTime

2003-09-24 Thread Anders Peterson
._private.WOWorkerThread.run(WOWorkerThread.java:248) at java.lang.Thread.run(Thread.java:491) ### End Problem Report ### /Anders On onsdag, sep 24, 2003, at 15:53 Europe/Stockholm, Anders Peterson wrote: Hi, I solved this the easy/wrong way! I asked to have the dateTime communicated as a string

Re: No deserializer for dateTime

2003-09-24 Thread Anders Peterson
Hi, I solved this the easy/wrong way! I asked to have the dateTime communicated as a string instead (my app is the only client). Now everything works fine! /Anders On tisdag, sep 24, 2002, at 05:26 Europe/Stockholm, Dimuthu Leelarathne wrote: Hi Anders, I had the exact-problem sometime

Re: No deserializer for dateTime

2003-09-23 Thread Dimuthu Leelarathne
Good luck. Regards, Dimuthu. - Original Message - From: "Anders Peterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 7:29 PM Subject: Re: No deserializer for dateTime Is this a bug? ... What I have is a custom data type TNAV conatini

Re: No deserializer for dateTime

2003-09-23 Thread Anders Peterson
Is this a bug? ... What I have is a custom data type TNAV conatining two attributes - an int and a dateTime. // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(TNAV.class); static

Re: No deserializer for dateTime

2003-09-23 Thread Anders Peterson
Hi again, As I understand it the org.apache.axis.encoding.ser.CalendarDeserializer deserializer is supposed to handle this. org.xml.sax.SAXException: No deserializer for dateTime I assume the above exception means the deserializer is not found (not that it doesn't work properly). Why

No deserializer for dateTime

2003-09-22 Thread Anders Peterson
Hi, I’m relatively new to SOAP and completely new to Axis. I’ve used the wsdl2java tool to generate source code that I’m using unaltered. It works fine except for one thing (so far). I get the following exception: - Exception: org.xml.sax.SAXException: No deserializer for dateTime at

OT RE: DateTime

2003-01-21 Thread Cohan, Sean
Sorry, this ended up in the wrong mailing list. -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:57 PM To: '[EMAIL PROTECTED]' Subject: DateTime I'm trying to pass a java.util.date.getTime() to the DateTime format tag usin

DateTime

2003-01-21 Thread Cohan, Sean
I'm trying to pass a java.util.date.getTime() to the DateTime format tag using a Struts bean tag, but keep getting an 'Invalid Date' message displayed on my page. I know the data is a valid date. Not sure if I'm doing something wrong with the tag though. Any ideas? Her

Sending DataSet equivalent from Java and dateTime conv

2003-01-11 Thread Joe Shevland
thing I need to tweak in the WSDL here? I've tried casting it to DateTime etc with no luck. ii) the VB.NET developer is used to working with the DataSet class in ADO.NET, and he's vehement that the SOAP service should just be able to send an XML serialized DataSet across the wire