[wsf-c-dev] [jira] Created: (WSFPHP-240) WSDL mode fails when
GUTHTHILA parser is used.
Ruwan Janapriya (JIRA)
jira at wso2.org
Mon Mar 3 09:48:44 PST 2008
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
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