Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
options to disable wsdl processing, when wsdl is specified added.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wso2.org/repos/wso2/trunk/wsf@84654 a5903396-d722-0410-b921-86c7d4935375
  • Loading branch information
nandika committed Dec 30, 2010
1 parent 60ce5ce commit f9455bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/wsf_xml_msg_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ wsf_xml_msg_recv_invoke_business_logic_sync(
{
/* this is where the default value for opParam is set,
If the wsdl option is set go for the MIXED mode by default */
if (svc_info->wsdl == NULL)
if (svc_info->wsdl == NULL || svc_info->omit_wsdl)
{
result_node = wsf_xml_msg_recv_invoke_wsmsg(env, operation_name,
in_msg_ctx, out_msg_ctx, svc_info, classname, req_info->content_type TSRMLS_CC);
Expand Down

0 comments on commit f9455bc

Please sign in to comment.