Hello Anish.
>From your information I found:
If you use HTTP1.1 for its Keep-Alive ability, but you need to disable
chunking at runtime (some servers don't allow chunked requests to prevent
denial of service), you can do so in the Stub:
options.setProperty(HTTPConstants.CHUNKED, "false");
Font:
Hi all,
I am testing legacy WS modules that were running well on Axis 1.4.
In essense with minimal changes I have been able to deploy these services
on Axis2 1.5 in Tomcat. I can retrieve their WSDL docs the same way I did
with Axis 1.4. However, I am noticing that simple clients that generated
Hi all,
this is the simple POJO service I deploy on Tomcat/Axis - why it is
complaining about an EPR and a WSA Action
when according to the user guide there is no where noted that these
should be said in the code. I did setup the services.xml
as outlined in the guide - any ideas??
Thanks