Hello all,
I have developed two Apache soap2.2 services. One of service just take two
string arguments and other one take one string and one date arguments.
When i access these services from my MS Soap2.0 clients made in VC++
My first client works fine but other one get fault due to date parameter.
I have done mapping as following in deploydescriptor.xml file as mentioned
below
<isd:service xmlns:isd=http://xml.apache.org/xml-soap/deployment
id="urn:MyWebXService">
<isd:provider type="java" scope="Application" methods="setErr">
<isd:java class="MyWebX" static="false"/>
</isd:provider>
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListene
r>
<isd:mappings>
<isd:map encodingStyle=http://schemas.xmlsoap.org/soap/encoding/ xmlns:x=""
qname="x:errorId"
xml2JavaClassName="org.apache.soap.encoding.soapenc.StringDeserializer"/>
<isd:map encodingStyle=http://schemas.xmlsoap.org/soap/encoding/ xmlns:x=""
qname="x:Timestamp"
xml2JavaClassName="org.apache.soap.encoding.soapenc.Dateserializer"/>
</isd:mappings>
Please give me some guidlines....regarding date time.
Thanx in advance..
S Chauhan.
</isd:service>