How do i configure WSAT version in JBoss?

39 Views Asked by At

I am using a CXF client to implement a WSAT web service call. The following namespace is added on the outbound coordination context header:

wscoor="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"

This namespace is used by WSAT 1.2. How can i configure either the client or JBoss to use WSAT 1.0?

1

There are 1 best solutions below

0
On BEST ANSWER

Turns out the only way to do this is to bundle an older version of Apache CXF in jboss as shown below:

https://access.redhat.com/solutions/803623