Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
Java-SCA-2.x
-
None
-
Patch Available
Description
Per the JMS Binding specification, scaOperationName should be set when "receiving a request at a service, or a callback at a reference" (line399-400), so it should not be set for reply messages. However the HeaderServiceInterceptor.processResponse message is calling:
responseMessageProcessor.setOperationName(operationName, jmsMsg);
Which sets the scaOperationName of the request in the response message. This line should be removed.