using servicemix-cxf-bc to proxy extenal web service,return the message which
lost 'xsd' and 'xsi' namespace
------------------------------------------------------------------------------------------------------------
Key: SM-1340
URL: https://issues.apache.org/activemq/browse/SM-1340
Project: ServiceMix
Issue Type: Bug
Components: servicemix-cxf-bc
Affects Versions: 3.2.1
Environment: window xp,jdk1.5.0_06
Reporter: xiewenyuan
Assignee: Freeman Fang
Priority: Critical
Fix For: 3.2.2
Invoke directly external web service, return the message fragment:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body>.......
invoke throught cxf-bc, return the message fragment:
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body>........
the result is lost two namespace: xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.