spring-projects / spring-ws

Spring Web Services
https://spring.io/projects/spring-ws
Apache License 2.0
321 stars 312 forks source link

Supporting Web Service Security Policy [SWS-532] #658

Open gregturn opened 15 years ago

gregturn commented 15 years ago

Aswartha Rupa opened SWS-532 and commented

Currently spring web services doesn't support processing of the web security policy ref: http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf


Affects: 1.5.8

11 votes, 9 watchers

gregturn commented 15 years ago

Aswartha Rupa commented

Web Services Policy Recent release - http://specs.xmlsoap.org/ws/2004/09/policy/ws-policy.pdf

gregturn commented 15 years ago

Aswartha Rupa commented

Updated link http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/ws-securitypolicy-1.2-spec-os.pdf

gregturn commented 14 years ago

Bijal commented

Any idea when this feature will be released?

gregturn commented 14 years ago

Bijal commented

Besides writing our own WSDL, is there any other temporary solution? Is there a sample code available that shows how to add the policy programmatically through one of the providers?

gregturn commented 13 years ago

Ralf Eichinger commented

Apache CXF (compatible Apache license...) implements WS-SecurityPolicy: see http://cxf.apache.org/docs/ws-securitypolicy.html Is there a workaround (someone made already and can contribute) to use the CXF implementation and Spring configuration from within an own Interceptor (which adds then the policy to the WSDL)?

gregturn commented 12 years ago

Nico de Wet commented

Using the dynamically created wsdl is extremely convenient, and so being able to include WS-Policy in some form would be useful, in fact essential. Perhaps one could annotate Endpoints with policy references. Feedback and thoughts in this regard would be appreciated.