Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 58810 invoked from network); 13 Apr 2005 09:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2005 09:41:24 -0000 Received: (qmail 55815 invoked by uid 500); 13 Apr 2005 09:39:36 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 55667 invoked by uid 500); 13 Apr 2005 09:39:34 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 55624 invoked by uid 99); 13 Apr 2005 09:39:33 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=FORGED_RCVD_HELO,HTML_90_100,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.neutrasoft.info (HELO w2k-mail01.neutrasoft.de) (217.6.136.218) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 13 Apr 2005 02:39:30 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5400C.AD8F1AB1" Subject: AW: No Valid WSDL? Date: Wed, 13 Apr 2005 11:39:24 +0200 Message-ID: <3468763A5F08B34CAEB6B74D976B74C201016147@w2k-mail01.neutrasoft.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: No Valid WSDL? Thread-Index: AcU//Il/sUrpgniNTr6+4Y66o93EVwAAU92gAABJFIAAAViEAAAASOiQ From: "Bruns, Oliver" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C5400C.AD8F1AB1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sorry, we missunderstood. When I remove the "java:" prefix also, I can generate the TestCase. But: (that's the next step) =20 When I start the generated TestCase a StackTrace appears: (Client-side) =20 AxisFault faultCode: = {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:=20 faultString: org.xml.sax.SAXException: Deserializing parameter = 'in0': could not find deserializer for type = {http://www.neutrasoft.de/saints/core}de.neutrasoft.saints.core.interface= s.CreateGeraetWechsel faultActor:=20 faultNode:=20 faultDetail:=20 {http://xml.apache.org/axis/}stackTrace: AxisFault faultCode: = {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:=20 faultString: org.xml.sax.SAXException: Deserializing parameter = &apos;in0&apos;: could not find deserializer for type = {http://www.neutrasoft.de/saints/core}de.neutrasoft.saints.core.interface= s.CreateGeraetWechsel faultActor:=20 faultNode:=20 faultDetail:=20 =20 =20 =20 I fixed the generated source in line 81 of the class = "SaintsServiceSoapBindingStub". (by adding the java-prefix.) =20 Line before change: =20 qName =3D new = javax.xml.namespace.QName("http://www.neutrasoft.de/saints/core", = "de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel"); =20 Line after change: =20 qName =3D new = javax.xml.namespace.QName("http://www.neutrasoft.de/saints/core", = "java:de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel"); =20 After this little change, the TextCase runs ok, with an empty Instance = of the Value-Object. =20 value =3D binding.createGeraetWechsel(new CreateGeraetWechsel()); =20 But: =20 With the following Value-Object, I have a Problem: =20 CreateGeraetWechsel createGeraeteWechsel =3D new CreateGeraetWechsel(); =20 GeraetAusbau geraeteAusbau =3D new GeraetAusbau(); =20 createGeraeteWechsel.setGeraetAusbau(geraeteAusbau); =20 value =3D binding.createGeraetWechsel(createGeraeteWechsel); =20 The only difference is, that the CreateGeraetWechsel cobtains an empty = instance of GeraetAusbau. =20 StackTrace: (client-side) =20 AxisFault faultCode: = {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:=20 faultString: org.xml.sax.SAXException: No deserializer for = {http://interfaces.core.saints.neutrasoft.de}GeraetAusbau faultActor:=20 faultNode:=20 faultDetail:=20 {http://xml.apache.org/axis/}stackTrace: AxisFault faultCode: = {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:=20 faultString: org.xml.sax.SAXException: No deserializer for = {http://interfaces.core.saints.neutrasoft.de}GeraetAusbau faultActor:=20 faultNode:=20 faultDetail: =20 Thanks in advance! =20 Regards, =20 Oliver =20 =20 =20 =20 =20 -----Urspr=FCngliche Nachricht----- Von: Gilles Devaux [mailto:gdevaux@webraska.com]=20 Gesendet: Mittwoch, 13. April 2005 10:41 An: axis-user@ws.apache.org Betreff: RE: No Valid WSDL? =20 That's strange, I have replaced your simpleType "ObjectNameType" with a = complexType in order to have a valid xml (I have also removed the java: = prefix) and I can generate the client part with the Axis 1.1 ant task. =20 I don't know what is going wrong on your side =20 _____ =20 De : Bruns, Oliver [mailto:Oliver.Bruns@neutrasoft.de]=20 Envoy=E9 : mercredi 13 avril 2005 10:04 =C0 : axis-user@ws.apache.org Objet : AW: No Valid WSDL? Devaus, =20 thanks. =20 I corrected it and XMLSpy says, that the XML is valid. But WSDL2JAVA is not able to generate the TestCase. =20 Stacktrace: =20 java.io.IOException: Type = de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel is referenced = but not defined. at = org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTabl= e.java:522) at = org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:422) at = org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:40= 8) at = org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:39= 3) at = org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245) at java.lang.Thread.run(Unknown Source) =20 regards, =20 Oliver =20 -----Urspr=FCngliche Nachricht----- Von: Gilles Devaux [mailto:gdevaux@webraska.com]=20 Gesendet: Mittwoch, 13. April 2005 09:58 An: axis-user@ws.apache.org Betreff: RE: No Valid WSDL? =20 =20 =20 simpleContent can't be included in simpleType, only complexType =20 _____ =20 De : Bruns, Oliver [mailto:Oliver.Bruns@neutrasoft.de]=20 Envoy=E9 : mercredi 13 avril 2005 09:44 =C0 : axis-user@ws.apache.org Objet : No Valid WSDL? Hello, =20 I'm using JBoss 3.2.3 (Axis is included) =20 I think that the following wsdl is not valid. XMLSpy says, "unexpected = child element 'simpleContent'". (section "ObjectNameType") But I think that the namespaces are not valid, too. WSDL2Java is not able to generate Sourcecode out of these WSDL. Is it my fault, or is it a bug? WSDL2JAVA errormessage: =20 java.io.IOException: Type = de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel is referenced = but not defined. =20 I removed the "java:" prefix in the line "" and of course in the type-line. =20 Then, WSDL2Java is able to generate a JunitTestCase. The generated TestCase is runnable runs ok. (with an argument "new = CreateGeraetWechsel()") But if there is an "GeraetEinbau" or "GeraetAusbau" in the Bean = "CreateGeraetWechsel" included, there comes an errormessage "no deserializer found for CreateGeraetWechsel". =20 Has anybody an idea? =20 Thanks, =20 Oliver =20 Original WSDL generated by Axis: =20 =20 =20 =20 ------_=_NextPart_001_01C5400C.AD8F1AB1 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Sorry, we missunderstood.

When I remove = the „java:” prefix also, I can generate the TestCase.

But: = (that’s the next step)

 

When I start = the generated TestCase a StackTrace appears: (Client-side)

 

AxisFault=

=A0faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

=A0faultSubcode:

=A0faultString: org.xml.sax.SAXException: Deserializing parameter = &apos;in0&apos;:=A0 could not find deserializer for type {http://www.neutrasoft.de/saints/core}de.neutrasoft.saints.core.interface= s.CreateGeraetWechsel

=A0faultActor:

=A0faultNode: =

=A0faultDetail: =

=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 {http://xml.apache.org/axis/}stackTrace: AxisFault

=A0faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

=A0faultSubcode:=

=A0faultString: org.xml.sax.SAXException: Deserializing parameter &amp;apos;in0&amp;apos;:=A0 could not = find deserializer for type {http://www.neutrasoft.de/saints/core}de.neutrasoft.saints.core.interface= s.CreateGeraetWechsel

=A0faultActor: =

=A0faultNode: =

=A0faultDetail: =

 

 

 

I fixed the = generated source in line 81 of the class = “SaintsServiceSoapBindingStub”.

(by adding the java-prefix.)

 

Line before = change:

 

qName =3D new javax.xml.namespace.QName("http://www.neutrasoft.de/saints/core"= ;, "de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel");

 

Line after = change:

 

qName =3D new javax.xml.namespace.QName("http://www.neutrasoft.de/saints/core"= ;, "java:de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel"= );

 

After this = little change, the TextCase runs ok, with an empty Instance of the = Value-Object.

 

value =3D binding.createGeraetWechsel(new = CreateGeraetWechsel());

 

But:

 

With the = following Value-Object, I have a Problem:

 

CreateGeraetWech= sel createGeraeteWechsel =3D new CreateGeraetWechsel();

 

=A0GeraetAusbau geraeteAusbau =3D new GeraetAusbau();

 

=A0 createGeraeteWechsel.setGeraetAusbau(geraeteAusbau);

=A0=A0=A0=A0=A0=A0= =A0

=A0 value =3D binding.createGeraetWechsel(createGeraeteWechsel);

 

The only = difference is, that the CreateGeraetWechsel cobtains an empty instance of = GeraetAusbau.

 

StackTrace: = (client-side)

 

AxisFault=

=A0faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

=A0faultSubcode:

=A0faultString: org.xml.sax.SAXException: No deserializer for {http://interfaces.core.saints.neutrasoft.de}GeraetAusbau

=A0faultActor:

=A0faultNode: =

=A0faultDetail: =

=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 {http://xml.apache.org/axis/}stackTrace: AxisFault

=A0faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

=A0faultSubcode:=

=A0faultString: org.xml.sax.SAXException: No deserializer for = {http://interfaces.core.saints.neutrasoft.de}GeraetAusbau

=A0faultActor: =

=A0faultNode: =

=A0faultDetail:<= /span>

 

Thanks in = advance!

 

Regards,<= /font>

 

Oliver

 

 

 

 

 

-----Urspr=FCngliche = Nachricht-----
Von: Gilles Devaux [mailto:gdevaux@webraska.com]
Gesendet: Mittwoch, 13. = April 2005 10:41
An: = axis-user@ws.apache.org
Betreff: RE: No Valid = WSDL?

 

That's strange, I have replaced your simpleType "ObjectNameType" with = a complexType in order to have a valid xml (I have also removed the java: = prefix) and I can generate the client part with the Axis 1.1 ant = task.

 

I don't know what is going wrong on your side

 


De : Bruns, Oliver [mailto:Oliver.Bruns@neutrasoft.de]
Envoy=E9 : mercredi = 13 avril 2005 10:04
=C0 : = axis-user@ws.apache.org
Objet : AW: No Valid = WSDL?

Devaus,

 

thanks.

 

I corrected it and XMLSpy says, that the XML is = valid.

But WSDL2JAVA is not able to generate the = TestCase.

 

Stacktrace:

 

java.io.IOException: Type de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel is referenced = but not defined.

        at = org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTabl= e.java:522)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:422)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:40= 8)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:39= 3)

        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245)<= /font>

        at java.lang.Thread.run(Unknown Source)

 

regards,

 

Oliver

 

-----Urspr=FCngliche = Nachricht-----
Von: Gilles Devaux [mailto:gdevaux@webraska.com]
Gesendet: Mittwoch, 13. = April 2005 09:58
An: = axis-user@ws.apache.org
Betreff: RE: No Valid = WSDL?

 

<simpleType name=3D"= ObjectNameType">

         &= nbsp;           &n= bsp;     <simpleContent>

         &= nbsp;           &n= bsp;           <extension base=3D= "xsd:string"/>

         &= nbsp;           &n= bsp;     </simpleContent>

         &= nbsp;          </simpleType>

 

 simpleContent can't be included = in simpleType, only complexType

 


De : Bruns, Oliver [mailto:Oliver.Bruns@neutrasoft.de]
Envoy=E9 : mercredi = 13 avril 2005 09:44
=C0 : = axis-user@ws.apache.org
Objet : No Valid = WSDL?

Hello,

 

I’m = using JBoss 3.2.3 (Axis is included)

 

I think that = the following wsdl is not valid. XMLSpy says, “unexpected child = element ‘simpleContent’”. (section “ObjectNameType”)

But I think = that the namespaces are not valid, too.

WSDL2Java is = not able to generate Sourcecode out of these WSDL.

Is it my = fault, or is it a bug?

WSDL2JAVA = errormessage:

 

java.io.IOException: Type de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel is referenced = but not defined.

 

I removed the “java:” prefix in the line “<complexType name=3D"java:de.neutrasoft.saints.core.interfaces.C= reateGeraetWechsel">”

and of course in the type-line.

<wsdl:part name=3D"in0" type=3D"tns1:java:de.neutrasoft.saints.core.interfa= ces.CreateGeraetWechsel"/><= /p>

 

Then, WSDL2Java is able to generate a = JunitTestCase.

The generated TestCase is runnable runs ok. (with an = argument “new CreateGeraetWechsel()”)

But if there is an “GeraetEinbau” or = “GeraetAusbau” in the Bean “CreateGeraetWechsel” included, there comes an errormessage

“no deserializer found for = CreateGeraetWechsel”.

 

Has anybody an idea?

 

Thanks,

 

Oliver

 

Original WSDL = generated by Axis:

 

<?xml version=3D"1.0" encoding=3D"UTF-8"?>

<wsdl:definitions targetNamespace=3D"http://pcobruns:8080/jboss-net/services/Sai= ntsService" xmlns=3D"http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap=3D"http://xml.apache.org/xml-soap" xmlns:impl=3D"http://pcobruns:8080/jboss-net/services/Sai= ntsService" xmlns:intf=3D"http://pcobruns:8080/jboss-net/services/Sai= ntsService" xmlns:soapenc=3D"http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1=3D"http://www.neutrasoft.de/saints/core= " xmlns:tns2=3D"http://interfaces.core.saints.neutrasoft.de= " xmlns:tns3=3D"http://net.jboss.org/jmx" xmlns:wsdl=3D"http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap=3D"http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema">

       = <wsdl:types&= gt;

         &= nbsp;   <schema targetNamespace=3D= "http://interfaces.core.saints.neutrasoft.de= " xmlns=3D= "http://www.w3.org/2001/XMLSchema">

         &= nbsp;          &= lt;import namespace=3D"= http://schemas.xmlsoap.org/soap/encoding/"/>

         &= nbsp;          &= lt;complexType name=3D"Zaehlwerk">

       &= nbsp;           &n= bsp;       &= lt;sequence>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"abgelesen" nillable=3D"true" type=3D"xsd:boolean"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"abgelesen2" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"ableseArt" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"ablesedatum" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"anzeige" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"belegnr" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; <element name=3D= "bewertungsangaben" nillable=3D= "true" = type=3D"xsd:string&= quot;/>

         &= nbsp;           &n= bsp;           &= lt;element name=3D"measuredVariable" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"meterReading" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"stand" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"zaehlwerkcode" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;       &= lt;/sequence>

       &= nbsp;            &= lt;/complexType>

       &= nbsp;            &= lt;complexType name=3D"GeraetAusbau">

       &= nbsp;           &n= bsp;       &= lt;sequence>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"mandant" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"meteritem" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"newInstallationPlace" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"zaehlwerk" nillable=3D"true" type=3D"impl:ArrayOf_tns2_Zaehlwerk"/><= /p>

       &= nbsp;           &n= bsp;       &= lt;/sequence>

       &= nbsp;            &= lt;/complexType>

       &= nbsp;            &= lt;complexType name=3D"GeraetEinbau">

       &= nbsp;           &n= bsp;       &= lt;sequence>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"mandant" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"meteritem" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"meteritemtype" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"transducerFactor" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"zaehlwerk" nillable=3D"true" type=3D"impl:ArrayOf_tns2_Zaehlwerk"/><= /p>

       &= nbsp;           &n= bsp;       </sequence>

         &= nbsp;          </complexType>

         &= nbsp;   </schema>

         &= nbsp;   <schema targetNamespace=3D= "http://pcobruns:8080/jboss-net/services/Sai= ntsService" xmlns=3D= "http://www.w3.org/2001/XMLSchema">

         &= nbsp;          &= lt;import namespace=3D"= http://schemas.xmlsoap.org/soap/encoding/"/>

         &= nbsp;          &= lt;complexType name=3D"ArrayOf_tns2_Zaehlwerk">

       &= nbsp;           &n= bsp;       <complexContent>

         &= nbsp;           &n= bsp;           <restriction base=3D= "soapenc:Array">

         &= nbsp;           &n= bsp;           &nb= sp;      &= lt;attribute<= font size=3D1 color=3Dred face=3DArial> ref=3D"soapenc:arrayType" wsdl:arrayType=3D"tns2:Zaehlwerk[]"/>

       &= nbsp;           &n= bsp;           &nb= sp; </restriction>

         &= nbsp;           &n= bsp;     </complexContent>

         &= nbsp;          </complexType>

         &= nbsp;   </schema>

         &= nbsp;   <schema targetNamespace=3D= "http://www.neutrasoft.de/saints/core= " xmlns=3D= "http://www.w3.org/2001/XMLSchema">

         &= nbsp;          &= lt;import namespace=3D"= http://schemas.xmlsoap.org/soap/encoding/"/>

         &= nbsp;          &= lt;complexType name=3D"= java:de.neutrasoft.saints.core.interfaces.CreateGeraetWechsel">

         &= nbsp;           &n= bsp;     &= lt;sequence>

         &= nbsp;           &n= bsp;           &= lt;element name=3D"= connectionlevel" nillable=3D= "true" type=3D= "xsd:string"/>

         &= nbsp;           &n= bsp;           &= lt;element name=3D"= documentDate" nillable=3D= "true" type=3D= "xsd:string"/>

         &= nbsp;           &n= bsp;           &= lt;element name=3D"= geraetAusbau" nillable=3D= "true" type=3D= "tns2:GeraetAusbau"/>

         &= nbsp;           &n= bsp;           <element name=3D= "geraetEinbau" nillable=3D= "true" = type=3D"tns2:GeraetEinbau"/>

         &= nbsp;           &n= bsp;           &= lt;element name=3D"mandant" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; &= lt;element name=3D"measurelevel" nillable=3D"true" type=3D"xsd:string"/>

                   &= nbsp;           &n= bsp;  &= lt;element name=3D"meteringCode" nillable=3D"true" type=3D"xsd:string"/>

       &= nbsp;           &n= bsp;           &nb= sp; <element name=3D= "verbrauchsstellennr" nillable=3D= "true" = type=3D"xsd:string&= quot;/>

         &= nbsp;           &n= bsp;     </sequence>

         &= nbsp;          </complexType>

         &= nbsp;   </schema>

         &= nbsp;   <schema targetNamespace=3D= "http://net.jboss.org/jmx" xmlns=3D= "http://www.w3.org/2001/XMLSchema">

         &= nbsp;          <import namespace=3D= "http://schemas.xmlsoap.org/soap/encoding/"/>

         &= nbsp;          <simpleType name=3D= "ObjectNameType">

         &= nbsp;           &n= bsp;     <simpleContent>

         &= nbsp;           &n= bsp;           <extension base=3D= "xsd:string"/>

         &= nbsp;           &n= bsp;     </simpleContent>

         &= nbsp;          </simpleType>

         &= nbsp;   </schema>

       = </wsdl:types&= gt;

       = <wsdl:message = name=3D"createGeraetWechselRequest">

         &= nbsp;   <wsdl:part name=3D= "in0" = type=3D"tns1:java:de.neutrasoft.saints.core.interfaces.CreateGe= raetWechsel"/>

       = </wsdl:message>

       = <wsdl:message name=3D"createGeraetWechselResponse">

       &= nbsp;     &= lt;wsdl:part<= font size=3D1 color=3Dred face=3DArial> name=3D"createGeraetWechselReturn" type=3D"xsd:string"/>

       = </wsdl:message>

       = <wsdl:portType name=3D"Service">

       &= nbsp;     &= lt;wsdl:operation name=3D"createGeraetWechsel" parameterOrder=3D"in0">

       &= nbsp;            &= lt;wsdl:input= message=3D"impl:createGeraetWechselRequest" name=3D"createGeraetWechselRequest"/><= /p>

       &= nbsp;            &= lt;wsdl:output message=3D"impl:createGeraetWechselResponse" name=3D"createGeraetWechselResponse"/><= /p>

       &= nbsp;     &= lt;/wsdl:operation>

       = </wsdl:portType>

       = <wsdl:binding name=3D"SaintsServiceSoapBinding" type=3D"impl:Service">

       &= nbsp;     &= lt;wsdlsoap:binding<= /font> style=3D"rpc" transport=3D"http://schemas.xmlsoap.org/soap/http= "/><= /p>

       &= nbsp;     &= lt;wsdl:operation name=3D"createGeraetWechsel">

       &= nbsp;            &= lt;wsdlsoap:operation soapAction=3D"SaintsService"/>

       &= nbsp;            &= lt;wsdl:input= name=3D"createGeraetWechselRequest">

       &= nbsp;           &n= bsp;       &= lt;wsdlsoap:body encodingStyle=3D"http://schemas.xmlsoap.org/soap/encoding/" namespace=3D"http://interfaces.core.saints.neutrasoft.de= " use=3D"encoded"/>

       &= nbsp;            &= lt;/wsdl:input= >

       &= nbsp;            &= lt;wsdl:output name=3D"createGeraetWechselResponse">

       &= nbsp;           &n= bsp;       &= lt;wsdlsoap:body encodingStyle=3D"http://schemas.xmlsoap.org/soap/encoding/" namespace=3D"http://pcobruns:8080/jboss-net/services/Sai= ntsService" use=3D"encoded"/>

       &= nbsp;            &= lt;/wsdl:output>

       &= nbsp;     &= lt;/wsdl:operation>

       = </wsdl:binding>

       = <wsdl:service name=3D"ServiceService">

       &= nbsp;     &= lt;wsdl:port<= font size=3D1 color=3Dred face=3DArial> binding=3D"impl:SaintsServiceSoapBinding= " name=3D"SaintsService">

       &= nbsp;            &= lt;wsdlsoap:address<= /font> location=3D"http://pcobruns:8080/jboss-net/services/Sai= ntsService"/><= /p>

       &= nbsp;     &= lt;/wsdl:port<= font size=3D1 color=3Dblue face=3DArial>>

       = </wsdl:service>

</wsdl:definitions>

 

 

 

------_=_NextPart_001_01C5400C.AD8F1AB1--