WSDL11ToAxisServiceBuilder.getMEP(Operation operation) returns the wrong MEP 
for ONE_WAY operations with ServiceClient
----------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4531
                 URL: https://issues.apache.org/jira/browse/AXIS2-4531
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4
         Environment: All
            Reporter: Ben Reif


When it's the server side the the getMEP(javax.wsdl.Operation) method is 
correctly checking if it's a ONE_WAY operation and then also if it has faults 
defined, which determines if it should return IN_ONLY or ROBUST_IN_ONLY. 
However, if 'isServerSide' is false and it's being called from the client this 
check for faults is missing. Instead it always returns the OUT_ONLY MEP, when 
if there are faults present it should return the ROBUST_OUT_ONLY MEP 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to