hi

I have included the namespace declaration in my wsdl file as you can see attached. But you were right, I had to manually add it --> 17 new errors occured after validation.

is this a bug?


Spies, Brennan schrieb:
Do you have the namespace declaration
xmlns:xs="http://www.w3.org/2001/XMLSchema";

as an attribute of your root element?


-----Original Message-----
From: Philipp Perner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:06 AM
To: [email protected]
Subject: wsdl schema prefix

me again!

I didnt use the Axis2 Code Generator, because in my posting above the wsdl was not valid, whatever the reasons were.
So I manually generated my wsdl file with Java2WSDL

No i have a wsdl file which has after validation one single error:

error in line 229: "The prefix "xs" for element "xs:schema" is not bound."

can anyone help me?
the command I generated wsdl with is:

java -cp {required librarypaths} org.apache.ws.java2wsdl.Java2WSDL -o ../wsdl -l "http://localhost:8081/axis2/services/Pseudonymisierung"; -sn "Pseudonymisierung" -cn healthgate.axis.service.Pseudonymisierung -of Pseudonymisierung.wsdl

Is there anything wrong with the command? do I have to add anything that binds the prefix?

kind regards,

Philipp



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


<wsdl:definitions xmlns:axis2="http://service.axis.healthgate";
        xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
        xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
        xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
        xmlns:ns="http://service.axis.healthgate/xsd";
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
        xmlns:xs="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://service.axis.healthgate";>
        <wsdl:types>
                <xs:schema xmlns:ax223="http://reflect.lang.java/xsd";
                        xmlns:ax225="http://reflect.sun/xsd";
                        xmlns:ax238="http://repository.generics.reflect.sun/xsd";
                        xmlns:ax228="http://factory.generics.reflect.sun/xsd";
                        xmlns:ax226="http://lang.java/xsd";
                        xmlns:ax224="http://annotation.lang.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://reflect.lang.java/xsd";>
                        <xs:import 
namespace="http://annotation.lang.java/xsd";></xs:import>
                        <xs:import 
namespace="http://reflect.sun/xsd";></xs:import>
                        <xs:import namespace="http://lang.java/xsd";></xs:import>
                        <xs:import
                                
namespace="http://factory.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import
                                
namespace="http://repository.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:element name="Constructor" 
type="ax223:Constructor"></xs:element>
                        <xs:complexType name="Constructor">
                                <xs:sequence>
                                        <xs:element name="accessible" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="annotations"
                                                nillable="true" 
type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element name="constructorAccessor"
                                                nillable="true" 
type="ax225:ConstructorAccessor">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element name="declaringClass" 
nillable="true"
                                                type="ax226:Class">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="exceptionTypes" 
nillable="true" type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax228:GenericsFactory">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="genericExceptionTypes" 
nillable="true" type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="genericInfo" 
nillable="true"
                                                
type="ax238:ConstructorRepository">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="genericParameterTypes" 
nillable="true" type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="modifiers" 
type="xs:int"></xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterTypes" 
nillable="true" type="ax226:Class">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="rawAnnotations" 
type="xs:byte">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="rawParameterAnnotations" 
type="xs:byte">
                                        </xs:element>
                                        <xs:element name="signature" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="slot" 
type="xs:int"></xs:element>
                                        <xs:element name="synthetic" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax223:TypeVariable">
                                        </xs:element>
                                        <xs:element name="varArgs" 
type="xs:boolean"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Type" type="ax223:Type"></xs:element>
                        <xs:complexType name="Type">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="TypeVariable" 
type="ax223:TypeVariable"></xs:element>
                        <xs:complexType name="TypeVariable">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded" 
name="bounds"
                                                nillable="true" 
type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="genericDeclaration"
                                                nillable="true" 
type="ax223:GenericDeclaration">
                                        </xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="GenericDeclaration"
                                type="ax223:GenericDeclaration">
                        </xs:element>
                        <xs:complexType name="GenericDeclaration">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax223:TypeVariable">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Field" 
type="ax223:Field"></xs:element>
                        <xs:complexType name="Field">
                                <xs:sequence>
                                        <xs:element name="accessible" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="annotations"
                                                nillable="true" 
type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element name="declaringClass" 
nillable="true"
                                                type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="enumConstant" 
type="xs:boolean"></xs:element>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax228:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="genericInfo" 
nillable="true"
                                                type="ax238:FieldRepository">
                                        </xs:element>
                                        <xs:element name="genericSignature" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="genericType" 
nillable="true"
                                                type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="modifiers" 
type="xs:int"></xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="synthetic" 
type="xs:boolean"></xs:element>
                                        <xs:element name="type" nillable="true"
                                                type="ax226:Class">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Method" 
type="ax223:Method"></xs:element>
                        <xs:complexType name="Method">
                                <xs:sequence>
                                        <xs:element name="accessible" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="annotations"
                                                nillable="true" 
type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element name="bridge" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element name="declaringClass" 
nillable="true"
                                                type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="defaultValue" 
type="xs:anyType"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="exceptionTypes" 
nillable="true" type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax228:GenericsFactory">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="genericExceptionTypes" 
nillable="true" type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="genericInfo" 
nillable="true"
                                                type="ax238:MethodRepository">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="genericParameterTypes" 
nillable="true" type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="genericReturnType" 
nillable="true"
                                                type="ax223:Type">
                                        </xs:element>
                                        <xs:element name="genericSignature" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="methodAccessor" 
nillable="true"
                                                type="ax225:MethodAccessor">
                                        </xs:element>
                                        <xs:element name="modifiers" 
type="xs:int"></xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterAnnotations" 
nillable="true"
                                                type="ax224:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterTypes" 
nillable="true" type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="returnType" 
nillable="true"
                                                type="ax226:Class">
                                        </xs:element>
                                        <xs:element name="synthetic" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax223:TypeVariable">
                                        </xs:element>
                                        <xs:element name="varArgs" 
type="xs:boolean"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax235="http://tree.generics.reflect.sun/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://tree.generics.reflect.sun/xsd";>
                        <xs:element name="Tree" type="ax235:Tree"></xs:element>
                        <xs:complexType name="Tree">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax28="http://misc.sun/xsd";
                        xmlns:ax210="http://net.java/xsd"; 
attributeFormDefault="qualified"
                        elementFormDefault="qualified"
                        targetNamespace="http://misc.sun/xsd";>
                        <xs:import namespace="http://net.java/xsd";></xs:import>
                        <xs:element name="URLClassPath" 
type="ax28:URLClassPath"></xs:element>
                        <xs:complexType name="URLClassPath">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded" 
name="uRLs"
                                                nillable="true" 
type="ax210:URL">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax233="http://reflect.lang.java/xsd";
                        xmlns:ax232="http://factory.generics.reflect.sun/xsd";
                        xmlns:ax231="http://visitor.generics.reflect.sun/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        
targetNamespace="http://visitor.generics.reflect.sun/xsd";>
                        <xs:import
                                
namespace="http://factory.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import 
namespace="http://reflect.lang.java/xsd";></xs:import>
                        <xs:element name="Reifier" 
type="ax231:Reifier"></xs:element>
                        <xs:complexType name="Reifier">
                                <xs:sequence>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax232:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="result" 
nillable="true"
                                                type="ax233:Type">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax24="http://annotation.reflect.sun/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://annotation.reflect.sun/xsd";>
                        <xs:element name="AnnotationType"
                                type="ax24:AnnotationType">
                        </xs:element>
                        <xs:complexType name="AnnotationType">
                                <xs:sequence>
                                        <xs:element name="inherited" 
type="xs:boolean"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax245="http://io.java/xsd";
                        xmlns:ax243="http://datatransfer.awt.java/xsd";
                        xmlns:ax21="http://activation.javax/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://activation.javax/xsd";>
                        <xs:import 
namespace="http://datatransfer.awt.java/xsd";></xs:import>
                        <xs:import namespace="http://io.java/xsd";></xs:import>
                        <xs:element name="DataHandler" 
type="ax21:DataHandler"></xs:element>
                        <xs:complexType name="DataHandler">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded" 
name="allCommands"
                                                nillable="true" 
type="ax21:CommandInfo">
                                        </xs:element>
                                        <xs:element name="baseType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="commandMap" 
nillable="true"
                                                type="ax21:CommandMap">
                                        </xs:element>
                                        <xs:element name="content" 
type="xs:anyType"></xs:element>
                                        <xs:element name="contentType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="dataContentHandler"
                                                nillable="true" 
type="ax21:DataContentHandler">
                                        </xs:element>
                                        <xs:element 
name="dataContentHandlerFactory"
                                                nillable="true" 
type="ax21:DataContentHandlerFactory">
                                        </xs:element>
                                        <xs:element name="dataSource" 
nillable="true"
                                                type="ax21:DataSource">
                                        </xs:element>
                                        <xs:element name="inputStream" 
nillable="true"
                                                type="ax245:InputStream">
                                        </xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="outputStream" 
nillable="true"
                                                type="ax245:OutputStream">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="preferredCommands" 
nillable="true"
                                                type="ax21:CommandInfo">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="transferDataFlavors" 
nillable="true"
                                                type="ax243:DataFlavor">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="CommandInfo" 
type="ax21:CommandInfo"></xs:element>
                        <xs:complexType name="CommandInfo">
                                <xs:sequence>
                                        <xs:element name="commandClass" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="commandName" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="CommandMap" 
type="ax21:CommandMap"></xs:element>
                        <xs:complexType name="CommandMap">
                                <xs:sequence>
                                        <xs:element name="defaultCommandMap" 
nillable="true"
                                                type="ax21:CommandMap">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="mimeTypes"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="DataContentHandler"
                                type="ax21:DataContentHandler">
                        </xs:element>
                        <xs:complexType name="DataContentHandler">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded"
                                                name="transferDataFlavors" 
nillable="true"
                                                type="ax243:DataFlavor">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="DataContentHandlerFactory"
                                type="ax21:DataContentHandlerFactory">
                        </xs:element>
                        <xs:complexType name="DataContentHandlerFactory">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="DataSource" 
type="ax21:DataSource"></xs:element>
                        <xs:complexType name="DataSource">
                                <xs:sequence>
                                        <xs:element name="contentType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="inputStream" 
nillable="true"
                                                type="ax245:InputStream">
                                        </xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="outputStream" 
nillable="true"
                                                type="ax245:OutputStream">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax26="http://annotation.lang.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://annotation.lang.java/xsd";>
                        <xs:element name="Annotation" 
type="ax26:Annotation"></xs:element>
                        <xs:complexType name="Annotation">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax221="http://reflect.sun/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://reflect.sun/xsd";>
                        <xs:element name="ConstantPool" 
type="ax221:ConstantPool"></xs:element>
                        <xs:complexType name="ConstantPool">
                                <xs:sequence>
                                        <xs:element name="size" 
type="xs:int"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="ConstructorAccessor"
                                type="ax221:ConstructorAccessor">
                        </xs:element>
                        <xs:complexType name="ConstructorAccessor">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="MethodAccessor"
                                type="ax221:MethodAccessor">
                        </xs:element>
                        <xs:complexType name="MethodAccessor">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="ReflectionFactory"
                                type="ax221:ReflectionFactory">
                        </xs:element>
                        <xs:complexType name="ReflectionFactory">
                                <xs:sequence>
                                        <xs:element name="langReflectAccess" 
nillable="true"
                                                type="ax221:LangReflectAccess">
                                        </xs:element>
                                        <xs:element name="reflectionFactory" 
nillable="true"
                                                type="ax221:ReflectionFactory">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="LangReflectAccess"
                                type="ax221:LangReflectAccess">
                        </xs:element>
                        <xs:complexType name="LangReflectAccess">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax246="http://axis.healthgate/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://axis.healthgate/xsd";>
                        <xs:element name="UploadCollection"
                                type="ax246:UploadCollection">
                        </xs:element>
                        <xs:complexType name="UploadCollection">
                                <xs:sequence>
                                        <xs:element name="uploads" 
type="xs:anyType"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ns0="http://activation.javax/xsd";
                        xmlns:ns1="http://axis.healthgate/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://service.axis.healthgate/xsd";>
                        <xs:element name="uploadFileFault">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element 
name="uploadFileFault"
                                                        type="xs:anyType">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="uploadFile">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="name" 
nillable="true"
                                                        type="xs:string">
                                                </xs:element>
                                                <xs:element name="date" 
nillable="true"
                                                        type="xs:dateTime">
                                                </xs:element>
                                                <xs:element name="handler" 
nillable="true"
                                                        type="ns0:DataHandler">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="uploadFileResponse">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="return" 
nillable="true"
                                                        type="xs:boolean">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploadsFault">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element 
name="listUploadsFault"
                                                        type="xs:anyType">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploads">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="subDir" 
nillable="true"
                                                        type="xs:string">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploadsResponse">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="return" 
nillable="true"
                                                        
type="ns1:UploadCollection">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploadDirFault">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element 
name="listUploadDirFault"
                                                        type="xs:anyType">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploadDir">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="subDir" 
nillable="true"
                                                        type="xs:string">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="listUploadDirResponse">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element 
maxOccurs="unbounded" name="return"
                                                        nillable="true" 
type="xs:string">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="getFileFault">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="getFileFault"
                                                        type="xs:anyType">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="getFile">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="subDir" 
nillable="true"
                                                        type="xs:string">
                                                </xs:element>
                                                <xs:element name="fileName" 
nillable="true"
                                                        type="xs:string">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                        <xs:element name="getFileResponse">
                                <xs:complexType>
                                        <xs:sequence>
                                                <xs:element name="return" 
nillable="true"
                                                        type="ns0:DataHandler">
                                                </xs:element>
                                        </xs:sequence>
                                </xs:complexType>
                        </xs:element>
                </xs:schema>
                <xs:schema xmlns:ax244="http://io.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://io.java/xsd";>
                        <xs:element name="InputStream" 
type="ax244:InputStream"></xs:element>
                        <xs:complexType name="InputStream">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="OutputStream" 
type="ax244:OutputStream"></xs:element>
                        <xs:complexType name="OutputStream">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax217="http://util.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://util.java/xsd";>
                        <xs:element name="Iterator" 
type="ax217:Iterator"></xs:element>
                        <xs:complexType name="Iterator">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax242="http://lang.java/xsd";
                        xmlns:ax22="http://datatransfer.awt.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://datatransfer.awt.java/xsd";>
                        <xs:import namespace="http://lang.java/xsd";></xs:import>
                        <xs:element name="DataFlavor" 
type="ax22:DataFlavor"></xs:element>
                        <xs:complexType name="DataFlavor">
                                <xs:sequence>
                                        <xs:element 
name="defaultRepresentationClass"
                                                nillable="true" 
type="ax242:Class">
                                        </xs:element>
                                        <xs:element
                                                
name="defaultRepresentationClassAsString" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element 
name="flavorJavaFileListType"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="flavorRemoteObjectType"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="flavorSerializedObjectType"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="flavorTextType"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="humanPresentableName"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="mimeType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element 
name="mimeTypeSerializedObject"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="primaryType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="representationClass"
                                                nillable="true" 
type="ax242:Class">
                                        </xs:element>
                                        <xs:element 
name="representationClassByteBuffer"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="representationClassCharBuffer"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="representationClassInputStream"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="representationClassReader"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="representationClassRemote"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element 
name="representationClassSerializable"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="subType" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element 
name="textPlainUnicodeFlavor"
                                                nillable="true" 
type="ax22:DataFlavor">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax25="http://annotation.reflect.sun/xsd";
                        xmlns:ax23="http://lang.java/xsd";
                        xmlns:ax240="http://factory.generics.reflect.sun/xsd";
                        xmlns:ax27="http://annotation.lang.java/xsd";
                        xmlns:ax220="http://security.java/xsd";
                        xmlns:ax241="http://repository.generics.reflect.sun/xsd";
                        xmlns:ax211="http://misc.sun/xsd";
                        xmlns:ax222="http://reflect.sun/xsd";
                        xmlns:ax239="http://reflect.lang.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://lang.java/xsd";>
                        <xs:import 
namespace="http://annotation.reflect.sun/xsd";></xs:import>
                        <xs:import 
namespace="http://annotation.lang.java/xsd";></xs:import>
                        <xs:import namespace="http://misc.sun/xsd";></xs:import>
                        <xs:import 
namespace="http://security.java/xsd";></xs:import>
                        <xs:import 
namespace="http://reflect.sun/xsd";></xs:import>
                        <xs:import 
namespace="http://reflect.lang.java/xsd";></xs:import>
                        <xs:import
                                
namespace="http://factory.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import
                                
namespace="http://repository.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:element name="Class" type="ax23:Class"></xs:element>
                        <xs:complexType name="Class">
                                <xs:sequence>
                                        <xs:element name="annotation" 
type="xs:boolean"></xs:element>
                                        <xs:element name="annotationType" 
nillable="true"
                                                type="ax25:AnnotationType">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="annotations"
                                                nillable="true" 
type="ax27:Annotation">
                                        </xs:element>
                                        <xs:element name="anonymousClass"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="array" 
type="xs:boolean"></xs:element>
                                        <xs:element name="canonicalName" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="classLoader" 
nillable="true"
                                                type="ax23:ClassLoader">
                                        </xs:element>
                                        <xs:element name="classLoader0" 
nillable="true"
                                                type="ax23:ClassLoader">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="classes"
                                                nillable="true" 
type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="componentType" 
nillable="true"
                                                type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="constantPool" 
nillable="true"
                                                type="ax222:ConstantPool">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="constructors" 
nillable="true" type="ax239:Constructor">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax27:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredClasses" 
nillable="true" type="ax23:Class">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredClasses0" 
nillable="true" type="ax23:Class">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredConstructors" 
nillable="true"
                                                type="ax239:Constructor">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredFields" 
nillable="true" type="ax239:Field">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredMethods" 
nillable="true" type="ax239:Method">
                                        </xs:element>
                                        <xs:element name="declaringClass" 
nillable="true"
                                                type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="enclosingClass" 
nillable="true"
                                                type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="enclosingConstructor"
                                                nillable="true" 
type="ax239:Constructor">
                                        </xs:element>
                                        <xs:element name="enclosingMethod" 
nillable="true"
                                                type="ax239:Method">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="enclosingMethod0" 
type="xs:anyType">
                                        </xs:element>
                                        <xs:element name="enclosingMethodInfo"
                                                nillable="true" 
type="ax23:Class$EnclosingMethodInfo">
                                        </xs:element>
                                        <xs:element name="enum" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="enumConstants" 
type="xs:anyType">
                                        </xs:element>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax240:GenericsFactory">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="fields"
                                                nillable="true" 
type="ax239:Field">
                                        </xs:element>
                                        <xs:element name="genericInfo" 
nillable="true"
                                                type="ax241:ClassRepository">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="genericInterfaces" 
nillable="true" type="ax239:Type">
                                        </xs:element>
                                        <xs:element name="genericSignature" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="genericSuperclass" 
nillable="true"
                                                type="ax239:Type">
                                        </xs:element>
                                        <xs:element name="interface" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="interfaces"
                                                nillable="true" 
type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="localClass" 
type="xs:boolean"></xs:element>
                                        <xs:element name="localOrAnonymousClass"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="memberClass" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="methods"
                                                nillable="true" 
type="ax239:Method">
                                        </xs:element>
                                        <xs:element name="modifiers" 
type="xs:int"></xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="name0" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="package" 
nillable="true"
                                                type="ax23:Package">
                                        </xs:element>
                                        <xs:element name="primitive" 
type="xs:boolean"></xs:element>
                                        <xs:element name="protectionDomain" 
nillable="true"
                                                type="ax220:ProtectionDomain">
                                        </xs:element>
                                        <xs:element name="protectionDomain0" 
nillable="true"
                                                type="ax220:ProtectionDomain">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="rawAnnotations" 
type="xs:byte">
                                        </xs:element>
                                        <xs:element name="reflectionFactory" 
nillable="true"
                                                type="ax222:ReflectionFactory">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="signers"
                                                type="xs:anyType">
                                        </xs:element>
                                        <xs:element name="simpleBinaryName" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="simpleName" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="superclass" 
nillable="true"
                                                type="ax23:Class">
                                        </xs:element>
                                        <xs:element name="synthetic" 
type="xs:boolean"></xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax239:TypeVariable">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="ClassLoader" 
type="ax23:ClassLoader"></xs:element>
                        <xs:complexType name="ClassLoader">
                                <xs:sequence>
                                        <xs:element name="bootstrapClassPath"
                                                nillable="true" 
type="ax211:URLClassPath">
                                        </xs:element>
                                        <xs:element name="callerClassLoader" 
nillable="true"
                                                type="ax23:ClassLoader">
                                        </xs:element>
                                        <xs:element 
name="defaultAssertionStatus"
                                                type="xs:boolean">
                                        </xs:element>
                                        <xs:element name="defaultDomain" 
nillable="true"
                                                type="ax220:ProtectionDomain">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="packages"
                                                nillable="true" 
type="ax23:Package">
                                        </xs:element>
                                        <xs:element name="parent" 
nillable="true"
                                                type="ax23:ClassLoader">
                                        </xs:element>
                                        <xs:element name="systemClassLoader" 
nillable="true"
                                                type="ax23:ClassLoader">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Package" 
type="ax23:Package"></xs:element>
                        <xs:complexType name="Package">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded" 
name="annotations"
                                                nillable="true" 
type="ax27:Annotation">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="declaredAnnotations" 
nillable="true"
                                                type="ax27:Annotation">
                                        </xs:element>
                                        <xs:element name="implementationTitle"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="implementationVendor"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="implementationVersion"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="packageInfo" 
nillable="true"
                                                type="ax23:Class">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="packages"
                                                nillable="true" 
type="ax23:Package">
                                        </xs:element>
                                        <xs:element name="sealed" 
type="xs:boolean"></xs:element>
                                        <xs:element name="specificationTitle"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="specificationVendor"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element name="specificationVersion"
                                                nillable="true" 
type="xs:string">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="systemPackages" 
nillable="true" type="ax23:Package">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="systemPackages0" 
nillable="true" type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Class$EnclosingMethodInfo"
                                type="ax23:Class$EnclosingMethodInfo">
                        </xs:element>
                        <xs:complexType name="Class$EnclosingMethodInfo">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax230="http://factory.generics.reflect.sun/xsd";
                        xmlns:ax234="http://visitor.generics.reflect.sun/xsd";
                        xmlns:ax229="http://repository.generics.reflect.sun/xsd";
                        xmlns:ax236="http://tree.generics.reflect.sun/xsd";
                        xmlns:ax237="http://reflect.lang.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        
targetNamespace="http://repository.generics.reflect.sun/xsd";>
                        <xs:import
                                
namespace="http://factory.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import
                                
namespace="http://visitor.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import
                                
namespace="http://tree.generics.reflect.sun/xsd";>
                        </xs:import>
                        <xs:import 
namespace="http://reflect.lang.java/xsd";></xs:import>
                        <xs:element name="ConstructorRepository"
                                type="ax229:ConstructorRepository">
                        </xs:element>
                        <xs:complexType name="ConstructorRepository">
                                <xs:sequence>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax230:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="reifier" 
nillable="true"
                                                type="ax234:Reifier">
                                        </xs:element>
                                        <xs:element name="tree" nillable="true"
                                                type="ax236:Tree">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="exceptionTypes" 
nillable="true" type="ax237:Type">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterTypes" 
nillable="true" type="ax237:Type">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax237:TypeVariable">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="FieldRepository"
                                type="ax229:FieldRepository">
                        </xs:element>
                        <xs:complexType name="FieldRepository">
                                <xs:sequence>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax230:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="reifier" 
nillable="true"
                                                type="ax234:Reifier">
                                        </xs:element>
                                        <xs:element name="tree" nillable="true"
                                                type="ax236:Tree">
                                        </xs:element>
                                        <xs:element name="genericType" 
nillable="true"
                                                type="ax237:Type">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="MethodRepository"
                                type="ax229:MethodRepository">
                        </xs:element>
                        <xs:complexType name="MethodRepository">
                                <xs:sequence>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax230:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="reifier" 
nillable="true"
                                                type="ax234:Reifier">
                                        </xs:element>
                                        <xs:element name="tree" nillable="true"
                                                type="ax236:Tree">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="exceptionTypes" 
nillable="true" type="ax237:Type">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="parameterTypes" 
nillable="true" type="ax237:Type">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax237:TypeVariable">
                                        </xs:element>
                                        <xs:element name="returnType" 
nillable="true"
                                                type="ax237:Type">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="ClassRepository"
                                type="ax229:ClassRepository">
                        </xs:element>
                        <xs:complexType name="ClassRepository">
                                <xs:sequence>
                                        <xs:element name="factory" 
nillable="true"
                                                type="ax230:GenericsFactory">
                                        </xs:element>
                                        <xs:element name="reifier" 
nillable="true"
                                                type="ax234:Reifier">
                                        </xs:element>
                                        <xs:element name="tree" nillable="true"
                                                type="ax236:Tree">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="superInterfaces" 
nillable="true" type="ax237:Type">
                                        </xs:element>
                                        <xs:element name="superclass" 
nillable="true"
                                                type="ax237:Type">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded"
                                                name="typeParameters" 
nillable="true" type="ax237:TypeVariable">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax29="http://net.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://net.java/xsd";>
                        <xs:element name="URL" type="ax29:URL"></xs:element>
                        <xs:complexType name="URL">
                                <xs:sequence>
                                        <xs:element name="authority" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="content" 
type="xs:anyType"></xs:element>
                                        <xs:element name="defaultPort" 
type="xs:int"></xs:element>
                                        <xs:element name="file" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="host" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="path" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="port" 
type="xs:int"></xs:element>
                                        <xs:element name="protocol" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="query" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element name="ref" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                        <xs:element 
name="uRLStreamHandlerFactory"
                                                nillable="true" 
type="ax29:URLStreamHandlerFactory">
                                        </xs:element>
                                        <xs:element name="userInfo" 
nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="URLStreamHandlerFactory"
                                type="ax29:URLStreamHandlerFactory">
                        </xs:element>
                        <xs:complexType name="URLStreamHandlerFactory">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax218="http://util.java/xsd";
                        xmlns:ax215="http://security.java/xsd";
                        xmlns:ax214="http://cert.security.java/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        targetNamespace="http://cert.security.java/xsd";>
                        <xs:import 
namespace="http://security.java/xsd";></xs:import>
                        <xs:import namespace="http://util.java/xsd";></xs:import>
                        <xs:element name="Certificate" 
type="ax214:Certificate"></xs:element>
                        <xs:complexType name="Certificate">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded" 
name="encoded"
                                                type="xs:byte">
                                        </xs:element>
                                        <xs:element name="publicKey" 
nillable="true"
                                                type="ax215:PublicKey">
                                        </xs:element>
                                        <xs:element name="type" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="CertPath" 
type="ax214:CertPath"></xs:element>
                        <xs:complexType name="CertPath">
                                <xs:sequence>
                                        <xs:element name="certificates" 
type="xs:anyType"></xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="encoded"
                                                type="xs:byte">
                                        </xs:element>
                                        <xs:element name="encodings" 
nillable="true"
                                                type="ax218:Iterator">
                                        </xs:element>
                                        <xs:element name="type" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax216="http://cert.security.java/xsd";
                        xmlns:ax219="http://net.java/xsd";
                        xmlns:ax212="http://security.java/xsd";
                        xmlns:ax213="http://lang.java/xsd"; 
attributeFormDefault="qualified"
                        elementFormDefault="qualified"
                        targetNamespace="http://security.java/xsd";>
                        <xs:import namespace="http://lang.java/xsd";></xs:import>
                        <xs:import 
namespace="http://cert.security.java/xsd";></xs:import>
                        <xs:import namespace="http://net.java/xsd";></xs:import>
                        <xs:element name="ProtectionDomain"
                                type="ax212:ProtectionDomain">
                        </xs:element>
                        <xs:complexType name="ProtectionDomain">
                                <xs:sequence>
                                        <xs:element name="classLoader" 
nillable="true"
                                                type="ax213:ClassLoader">
                                        </xs:element>
                                        <xs:element name="codeSource" 
nillable="true"
                                                type="ax212:CodeSource">
                                        </xs:element>
                                        <xs:element name="permissions" 
nillable="true"
                                                
type="ax212:PermissionCollection">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="principals"
                                                nillable="true" 
type="ax212:Principal">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="CodeSource" 
type="ax212:CodeSource"></xs:element>
                        <xs:complexType name="CodeSource">
                                <xs:sequence>
                                        <xs:element maxOccurs="unbounded"
                                                name="certificates" 
nillable="true" type="ax216:Certificate">
                                        </xs:element>
                                        <xs:element maxOccurs="unbounded" 
name="codeSigners"
                                                nillable="true" 
type="ax212:CodeSigner">
                                        </xs:element>
                                        <xs:element name="location" 
nillable="true"
                                                type="ax219:URL">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="PublicKey" 
type="ax212:PublicKey"></xs:element>
                        <xs:complexType name="PublicKey">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                        <xs:element name="CodeSigner" 
type="ax212:CodeSigner"></xs:element>
                        <xs:complexType name="CodeSigner">
                                <xs:sequence>
                                        <xs:element name="signerCertPath" 
nillable="true"
                                                type="ax216:CertPath">
                                        </xs:element>
                                        <xs:element name="timestamp" 
nillable="true"
                                                type="ax212:Timestamp">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Timestamp" 
type="ax212:Timestamp"></xs:element>
                        <xs:complexType name="Timestamp">
                                <xs:sequence>
                                        <xs:element name="signerCertPath" 
nillable="true"
                                                type="ax216:CertPath">
                                        </xs:element>
                                        <xs:element name="timestamp" 
type="xs:dateTime"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="PermissionCollection"
                                type="ax212:PermissionCollection">
                        </xs:element>
                        <xs:complexType name="PermissionCollection">
                                <xs:sequence>
                                        <xs:element name="readOnly" 
type="xs:boolean"></xs:element>
                                </xs:sequence>
                        </xs:complexType>
                        <xs:element name="Principal" 
type="ax212:Principal"></xs:element>
                        <xs:complexType name="Principal">
                                <xs:sequence>
                                        <xs:element name="name" nillable="true"
                                                type="xs:string">
                                        </xs:element>
                                </xs:sequence>
                        </xs:complexType>
                </xs:schema>
                <xs:schema xmlns:ax227="http://factory.generics.reflect.sun/xsd";
                        attributeFormDefault="qualified" 
elementFormDefault="qualified"
                        
targetNamespace="http://factory.generics.reflect.sun/xsd";>
                        <xs:element name="GenericsFactory"
                                type="ax227:GenericsFactory">
                        </xs:element>
                        <xs:complexType name="GenericsFactory">
                                <xs:sequence></xs:sequence>
                        </xs:complexType>
                </xs:schema>
        </wsdl:types>
        <wsdl:message name="uploadFileMessage">
                <wsdl:part name="part1" element="ns:uploadFile"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="uploadFileResponseMessage">
                <wsdl:part name="part1" 
element="ns:uploadFileResponse"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="uploadFileFault">
                <wsdl:part name="part1" 
element="ns:uploadFileFault"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadsMessage">
                <wsdl:part name="part1" element="ns:listUploads"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadsResponseMessage">
                <wsdl:part name="part1" 
element="ns:listUploadsResponse"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadsFault">
                <wsdl:part name="part1" 
element="ns:listUploadsFault"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadDirMessage">
                <wsdl:part name="part1" element="ns:listUploadDir"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadDirResponseMessage">
                <wsdl:part name="part1" 
element="ns:listUploadDirResponse"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="listUploadDirFault">
                <wsdl:part name="part1" 
element="ns:listUploadDirFault"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="getFileMessage">
                <wsdl:part name="part1" element="ns:getFile"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="getFileResponseMessage">
                <wsdl:part name="part1" 
element="ns:getFileResponse"></wsdl:part>
        </wsdl:message>
        <wsdl:message name="getFileFault">
                <wsdl:part name="part1" element="ns:getFileFault"></wsdl:part>
        </wsdl:message>
        <wsdl:portType name="PseudonymisierungPortType">
                <wsdl:operation name="uploadFile">
                        <wsdl:input 
message="axis2:uploadFileMessage"></wsdl:input>
                        <wsdl:output 
message="axis2:uploadFileResponseMessage"></wsdl:output>
                        <wsdl:fault message="axis2:uploadFileFault"
                                name="uploadFileFault">
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploads">
                        <wsdl:input 
message="axis2:listUploadsMessage"></wsdl:input>
                        <wsdl:output 
message="axis2:listUploadsResponseMessage"></wsdl:output>
                        <wsdl:fault message="axis2:listUploadsFault"
                                name="listUploadsFault">
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploadDir">
                        <wsdl:input 
message="axis2:listUploadDirMessage"></wsdl:input>
                        <wsdl:output 
message="axis2:listUploadDirResponseMessage"></wsdl:output>
                        <wsdl:fault message="axis2:listUploadDirFault"
                                name="listUploadDirFault">
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="getFile">
                        <wsdl:input message="axis2:getFileMessage"></wsdl:input>
                        <wsdl:output 
message="axis2:getFileResponseMessage"></wsdl:output>
                        <wsdl:fault message="axis2:getFileFault"
                                name="getFileFault">
                        </wsdl:fault>
                </wsdl:operation>
        </wsdl:portType>
        <wsdl:binding name="PseudonymisierungSOAP11Binding"
                type="axis2:PseudonymisierungPortType">
                <soap:binding transport="http://schemas.xmlsoap.org/soap/http";
                        style="document">
                </soap:binding>
                <wsdl:operation name="uploadFile">
                        <soap:operation soapAction="urn:uploadFile"
                                style="document">
                        </soap:operation>
                        <wsdl:input>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:output>
                        <wsdl:fault name="uploadFileFault">
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploads">
                        <soap:operation soapAction="urn:listUploads"
                                style="document">
                        </soap:operation>
                        <wsdl:input>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:output>
                        <wsdl:fault name="listUploadsFault">
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploadDir">
                        <soap:operation soapAction="urn:listUploadDir"
                                style="document">
                        </soap:operation>
                        <wsdl:input>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:output>
                        <wsdl:fault name="listUploadDirFault">
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="getFile">
                        <soap:operation soapAction="urn:getFile" 
style="document"></soap:operation>
                        <wsdl:input>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:output>
                        <wsdl:fault name="getFileFault">
                                <soap:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap:body>
                        </wsdl:fault>
                </wsdl:operation>
        </wsdl:binding>
        <wsdl:binding name="PseudonymisierungSOAP12Binding"
                type="axis2:PseudonymisierungPortType">
                <soap12:binding transport="http://schemas.xmlsoap.org/soap/http";
                        style="document">
                </soap12:binding>
                <wsdl:operation name="uploadFile">
                        <soap12:operation soapAction="urn:uploadFile"
                                style="document">
                        </soap12:operation>
                        <wsdl:input>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:output>
                        <wsdl:fault name="uploadFileFault">
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploads">
                        <soap12:operation soapAction="urn:listUploads"
                                style="document">
                        </soap12:operation>
                        <wsdl:input>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:output>
                        <wsdl:fault name="listUploadsFault">
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="listUploadDir">
                        <soap12:operation soapAction="urn:listUploadDir"
                                style="document">
                        </soap12:operation>
                        <wsdl:input>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:output>
                        <wsdl:fault name="listUploadDirFault">
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:fault>
                </wsdl:operation>
                <wsdl:operation name="getFile">
                        <soap12:operation soapAction="urn:getFile"
                                style="document">
                        </soap12:operation>
                        <wsdl:input>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:input>
                        <wsdl:output>
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:output>
                        <wsdl:fault name="getFileFault">
                                <soap12:body use="literal"
                                        
namespace="http://service.axis.healthgate";>
                                </soap12:body>
                        </wsdl:fault>
                </wsdl:operation>
        </wsdl:binding>
        <wsdl:service name="Pseudonymisierung">
                <wsdl:port name="PseudonymisierungSOAP11port"
                        binding="axis2:PseudonymisierungSOAP11Binding">
                        <soap:address
                                
location="http://localhost:8081/axis2/services/PseudonymisierungPseudonymisierung";>
                        </soap:address>
                </wsdl:port>
                <wsdl:port name="PseudonymisierungSOAP12port"
                        binding="axis2:PseudonymisierungSOAP12Binding">
                        <soap12:address
                                
location="http://localhost:8081/axis2/services/PseudonymisierungPseudonymisierung";>
                        </soap12:address>
                </wsdl:port>
        </wsdl:service>
</wsdl:definitions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to