[wsf-c-dev] [jira] Resolved: (WSFPHP-240) WSDL mode fails when
GUTHTHILA parser is used.
Ruwan Janapriya (JIRA)
jira at wso2.org
Wed Mar 5 01:45:44 PST 2008
[ https://wso2.org/jira/browse/WSFPHP-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruwan Janapriya resolved WSFPHP-240.
------------------------------------
Resolution: Fixed
Fixed, removed xmlDoc dependency in wsf_wsdl_create_request_envelope function.
> WSDL mode fails when GUTHTHILA parser is used.
> -----------------------------------------------
>
> Key: WSFPHP-240
> URL: https://wso2.org/jira/browse/WSFPHP-240
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Reporter: Ruwan Janapriya
> Assignee: Ruwan Janapriya
>
> In wsf_wsdl.c, the function wsf_wsdl_create_soap_envelope_from_doc is calling the following function
> axiom_xml_reader_create_for_memory (env, doc, 0, "utf-8", AXIS2_XML_PARSER_TYPE_DOC);
> the second parameter is of xmlDoc (a libxml type). Since this is libxml specific, (due to axis2c jira https://issues.apache.org/jira/browse/AXIS2C-1041) above call will fail with GUTHTHILA parser.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list