You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/09/22 16:10:16 UTC

[jira] Commented: (CXF-1511) WrappedMessageContext does not implement SOAPMessageContext

    [ https://issues.apache.org/jira/browse/CXF-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758252#action_12758252 ] 

Alessio Soldano commented on CXF-1511:
--------------------------------------

JAXWS 2.1, section 10.3 says the SOAPMessageContext is to be passed to SOAP handlers. CXF has a message context implementing SOAPMessageContext (org.apache.cxf.jaxws.handler.soap.SOAPMessageContextImpl) which is correctly passed to handleMessage method of SOAP handlers.

> WrappedMessageContext does not implement SOAPMessageContext
> -----------------------------------------------------------
>
>                 Key: CXF-1511
>                 URL: https://issues.apache.org/jira/browse/CXF-1511
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.5
>            Reporter: Thomas Diesler
>            Assignee: Alessio Soldano
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/binding test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.binding.SOAPBindingTestCase
>     [junit] Retrieving document at 'http://localhost:8080/jaxws-binding?wsdl'.
>     [junit] Tests run: 2, Failures: 1, Errors: 1, Time elapsed: 6.716 sec
>     [junit] Test org.jboss.test.ws.jaxws.binding.SOAPBindingTestCase FAILED

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