home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wsgatsam.zip / client-config.wsdd < prev    next >
Extensible Markup Language  |  2003-02-24  |  1KB  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ===========================================================
  3. Special version of client-config for HTTPR.
  4. This version sends calls for all transports to HTTPRSender.
  5.  
  6. HTTPRSender is coded to deduce the transport type 
  7. from the location prefix in the wsdl Port address location.
  8. It handles HTTPR requests directly, 
  9. and is hard coded to delegate to HTTPSender and JMSSender.
  10.  
  11. Future versions of Axis will have a more correct registration
  12. and wsdl-based transport calling mechanism,
  13. and this patch will be removed.
  14. ============================================================ -->
  15.  
  16.  
  17. <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
  18.  <transport name="httpr" pivot="java:com.ibm.axis.transport.lft.LFTSender"/>
  19.  <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/>
  20.  <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/> 
  21.  <!-- <transport name="jms" pivot="java:com.ibm.httpr.axis.JMSSender"/> -->
  22. </deployment>