WSDL incorrectly set the message pattern for In-Only message
------------------------------------------------------------
Key: AXIS2C-1208
URL: https://issues.apache.org/jira/browse/AXIS2C-1208
Project: Axis2-C
Issue Type: Bug
Components: code generation
Affects Versions: 1.4.0
Environment: linux fc6
Reporter: Frederic Heem
WSDL2C incorrectly set the message pattern for In-Only message. In the
generated function axis2_stub_populate_services_for_myService(), the MEP is
set to
axis2_op_set_msg_exchange_pattern(op, env, AXIS2_MEP_URI_IN_ONLY) whereas it
shall be axis2_op_set_msg_exchange_pattern(op, env, AXIS2_MEP_URI_OUT_ONLY).
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]