[wsf-c-dev] [jira] Created: (WSFPHP-227) wsdl_mode is not supporting when schema element use ref attribute

Lahiru Gunathilake (JIRA) jira at wso2.org
Tue Feb 26 22:49:44 PST 2008


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
             Fix For: Current (nightly)
         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