WSDL Beispiel IV

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

<!-- definitions -->
<!-- portType -->
<!-- message -->
<wsdl:binding name="CalcSoapBinding" type="impl:Calc">
   <wsdlsoap:binding style="rpc"
      transport="http://schemas.xmlsoap.org/soap/http"/>
   <wsdl:operation name="add">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="addRequest">
        <wsdlsoap:body
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
           namespace="http://DefaultNamespace" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="addResponse">
         <wsdlsoap:body
            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
            namespace="http://localhost/axis/Calc.jws" use="encoded"/>
      </wsdl:output>
   </wsdl:operation>
</wsdl:binding>
<!-- service -->

*Den Dienst spricht man im RPC-Style über HTTP an.
 
*Es gibt eine Methode add.
 
*Ein- und Ausgabe sind auch referenziert.
 

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