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
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
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
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
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
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
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
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
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
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
._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
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
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
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
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
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
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
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
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
19 matches
Mail list logo