views:

156

answers:

1

I've trying to move parameters from axis2.xml to be specific to a single service by putting them in services.xml

I've tried this by moving false and it doesn't work.

Any tips on what I'm doing wrong? Is there any reason why parameters can't be moved in this way?

A: 

Instead of moving the parameter from axis2.xml try to override that same parameter by adding parameter with the same name and a different value in services.xml

Also refer this small tutorial.

Ravi Gupta