Hi again.

I'd like to ask You about one more thing.

I need to replace the operation dispatcher functionality with my
custom behaviour. I have created dispatcher classes extending the
abstract classes, but now I need to make Axis use them when processing
requests.
I have tried to modify the axis2.xml dispatch phase in the In-flow
chain to use my classes, but it gave no effect. I found that the class
RESTUtils creates a new RequestURIBasedDispatcher using the
constructor directly (so it seems the config is not consulted here).
When I replaced the type with my own, it works alright.
Thats happen only for HTTP-GET (not for SOAP requests ) , if you are using SOAP then you will not have any issues. Please make sure that you add your dispatcher into the right location.


Thank you!
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to