Oh, and set the "useOriginalwsdl" parameter "false" in your services.xml
so that Axis2 will generate the WSDL, rather than just using the one you
supplied originally.
- Dennis
Dennis Sosnoski wrote:
If you're using Axis2 and WS-Policy configuration of the security the
policy information should be automatically added to the generated
WSDL. Try a browser request to your service endpoint + "?wsdl" (e.g.
"http://localhost:8080/axis2/services/myservice?wsdl") and see if the
policy is present.
- Dennis