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 "Venkat Reddy (JIRA)" <ax...@ws.apache.org> on 2005/04/11 09:28:22 UTC

[jira] Commented: (AXIS-1921) org.w3.www._2001.XMLSchema.Any cannot be resolved

     [ http://issues.apache.org/jira/browse/AXIS-1921?page=comments#action_62537 ]
     
Venkat Reddy commented on AXIS-1921:
------------------------------------

Please post the complete wsdl, and ensure that you are using the latest CVS version for Axis sources. Couldn't reproduce.

> org.w3.www._2001.XMLSchema.Any cannot be resolved
> -------------------------------------------------
>
>          Key: AXIS-1921
>          URL: http://issues.apache.org/jira/browse/AXIS-1921
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: 1.2RC3
>  Environment: WXP Pro, java version "1.4.1_02"
>     Reporter: Francis ANDRE

>
> Hi
> The following generated Java code:
> -------------------------------------------------------------------------------------------------
> package org.oasis_open.docs.wscaf._2004._09.wsctx_wsdl;
> public interface ContextManagerPortType extends java.rmi.Remote {
>     public void getContents(org.w3.www._2001.XMLSchema.Any any, java.lang.String correlationId) throws java.rmi.RemoteException;
>     public void setContents(org.oasis_open.docs.wscaf._2004._09.wsctx_xsd.ContextType context) throws java.rmi.RemoteException;
> }
> ------------------------------------------------------------------------------------------------
> is referencing the type org.w3.www._2001.XMLSchema.Any which cannot be resolved with Axis 1.2 RC3.
> Here is a snippet of the xsd related to the message involved in the ContextManagerPortType :
>     <xs:complexType name="AssertionType">
>         <xs:sequence>
>             <xs:any namespace="##other" processContents="lax" minOccurs="0"/>
>             <xs:element name="correlation-id" type="xs:string"/>
>             <!-- correlation id is mandatory -->
>         </xs:sequence>
>     </xs:complexType>
> 2/ Context
> C:\>java -version
> java version "1.4.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
> Regards
> Francis ANDRE

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira