Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4, nightly
-
None
Description
When an anonymous operation is used, the wsa action either has to be explicitly set on the message context or the default wsa outbound of the anonymous operation will be used. However, in certain when an anonymous operation is used, we can use the first body element of the outbound message to determine the real operation (if any) and use its outbound action value instead of the anonymous operation. This is necessary for JAX-WS Dispatch clients that use anonymous operations to send/receive messages but still might contain all the real operations since the Service class was built from wsdl or annotations.