I am working on a Web Services application where some of the Providers and Requestors are able to send/accept SOAP messages, while others can only send/accept HTTPS POST request / response messages (i.e. they do not understand SOAP)
I am using Axis for the SOAP messaging - and would like to use Axis also for doing the http POST binding Is there a way to tell AXIS to do HTTP POST w/o creating a SOAP envelop? Do I need to use AxisServlet? Is there a better way to do this in some uniform way? Basically I need to have two versions of the same web service, one that works with SOAP messaging, one that works with HTTP POST thank you Rozi Kovesdi
