-
Apr 14th, 2008, 09:54 AM
#1
Security on OXM endpoints
Just a thought, having perused the examples is it actually possible to put wss4j on a endpoint that is marshalled by jaxb or similar framework?
Guess that would be a question to one of the senior members
thanks in advance for any help
-
Apr 14th, 2008, 05:39 PM
#2
You can add wss4j support to any kind of (SOAP) endpoints, including the marshalling/unmarshalling ones.
Wss4j support is based on an endpoint interceptor, and is completely unaware of the type of the endpoint at the endpoint of its processing chain.
You can find examples of how to configure wss4j in the reference doc.
-
Apr 14th, 2008, 05:43 PM
#3
Thanks
Tareq,
Thanks i had a silly classpath issue that was preventing me moving forward. I switched out the 1.5.1 jar for 1.5.3 and all went according to the ref docs.
-
Apr 14th, 2008, 05:57 PM
#4
No worries. You can get the latest version of wss4j (1.5.4) from WSO2 maven repository:
http://dist.wso2.org/maven2/org/apac...ecurity/wss4j/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules