[wsf-c-dev] [jira] Resolved: (WSFPHP-230) Some warnings when using wsdl mode

Dimuthu Gamage (JIRA) jira at wso2.org
Sat Mar 1 00:19:44 PST 2008


     [ https://wso2.org/jira/browse/WSFPHP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Gamage resolved WSFPHP-230.
-----------------------------------

      Assignee: Dimuthu Gamage
    Resolution: Fixed

Fixed,

Replaced 

if($value["class_map_name"] == "anyType")

to 

if(array_key_exists("class_map_name", $value) && $value["class_map_name"] == "anyType")

> Some warnings when using wsdl mode 
> -----------------------------------
>
>                 Key: WSFPHP-230
>                 URL: https://wso2.org/jira/browse/WSFPHP-230
>             Project: WSO2 WSF/PHP
>          Issue Type: Bug
>          Components: WSDL Mode
>    Affects Versions: Current (nightly)
>         Environment: Windows 
>            Reporter: Dushshantha Chandradasa
>            Assignee: Dimuthu Gamage
>            Priority: Minor
>
> Following warning messages can be seen when running wsdl mode tests.
> Notice: Undefined index:  class_map_name in C:\wsfphp1.2.1\wso2-wsf-php-src-1.2.1\wso2-wsf-php-bin-1.2.1-win32\scripts\dynamic_invocation\wsf_wsdl_util.php on line 825
> Notice: Undefined index:  class_map_name in C:\wsfphp1.2.1\wso2-wsf-php-src-1.2.1\wso2-wsf-php-bin-1.2.1-win32\scripts\dynamic_invocation\wsf_wsdl_util.php on line 1912
> Notice: Undefined index:  http://schemas.microsoft.com/2003/10/Serialization/Arrays in C:\wsfphp1.2.1\wso2-wsf-php-src-1.2.1\wso2-wsf-php-bin-1.2.1-win32\scripts\dynamic_invocation\wsf_wsdl_util.php on line 890

-- 
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