WINDEV Concepts
180 Part 6: Communication Webservices: concepts WINDEV allows you to easily use Webservices (or XML Web services). AWebservice is an application available on the Web. WINDEV allows you to access both SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) Webservices. Any WINDEV application can use an existing Webservice. To use a SOAPWebservice, you just need to get the Webservice address and import its description into the application. Development computer Web server WINDEV executable Import the service description Webservice Use the Webservice To use a REST Webservice, you only need to get the Webservice characteristics and use RESTSend. Remark : you can also provide one or more sets of procedures of a WINDEV application as a SOAP or REST Webservice. To do so, you must: • create a specific project configuration, • for a REST Webservice, create a description of the REST Webservice, • generate the Webservice, • deploy it on a WEBDEV Application Server.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==