[
https://issues.apache.org/jira/browse/AXIS2C-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609470#action_12609470
]
Damitha Kumarage commented on AXIS2C-1215:
------------------------------------------
You can set your mep as an operation attribute in your services.xml. See below.
<operation name="notify" mep="http://www.w3.org/2004/08/wsdl/in-only">
<parametername="wsamapping">http://ws.apache.org/axis2/c/samples/notify</parameter>
</operation>
After yesterdays Supun's changes I had problem with some of my one way messages
in savan(internal server error). After adding the above mep attribute it works
fine.
> incorrect MEP on the server side
> --------------------------------
>
> Key: AXIS2C-1215
> URL: https://issues.apache.org/jira/browse/AXIS2C-1215
> Project: Axis2-C
> Issue Type: Bug
> Affects Versions: Current (Nightly)
> Environment: linux fc6
> Reporter: Frederic Heem
>
> On the server side, the MEP is set in the generated code in the function
> axis2_stub_populate_services_for_myService, some of my message are set to
> AXIS2_MEP_URI_OUT_ONLY. However, when printing the MEP in
> axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync(), the MEP is
> http://www.w3.org/2004/08/wsdl/in-out. Therefore, the new code which is based
> on the MEP value doesn't work as expected. Please note that this issue is
> related to AXIS2C-1213.
> Best Regards,
--
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]