WSDL Beispiel III

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]

<!-- definitions -->
<!-- portType -->
<wsdl:message name="addRequest">
   <wsdl:part name="a" type="xsd:int"/>
   <wsdl:part name="b" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="addResponse">
   <wsdl:part name="addReturn" type="xsd:int"/>
</wsdl:message>
<!-- binding -->
<!-- service -->

*Ein- und Ausgabeparameter sind also alles Integer.
 

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]
Copyright © 2003 Ingo Melzer, in HTML konvertiert am 18.01.2004