Hi,
I’m attempting to override the standard deserializer
for xsd:dateTime. The wsdd including this type mapping:
xmlns:ns="http://www.w3.org/2001/XMLSchema"
qname="ns:dateTime"
type="xsd:dateTime
serializer="org.apache.axis.encoding.ser.CalendarSerializerFactory"
deserialize
sample from the user guide.
http://ws.apache.org/axis/java/user-guide.html
In the "XML <-> Java Data Mapping in Axis" section then look for "When
Beans Are Not Enough - Custom Serialization"
Ben
On Aug 20, 2004, at 12:03 PM, Good David wrote:
> Hi,
>
>
>
Can anyone help with this issue? We have a number of beans which use static
inner classes instances internally. We have written a type-mapping entry
for the wsdd file (see below), but any attempt to deploy the webservice
produces a ClassNotFoundException for the static class. The classpath of
th
all.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at
com.axxia.pkc.cnflctsrch.afcl.webservice.ConflictSearchSoapBindingStub.srch(
ConflictSearchSoapBindingStub.java:156)
-Original Message-----
From: Good David [mailto:[EMAIL PROTECTED]
Sent: 07 Sept
The second issue has been resolved now, too. The return type deserializer
was not registered with the client end, fixed this by adding extra classes
into the WSDL generation step.
-Original Message-
From: Good David [mailto:[EMAIL PROTECTED]
Sent: 07 September 2004 13:07
To: Axis-User