Hi,

can anyone tell me how can i use the transport tag in the deploy.wsdd?

i use the deploy.wsdd like this, but it appears not work.
<deployment xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  <transport name="myTransport">
    <requestFlow>
       <handler type="transport"/>
    </requestFlow>
 </transport>
 <service name="CustomerService" provider="java:RPC">
  ...
 </service>

</deployment>

Thanks 

Peng

Reply via email to