[ https://issues.apache.org/jira/browse/CXF-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094909#comment-13094909 ]
Aki Yoshida commented on CXF-3768: ---------------------------------- Hi Dan, Okay. I looked at CXF-981. It's difficult to say what is meant by "partial responses" and by "ws-rm is enabled" in this ticket. Within the server runtime, we have partial responses at some point when ws-a is enabled. Prior to the change I made for CXF-3768, we had these PR serialized as http 200 responses. And depending on which interceptors are configured, those responses differ: - http 200 empty soap body (if only ws-a is used as in this ticket or if ws-rm is used but there is no sequence ack attached to this PR). - http 200 with non empty soap (if ws-rm is used and there is some sequence ack attached). If Dan Diephaus meant that he didn't want to see those empty soap with http 200 in those ws-a only cases or those ws-rm without any sequence ack attached cases, his issue would be resolved with this change. I will search for other tickets you suggested. regards, aki p.s. I have a question about how I should fix the test cases and whether to keep the fall back option. I will post it to dev@cxf. > HTTP response code 202 is not set for WS-Addressing partial responses > --------------------------------------------------------------------- > > Key: CXF-3768 > URL: https://issues.apache.org/jira/browse/CXF-3768 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.4.2 > Reporter: Dmytro Rud > Assignee: Aki Yoshida > > When asyncronous processing is requested by specifying an endpoint reference > in the request's ReplyTo WSA header, an immediate acknowledgement should be > sent with HTTP code 202. Older CXF versions (e.g. 2.2.11) implemented this > requirement in the method > {{org.apache.cxf.transport.http.AbstractHTTPDestination#markPartialResponse}}, > but the newer ones (2.4.1, 2.4.2) do not set the HTTP response code > explicitely, therefore acknowledgements are delivered with code 200. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira