[jboss-dev-forums] [Design of JBoss ESB] - Re: Wise based soap client for esb
jeffdelong
do-not-reply at jboss.com
Thu Jun 26 19:01:27 EDT 2008
In the case of web services transactions, the JBoss Transaction XTS component has a context handler, com.arjuna.mw.wst.client.JaxWSHeaderContextProcessor, so there is nothing for me to write. On the other hand, if I use Smooks, it is not so obvious how to define the smooks-handler. I want to add something like the following:
<wscoor:CoordinationContextType xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor">
<wscoor:Identifier>urn:7f000001:cfcd:483f0ffb:2e20</wscoor:Identifier>
<wscoor:CoordinationType>http://schemas.xmlsoap.org/ws/2004/10/wsba/AtomicOutcome</wscoor:CoordinationType>
<wscoor:RegistrationService>
<wsa:Address xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:8080/xts/soap/RegistrationCoordinator</wsa:Address>
<wsa:ReferenceParameters xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsarj:InstanceIdentifier xmlns:wsarj="http://schemas.arjuna.com/ws/2005/10/wsarj">7f000001:cfcd:483f0ffb:2e20</wsarj:InstanceIdentifier>
</wsa:ReferenceParameters>
</wscoor:RegistrationService>
</wscoor:CoordinationContextType>
where the content is dynamic (and can be found in the ESB Message).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161012#4161012
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161012
More information about the jboss-dev-forums
mailing list