Hi I have RampartConfig used in Axis2C as follows: <rampc:RampartConfig xmlns:rampc="http://ws.apache.org/rampart/c/policy"> <rampc:SecurityContextTokenProvider>path to a library file</rampc:SecurityContextTokenProvider> </rampc:RampartConfig>
Unfortunately, I am using Axis2Java and want to use the same config in my policy.xml ... what will be the equivalent ? The reason I am wondering about this is that I was not able to find equivalent of SecurityContextTokenProvider in Axis2Java/Rmpart config web page. Thanks in advance.
