[wsf-c-dev] [jira] Created: (WSFPHP-219) Providing custom classes and array format support for Schema AnyType

Dimuthu Gamage (JIRA) jira at wso2.org
Sun Feb 24 19:01:44 PST 2008


Providing custom classes and array format support for Schema AnyType
--------------------------------------------------------------------

                 Key: WSFPHP-219
                 URL: https://wso2.org/jira/browse/WSFPHP-219
             Project: WSO2 WSF/PHP
          Issue Type: Bug
          Components: WSDL Mode
         Environment: Linux, Windows
            Reporter: Dimuthu Gamage
            Assignee: Dimuthu Gamage
            Priority: Critical
             Fix For: 1.2.1


Currently when there exist an AnyType in the WSDL, wsdl mode fails,

We should fix this, so that when there is an anytype,

in serializing,
  should serialize xml for any given Array or Object structure defining elements name equal to their properties name and their namespace equal to the parent's namespace.

in deserializing,
   should build array or class object structure (depending on whether class map given or not) so that element names are mapped to the array key names or class property names respectively,

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