Web Services Description Language: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
+cassetto |
||
Riga 15:
▲Questo è un esempio di un documento WSDL 2.0:
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
Line 24 ⟶ 23:
xmlns:wsoap="http://www.w3.org/ns/wsdl/soap"
targetNamespace="http://www.example.com/wsdl20sample">
<!-- Abstract types -->
Line 71 ⟶ 69:
</xs:schema>
</types>
<!-- Abstract interfaces -->
Line 95 ⟶ 92:
</operation>
</interface>
<!-- Concrete Binding Over HTTP -->
Line 120 ⟶ 115:
</binding>
<!-- Web Service offering endpoints for both the bindings-->
<service name="RESTfulService" interface="tns:RESTfulInterface">
Line 131 ⟶ 125:
</service>
</description>
</source>
}}
== Voci correlate ==
*[[Web Service]]
|