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 RodrigoRuiz:
http://wiki.apache.org/ws/FrontPage/Axis/AttachmentProblems

The comment on the change is:
Added a link for easy downloading of the referenced libraries

------------------------------------------------------------------------------
  ##language:en
- 
+ == First Check ==
- Ensure that mail.jar (Java Mail) and activation.jar (Java Activation 
Framework) are included in your Axis deployment. 
+ Ensure that mail.jar (Java Mail) and activation.jar (Java Activation 
Framework) are included in your Axis deployment. They are needed both on the 
server and client sides.
  
  == DIME attachment problems ==
  
@@ -10, +10 @@

  
  A workaround to this problem is to switch to the transport handler that uses 
commons-http-client.
  
- For this, download commons-http-client-3.0 and commons-codec from the jakarta 
site, add the jars to the client classpath, and modify the 
{{{client-config.wsdd}}} file to ensure that it uses the correct handler:
+ For this, download commons-http-client-3.0  and commons-codec 1.3 from the 
[http://jakarta.apache.org/commons jakarta site], add the jars to the client 
classpath, and modify the {{{client-config.wsdd}}} file to ensure that it uses 
the correct handler:
  {{{
  <deployment name="defaultClientConfig" ...>
    <transport name="http" 
pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/>

Reply via email to