Hallo,
I have tried your suggestion and I really didn't get the policy to appear in
the WSDL.
I am using Eclipse CXF plugin.
This is my interface
@Policies({...@policy (uri=
"V:/workspaces/workspace_SOA/Converter/WebContent/wspolicy/wsPolicy.xml",
includeInWSDL=true)})
public interface TemperatureConverter {
public int convertToCel(int fernheit);
public int convertToFern(int cel);
}
and that is the WSDL
http://cxf.547215.n5.nabble.com/file/n3249801/temperatureconverter.wsdl
temperatureconverter.wsdl
Thanks a lot
--
View this message in context:
http://cxf.547215.n5.nabble.com/WS-Policy-reference-during-WSDL-generation-tp3230067p3249801.html
Sent from the cxf-dev mailing list archive at Nabble.com.