namespace prefix missing from jbi mesage to soap message
--------------------------------------------------------
Key: SM-1172
URL: https://issues.apache.org/activemq/browse/SM-1172
Project: ServiceMix
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: 3.2.2, 3.3
for example, the jbi mesage is
<?xml version="1.0" encoding="UTF-8"?><jbi:message
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"
xmlns:msg="http://ejb.proto.mycompany.com" name="getProtoDTOResponse"
type="msg:getProtoDTOResponse"
version="1.0"><jbi:part><p637:getProtoDTOResponse
xmlns:p637="http://ejb.proto.mycompany.com"><getProtoDTOReturn><id
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"/></getProtoDTOReturn></p637:getProtoDTOResponse></jbi:part></jbi:message>
the soap mesasge after transform is
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><p637:getProtoDTOResponse
xmlns:p637="http://ejb.proto.mycompany.com"><getProtoDTOReturn><id
xsi:nil="true"
/></getProtoDTOReturn></p637:getProtoDTOResponse></soap:Body></soap:Envelope>
we can see the xsi prefix is missing
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.