Apache Axis2

Park

New Member
#1
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:

mistwang

LiteSpeed Staff
#2
No, LiteSpeed does not support mod_axis2, however, the CGI interface is available, you can use it for low volume application. If Fast CGI interface is available, it can be used for high volume application.
 
Top