Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
cours:service_oriented_computing_and_web_services:2017-2018:gsoap [2018/04/12 15:34] tigli [How to publish a WSDL of a web service using gSOAP] |
cours:service_oriented_computing_and_web_services:2017-2018:gsoap [2018/04/12 15:35] (Version actuelle) tigli [How to publish a WSDL of a web service using gSOAP] |
||
---|---|---|---|
Ligne 57: | Ligne 57: | ||
- | ==== How to publish a WSDL of a web service using gSOAP ==== | + | ==== Publish the WSDL of your web service using gSOAP ==== |
|| | || | ||
[[https://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc19.10| In HTTP GET Support ...]] find an example that produces a WSDL file upon a HTTP GET with path ** ?wsdl ** | [[https://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc19.10| In HTTP GET Support ...]] find an example that produces a WSDL file upon a HTTP GET with path ** ?wsdl ** | ||
- | <code java> | + | <code> |
int http_get(struct soap *soap) | int http_get(struct soap *soap) | ||
Ligne 87: | Ligne 87: | ||
} | } | ||
- | </code java> | + | </code> |
==== Test the interoperability ==== | ==== Test the interoperability ==== |