[wsf-c-dev] [jira] Assigned: (WSFPHP-227) wsdl_mode is not
supporting when schema element use ref attribute
Dimuthu Gamage (JIRA)
jira at wso2.org
Mon Mar 31 03:46:44 PDT 2008
[ https://wso2.org/jira/browse/WSFPHP-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dimuthu Gamage reassigned WSFPHP-227:
-------------------------------------
Assignee: Dimuthu Gamage
> wsdl_mode is not supporting when schema element use ref attribute
> -----------------------------------------------------------------
>
> Key: WSFPHP-227
> URL: https://wso2.org/jira/browse/WSFPHP-227
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Components: WSDL Mode
> Affects Versions: Current (nightly)
> Environment: Ubuntu 7.10
> Reporter: Lahiru Gunathilake
> Assignee: Dimuthu Gamage
> Fix For: 1.2.2
>
> Attachments: SimpleArray.wsdl
>
>
> When i test a wsdl which having ref in it's schema element wsdl2php script is not generating php code correctly and after writing the service still it is not supporting by wsdl mode with WSF PHP.
> <complexType name="intArrayType">
> <sequence>
> <element ref="s:intItem" minOccurs="0" maxOccurs="unbounded" />
> </sequence>
> </complexType>
> With wsdl2php script it create a class intArrayType which is having a member with the name of s_intItem.That should be intItem.I change the code and test the service since by wsdl mode is not supporting ref in schema element it's not working after the modification.
> Regards
> lahiru
--
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