Hello,

I am working with axis2c 1.4 and using adb-generated code.
Everything works fine for both SOAP and REST POST method (when I send a POST request I just paste an xml request into it).
The problem appears when I try to use GET method in REST.
I enabled all the necessary configuration parameters in services.xml (RESTMethod and DefaultRESTMethod to GET, example echo service works fine (http://localhost:81/axis2/services/echo/echoString?text=dd) but when I access my service in the same way I get an exception somewhere in adb-generated code (deserialization failed, invalid XML).


Is it possible to use adb, REST and GET method together, if so what should the request look like, should I somehow send an xml in the url ?

Thanks a lot
Kuba


Reply via email to