You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/11/19 22:19:19 UTC

[jira] Resolved: (AXIS2-4531) WSDL11ToAxisServiceBuilder.getMEP(Operation operation) returns the wrong MEP for ONE_WAY operations with ServiceClient

     [ https://issues.apache.org/jira/browse/AXIS2-4531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-4531.
------------------------------------

    Resolution: Incomplete

Marking this issue as incomplete because the reporter didn't provide the requested information.

> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org