[
https://issues.apache.org/jira/browse/AXIS2-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Katherine Sanders updated AXIS2-4601:
-------------------------------------
Attachment: AXIS2-4601.patch
This patch modifies AddressingOutHandler to stop sending messageID and noneURI
replyTo headers on response messages.
The patch uses messageContext.isServerSide() to determine if we are sending a
response message. This meant that I also had to set serverSide to false in the
first service for unittest MultiHopRedirectServiceTest, since it modifies the
response messageContext to mimic a request to the second service (which will
then respond to the client instead of service 1).
> AddressingOutHandler performance improvements
> ---------------------------------------------
>
> Key: AXIS2-4601
> URL: https://issues.apache.org/jira/browse/AXIS2-4601
> Project: Axis2
> Issue Type: Improvement
> Components: Addressing
> Reporter: Katherine Sanders
> Attachments: AXIS2-4601.patch
>
>
> We should omit optional WS-A headers to avoid unnecessary axiom element
> serialization. Therefore we should stop sending messageID and noneURI
> replyTo headers on response messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.