|
|
|
|
|
WINDEV allows you to easily use web services (or XML web services). A web service is an application available on the Web. WINDEV allows you to access both SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) web services. Any WINDEV application can use an existing web service. To use a SOAP web service, you just need to get the web service address and import its description into the application. To use a REST web service, you only need to get the web service characteristics and use RESTSend. Note: You can also expose one or more sets of procedures from a WINDEV application as SOAP or REST web services. To do so, you must: - create a specific project configuration,
- for a REST web service, create a description of the REST web service,
- generate the web service,
- deploy it on a WEBDEV Application Server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|