You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Bradley Beddoes (JIRA)" <ji...@apache.org> on 2006/12/22 01:00:20 UTC

[jira] Created: (AXIS2-1904) RawXMLINOutMessageReceiver sets target namespace

RawXMLINOutMessageReceiver sets target namespace
------------------------------------------------

                 Key: AXIS2-1904
                 URL: http://issues.apache.org/jira/browse/AXIS2-1904
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Bradley Beddoes



The RawXMLINOutMessageReceiver modifies the returned OMElement after implemented business logic has finished processing it by calling the following:

result.declareNamespace(service.getTargetNamespace(),
                        service.getTargetNamespacePrefix());

This in turn breaks any attempt to embed signed documents into the soap body as the inserted tns namespace of the web service endpoint breaks the pre calculated signatures when performing validation.

I can't see any purpose for this call to be made in the raw XML receiver could it please be removed? Or at least some arguments for its inclusion given.

thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1904) RawXMLINOutMessageReceiver sets target namespace

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

Deepal Jayasinghe resolved AXIS2-1904.
--------------------------------------

    Resolution: Fixed

changes are in.



> RawXMLINOutMessageReceiver sets target namespace
> ------------------------------------------------
>
>                 Key: AXIS2-1904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1904
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Bradley Beddoes
>         Assigned To: Deepal Jayasinghe
>
> The RawXMLINOutMessageReceiver modifies the returned OMElement after implemented business logic has finished processing it by calling the following:
> result.declareNamespace(service.getTargetNamespace(),
>                         service.getTargetNamespacePrefix());
> This in turn breaks any attempt to embed signed documents into the soap body as the inserted tns namespace of the web service endpoint breaks the pre calculated signatures when performing validation.
> I can't see any purpose for this call to be made in the raw XML receiver could it please be removed? Or at least some arguments for its inclusion given.
> thanks!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1904) RawXMLINOutMessageReceiver sets target namespace

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

Davanum Srinivas updated AXIS2-1904:
------------------------------------

    Assignee: Deepal Jayasinghe

> RawXMLINOutMessageReceiver sets target namespace
> ------------------------------------------------
>
>                 Key: AXIS2-1904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1904
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Bradley Beddoes
>         Assigned To: Deepal Jayasinghe
>
> The RawXMLINOutMessageReceiver modifies the returned OMElement after implemented business logic has finished processing it by calling the following:
> result.declareNamespace(service.getTargetNamespace(),
>                         service.getTargetNamespacePrefix());
> This in turn breaks any attempt to embed signed documents into the soap body as the inserted tns namespace of the web service endpoint breaks the pre calculated signatures when performing validation.
> I can't see any purpose for this call to be made in the raw XML receiver could it please be removed? Or at least some arguments for its inclusion given.
> thanks!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org