CXF SE missing type attribute in jbi outbound message
-----------------------------------------------------
Key: SM-1163
URL: https://issues.apache.org/activemq/browse/SM-1163
Project: ServiceMix
Issue Type: Bug
Affects Versions: 3.2
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: 3.3
append the description from mail list
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.