Hi all,
I am using the date serializer and deserializer factory included with
axis.My deploy.wsdd files look like the one given below. The problem is
that in the server-config.wsdd file it correctly recognises Date
datatype but in the Service.wsdl file Date data type is not resolved
into its components. Note that Wslmpropertybean internally uses Date
data type.
Ankit
<beanMapping qname="myNS:WSLMPropertyBean" xmlns:myNS="urn:InformaticaWebService"
languageSpecificType="java:com.informatica.powercenter.webservice.lm.WSLMPropertyBean"/>
<typeMapping qname="myNS:Date" xmlns:myNS="urn:InformaticaWebService"
type="java:java.util.Date"
serializer="org.apache.axis.encoding.ser.DateSerializerFactory"
deserializer="org.apache.axis.encoding.ser.DateDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>