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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]