You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/05/12 21:16:11 UTC

[jira] Resolved: (AXIS2-696) ADB doesn't appear to support wildcard elements in the schema

     [ http://issues.apache.org/jira/browse/AXIS2-696?page=all ]
     
Davanum Srinivas resolved AXIS2-696:
------------------------------------

    Resolution: Fixed

Fix in latest SVN.

thanks,
dims

> ADB doesn't appear to support wildcard elements in the schema
> -------------------------------------------------------------
>
>          Key: AXIS2-696
>          URL: http://issues.apache.org/jira/browse/AXIS2-696
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: databinding
>     Versions: 1.0
>  Environment: WinXP, JDK 1.5.06
>     Reporter: Simon Fell
>     Assignee: Ajith Harshana Ranabahu

>
> using the WSDL from AXIS2-694
> ran WSDL2Java -s -u -uri partner.wsdl
> the WSDL includes an xsd:any on the definition of SObject, which doesn't appear to have made it into the SObject class, this may be related, the QueryResult complexType ends up with the records array being declared as an OMElement array, not an SObject array. (Axis2-694 stops me from seeing if this array contains anything useful), from the schema
>             <complexType name="sObject">
>                 <sequence>
>                     <element name="type"               type="xsd:string"/>
>                     <element name="fieldsToNull"       type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
>                     <element name="Id"                 type="tns:ID" nillable="true" />
>                     <any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
>                 </sequence>
>             </complexType>
>             <complexType name="QueryResult">
>                 <sequence>
>                     <element name="done"         type="xsd:boolean"/>
>                     <element name="queryLocator" type="tns:QueryLocator" nillable="true"/>
>                     <element name="records"      type="ens:sObject" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
>                     <element name="size"         type="xsd:int"/>
>                 </sequence>
>             </complexType>
> If ADB doesn't support these schema constructs, it should fail with a useful error message during WSDL2Java.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira