[ 
https://issues.apache.org/jira/browse/AXIS2-4531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865058#action_12865058
 ] 

Tharindu Mathew commented on AXIS2-4531:
----------------------------------------

Hi Ben,

I'm trying to re produce this issue, but haven't been able to do so. Could you 
please attach the relevant files for both server side (.aar files, etc) and 
client side, so I can reproduce this issue.

> 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: 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to