Thread: Apache Axis2
View Single Post
  #1  
Old 04-12-2010, 02:19 PM
Park Park is offline
New Member
 
Join Date: Mar 2010
Posts: 2
Default Apache Axis2

We are trying to perform SOAP transactions on our website which runs Litespeed. Whenever we try to run our application, we get a Bad Request error.

Looking at the http requests/responses on an Apache vs. Litespeed server, you will see that Apache uses Transfer-Encoding: chunked, whereas Litespeed does not show this in the response.

The Apache Server sues a library called Apache Axis2 for SOAP transaction. Is this plugin available and can work for Litespeed?

Last edited by Park; 04-12-2010 at 03:14 PM..
Reply With Quote