ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 6 - Communication
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
5. Web services
Previous pageTable of contentsNext page
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.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/23/2024

Send a report | Local help