Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by CyrilleLeClerc:
http://wiki.apache.org/ws/FrontPage/Axis/AxisCommonsHTTP

The comment on the change is:
attach client-config.wsdd sample

------------------------------------------------------------------------------
  
  A: You'll need to install commons-httpclient in your CLASSPATH or 
WEB-INF/lib, if your client is deployed as a web application. Note that if you 
are building Axis from source, you will also need to put commons-httpclient in 
Axis dependencies directory so that the {{{CommonsHTTPSender}}} class is built. 
  
- Next, you'll need to install a client-config.wsdd that tells Axis to use 
{{{CommonsHTTPSender}}} instead of the standard HTTPSender when 
sending/receiving messages via HTTP. Here's an example: 
+ Next, you'll need to install a client-config.wsdd (sample 
[attachment:client-config.wsdd here]) that tells Axis to use 
{{{CommonsHTTPSender}}} instead of the standard HTTPSender when 
sending/receiving messages via HTTP. Here's an example: 
  
  {{{
  <?xml version="1.0" encoding="UTF-8"?> 
- 
  <deployment 
      name="commonsHTTPConfig" 
      xmlns="http://xml.apache.org/axis/wsdd/"; 

Reply via email to