0

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?

StudentOfTheGame
  • 163
  • 1
  • 2
  • 13

1 Answers1

0

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

StudentOfTheGame
  • 163
  • 1
  • 2
  • 13