We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0628d99 commit c4ae926Copy full SHA for c4ae926
modules/kernel/src/org/apache/axis2/context/OperationContext.java
@@ -738,9 +738,7 @@ public void activate(ConfigurationContext cc) {
738
// We only want to (re)register this if it's an outbound message
739
String mepString = getAxisOperation().getMessageExchangePattern();
740
if (mepString.equals(WSDL2Constants.MEP_URI_OUT_ONLY)
741
- || mepString.equals(WSDL2Constants.MEP_URI_OUT_ONLY)
742
- || ((mepString.equals(WSDL2Constants.MEP_URI_OUT_IN)
743
- || mepString.equals(WSDL2Constants.MEP_URI_OUT_IN))
+ || ((mepString.equals(WSDL2Constants.MEP_URI_OUT_IN))
744
&& !isComplete)) {
745
746
// make sure this OperationContext object is registered in the
0 commit comments