| 7908 |
manish.sha |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<deployment name="defaultClientConfig"
|
|
|
3 |
xmlns="http://xml.apache.org/axis/wsdd/"
|
|
|
4 |
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
|
|
|
5 |
|
|
|
6 |
<handler name="log"
|
|
|
7 |
type="java:org.apache.axis.handlers.LogHandler">
|
|
|
8 |
<parameter name="LogHandler.fileName" value="axis.log" />
|
|
|
9 |
</handler>
|
|
|
10 |
|
|
|
11 |
<globalConfiguration>
|
|
|
12 |
<parameter name="disablePrettyXML" value="false" />
|
|
|
13 |
<requestFlow>
|
|
|
14 |
<handler type="log" />
|
|
|
15 |
</requestFlow>
|
|
|
16 |
<responseFlow>
|
|
|
17 |
<handler type="log" />
|
|
|
18 |
</responseFlow>
|
|
|
19 |
</globalConfiguration>
|
|
|
20 |
|
|
|
21 |
<!-- Override the default serializer class for Calendar.
|
|
|
22 |
This is to force the serialization of Calendar objects to the format:
|
|
|
23 |
"yyyy-MM-dd'T'HH:mm:ss.SSS(+|-)HH:mm"
|
|
|
24 |
-->
|
|
|
25 |
<typeMapping qname="xs:dateTime" xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
26 |
type="java:java.util.Calendar"
|
|
|
27 |
serializer="com.fedex.soapsamples.util.CustomCalendarSerializerFactory"
|
|
|
28 |
encodingStyle=""/>
|
|
|
29 |
|
|
|
30 |
<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender" />
|
|
|
31 |
<transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender" />
|
|
|
32 |
<transport name="java" pivot="java:org.apache.axis.transport.java.JavaSender" />
|
|
|
33 |
</deployment>
|