Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
-
linux fc6
Description
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,