Hello I have a service unit that is sending this message to cxfse with the following jbi tag:
<jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" xmlns:msgns="http://student.kuali.org/poc/wsdl/PersonEmail" type="msgns:RetrieveEmailForPersonRequest" version="1.0"> and cxfse returns a message with this jbi tag: <jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"> But this is causing problems from my client su because it is requiring the "type" attribute on the jbi tag. How would I go about creating an out interceptor to add that "type" attribute? I am having a lot of difficulty learning how to manipulate the jbi exchanges. Thank you -- View this message in context: http://www.nabble.com/CXF-SE-missing-type-attribute-in-jbi-outbound-message-tf4952353s12049.html#a14180797 Sent from the ServiceMix - User mailing list archive at Nabble.com.
