Hi all;
 
At the Axis2 face to face we realized the requirement of a Client side configuration to start the client side. So to implement that I need to talk about Client.xml , the following format shows the structure of Client.xml which came into my mind , so if you have any comment or suggestions let me know.
 
 
<client name="AxisJava2.0">
    <parameter name="para1" locked="xsd:false">value</parameter> *
 
    <transportReceiver name="http">
    </transportReceiver>
    <transportSender name="http" class="org.apache.axis.transport.http.HTTPTransportSender">
    </transportSender>
 
    <module ref="modeule1"/> *
   
</client>
 
 
 
Thanks
Deepal

Reply via email to