[
https://issues.apache.org/activemq/browse/SMXCOMP-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52905#action_52905
]
Freeman Fang edited comment on SMXCOMP-600 at 7/23/09 2:00 AM:
---------------------------------------------------------------
for example, the incoming soap message is
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tns="http://servicemix.apache.org/samples/wsdl-first/types">
<env:Body>
<tns:GetPerson>
<tns:personId>world</tns:personId>
</tns:GetPerson>
</env:Body>
</env:Envelope>
the jbi message is
<jbi:message name="GetPersonRequest" type="msg:GetPersonRequest" version="1.0"
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"
xmlns:msg="http://servicemix.apache.org/samples/wsdl-first"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><jbi:part><tns:GetPerson>
<tns:personId>world</tns:personId>
</tns:GetPerson></jbi:part></jbi:message>
the tns namespace just miss in jbi message, it's a little bit weird this is a
mac osx specific issue
was (Author: ffang):
for example, the incoming soap message is
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tns="http://servicemix.apache.org/samples/wsdl-first/types">
<env:Body>
<tns:GetPerson>
<tns:personId>world</tns:personId>
</tns:GetPerson>
</env:Body>
</env:Envelope>
the jbi message is
<jbi:message name="GetPersonRequest" type="msg:GetPersonRequest" version="1.0"
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"
xmlns:msg="http://servicemix.apache.org/samples/wsdl-first"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><jbi:part><tns:GetPerson>
<tns:personId>world</tns:personId>
</tns:GetPerson></jbi:part></jbi:message>
> namespace will miss after changing from soap message to jbi message on mac osx
> ------------------------------------------------------------------------------
>
> Key: SMXCOMP-600
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-600
> Project: ServiceMix Components
> Issue Type: Bug
> Components: servicemix-cxf-bc
> Environment: Mac OSX
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.2.4, servicemix-cxf-bc-2009.02
>
>
> this can cause cxf-wsdl-first example failed on mac osx, but not see this
> problem on other platform.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.