You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/05/10 13:44:43 UTC

[jira] Resolved: (SM-1340) using servicemix-cxf-bc to proxy extenal web service,return the message which lost 'xsd' and 'xsi' namespace

     [ https://issues.apache.org/activemq/browse/SM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1340.
------------------------------

    Fix Version/s: 3.3
       Resolution: Fixed

commit fix 
http://svn.apache.org/viewvc?rev=655055&view=rev for trunk
http://svn.apache.org/viewvc?rev=655056&view=rev for 3.2 branch

> 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, 3.3
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> 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.