I'm trying to overcome the DIME large attachment limitation like suggested in
the Wiki (http://wiki.apache.org/ws/FrontPage/Axis/AttachmentProblems).
The problem is that once I've changed client-config.wsdd to use
CommonsHTTPSender instead of HTTPSender, I get the following error trying to
connect to my service:
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (406)Not Acceptable
faultActor:
faultNode:
faultDetail:
{}:return code: 406
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>406 Not Acceptable</TITLE>
</HEAD><BODY>
<H1>Not Acceptable</H1>
An appropriate representation of the requested resource
/axis/services/urn:PINPuploadWS could not be found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.34 Server at www.livrephoto.ca Port 80</ADDRESS>
</BODY></HTML>
{http://xml.apache.org/axis/}HttpErrorCode:406
(406)Not Acceptable
at org.apache.axis.transport.http.CommonsHTTPSender.invoke
(CommonsHTTPSender.java:208)
at org.apache.axis.strategies.InvocationStrategy.visit(
InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
Is there anything to set on the server side? I'm puzzled!
Thanks,
Stephane