Hi Sukma, Looking at the example provided by Rampart (sampe02), I see the following > policy is attached under wsdl:service, but in the specs it should be in > wsdl:binding or wsdl:port > Is there any reason why it is there? >
yes, exactly. This was because of a limitation in Axis2. There was no way to specify security policies (in fact, any policy ) at the binding level using services.xml. But this is now fixed and will be available with Axis2 1.4 . We will update the sample accordingly. thanks, /nandana
