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

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

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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1340 started by Freeman Fang.

> 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
>
>   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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1340:
--------------------------------

    Fix Version/s: servicemix-cxf-bc-2008.01

> 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, servicemix-cxf-bc-2008.01
>
>   Original Estimate: 4 days, 8 hours
>  Remaining Estimate: 4 days, 8 hours
>
> 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.


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

Posted by "xiewenyuan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiewenyuan updated SM-1340:
---------------------------

     Original Estimate: 2 days  (was: 1 week)
    Remaining Estimate: 2 days  (was: 1 week)

> 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
>
>   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.