2 Replies Latest reply on Nov 24, 2005 4:19 AM by armanm

    how to configure the jboss's engineConfiguration to axis

    armanm

      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