You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Shailesh (JIRA)" <ji...@apache.org> on 2009/09/01 08:57:32 UTC

[jira] Created: (CXF-2414) WS-Adressing: No headers in the respose

WS-Adressing: No headers in the respose
---------------------------------------

                 Key: CXF-2414
                 URL: https://issues.apache.org/jira/browse/CXF-2414
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.2.2
         Environment: Windows XP, Jboss eap4.3 , Camel 2.0-M2
            Reporter: Shailesh


Hi, 
We are using a cxf framework inside camel to expose the wsdl file and have enable ws-adressing feature. The ws-headers are not being sent back in the response and we see some Errors in the log file.

Soap Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:urn1="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:urn2="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"  xmlns:a="http://www.w3.org/2005/08/addressing">
   <soapenv:Header>
      <a:Action soapenv:mustUnderstand="1">urn:ihe:iti:2007:RegistryStoredQuery</a:Action>
      <a:MessageID>urn:uuid:def119ad-dc13-49c1-a3c7-e3742531f9b3</a:MessageID>
      <a:ReplyTo>
         <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
      </a:ReplyTo>
      <a:To soapenv:mustUnderstand="0">http://localhost/service/IHEXDSRegistry.svc</a:To>
   </soapenv:Header>
...

Logs:
    11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
    WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context
    11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
    WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context
    11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
    WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context

Thanks,
Shailesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CXF-2414) WS-Adressing: No headers in the respose

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

Shailesh closed CXF-2414.
-------------------------

    Resolution: Invalid

Tested cxf with camel, its seems to be working perfectly, will raise the bug in camel forum...

> WS-Adressing: No headers in the respose
> ---------------------------------------
>
>                 Key: CXF-2414
>                 URL: https://issues.apache.org/jira/browse/CXF-2414
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.2.2
>         Environment: Windows XP, Jboss eap4.3 , Camel 2.0-M2
>            Reporter: Shailesh
>
> Hi, 
> We are using a cxf framework inside camel to expose the wsdl file and have enable ws-adressing feature. The ws-headers are not being sent back in the response and we see some Errors in the log file.
> Soap Request:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:urn1="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:urn2="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"  xmlns:a="http://www.w3.org/2005/08/addressing">
>    <soapenv:Header>
>       <a:Action soapenv:mustUnderstand="1">urn:ihe:iti:2007:RegistryStoredQuery</a:Action>
>       <a:MessageID>urn:uuid:def119ad-dc13-49c1-a3c7-e3742531f9b3</a:MessageID>
>       <a:ReplyTo>
>          <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
>       </a:ReplyTo>
>       <a:To soapenv:mustUnderstand="0">http://localhost/service/IHEXDSRegistry.svc</a:To>
>    </soapenv:Header>
> ...
> Logs:
>     11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
>     WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context
>     11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
>     WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context
>     11:46:39,218 ERROR [STDERR] Sep 1, 2009 11:46:39 AM org.apache.cxf.ws.addressing.ContextUtils retrieveMAP
>     WARNING: WS-Addressing - failed to retrieve Message Addressing Properties from context
> Thanks,
> Shailesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.