I have a problem with using XSD_DATE in project baed on WebServices. The Server is JBOSS. I must send and receive a date without matching zone. But when I put the xsd:date type for the needed field, in the jaxrpc-mapping.xml I get the date with known Z (zone) . But I don't need taking into account Zone. The server uses the org.jboss.axis.encoding.ser.DateSerializer / org.jboss.axis.encoding.ser.DateDeserializer from the axis-ws4ee.jar located in path server\default\deploy\jboss-ws4ee.sar . How can I change the configuration to use the org.apache.axis.encoding.ser.DateSerializer / org.apache.axis.encoding.ser.DateDeserializer from the axis.jar located in path axis_home\lib ?
I've tried to insert and into in corresponding axis-client-config.xml and axis-server-config.xml files, but I still now get the date with Z, like 2005-11-18Z. But I need 2005-11-18. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907881#3907881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907881 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
