When you make a POST request to a webservices, a real SOAP message is required. There is no way to use a GET style (method=xxxx, ...) with POST method.
Regards Guillaume Nikolaj Ravn wrote: > > Hi All > > How do I make my webservice accept data send as POST. It works fine when > I'm performing a GET, but I have an awfull lot of XML text which > requires a POST. I've noticed that you can specify a WSDD-file but the > Apache doc lacks a somewhat. > I'm using Axis 1.1. > > Please, any help wil be much appreciated. > > Thanks anyone > > Nikolaj
