[wsf-c-dev] [jira] Resolved: (WSFPHP-204) WSDl mode basic data
types interop test RetBool_false.phpt fails
Dimuthu Gamage (JIRA)
jira at wso2.org
Fri Feb 15 11:17:44 PST 2008
[ https://wso2.org/jira/browse/WSFPHP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dimuthu Gamage resolved WSFPHP-204.
-----------------------------------
Assignee: Dimuthu Gamage
Resolution: Fixed
Resolved with the commit 13806 , Please change the tests in to the following format,
$proxy = $client->getProxy();
$val = $proxy->RetBool(FALSE); // note that currently in all the test cases this is delcared inside array, like $pxoy->RetBool(array(FALSE))
var_dump($val);
Please change the test-cases to follow to this API.
Thanks
Dimuthu
> WSDl mode basic data types interop test RetBool_false.phpt fails
> -----------------------------------------------------------------
>
> Key: WSFPHP-204
> URL: https://wso2.org/jira/browse/WSFPHP-204
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Components: WSDL Mode
> Affects Versions: Current (nightly)
> Environment: Windows
> Reporter: Dushshantha Chandradasa
> Assignee: Dimuthu Gamage
>
> Following is the error message. :
> Notice: Trying to get property of non-object in C:\wsfphp\wso2-wsf-php-bin-1.2.1-win32\scripts\dynamic_invocation\wsf_wsdl_util.php on line 732
> Notice: Undefined variable: ele_ns in C:\wsfphp\wso2-wsf-php-bin-1.2.1-win32\scripts\dynamic_invocation\wsf_wsdl_client_request.php on line 167
> NULL
> namespace error : Failed to parse QName 'ns1:'
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : error parsing attribute name
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : attributes construct error
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : Couldn't find end of Start Tag ns1: line 1
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> namespace error : Failed to parse QName 'ns1:'
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : expected '>'
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : Opening and ending tag mismatch: inBool line 1 and ns1:
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
> ^
> Entity: line 1: parser error : Extra content at the end of the document
> <ns1:inBool xmlns:ns1="http://tempuri.org/"><ns1:0></ns1:0></ns1:inBool>
--
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