Hello,
I have following WSDL which inlcudes a WS-Policy which again contains WS-SecurityPolicy Information. The policy is referenced inside the binding of the WSDL.
<?
<
</
Now I host the Web-Service as a Java-Service and I want to generate a client for the service with WSCF. WSCF generates two *.cs-files, an interface and a class.
Inside the generated class is a comment which says: "The required WSDL-element 'PolicyReference' could not be handled". How can I use WS-policy for security inside my WSDL so WSCF can work with it?
With kind regards
Christian Mielke