aspose file tools
The moose likes Web Services and the fly likes Axis - Custom Serializer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis - Custom Serializer" Watch "Axis - Custom Serializer" New topic
Author

Axis - Custom Serializer

Madhu
Greenhorn

Joined: Dec 11, 2000
Posts: 16
Hi,
I want to override the default CalendarSerializer and provide my own implementation of the Calendar Serializer..

Assume my SOAP msg is <soaprequest><soapdata><datetime>2004-01-01 14:00:32</soapdata></soaprequest>

I want to serialize the dateTime Node which is of xsd ateTime type and this is on the client side..

I tried registering the TypeMapping in client-config.wsdd..But it doesnt get invoked..

Any pointers will be helpful...
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
if possible please paste your Axis (De)Serializers code, server-config.wsdd and you web service code ...


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis - Custom Serializer
 
Similar Threads
deploy.wsdd >> symbols Axis engine
xml htttp request
Axis1.4 several questions
dateTime pattern problem in schema
copy latest source using ANT