ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Web services
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The following functions are used to manage web services:
CancelWebserviceContextDeletes from the web service context a variable added by DeclareWebserviceContext.
DeclareWebserviceContextUsed to declare a list of variables whose value will be persistent between the successive calls to a web service.
WebserviceClientIPAddressReturns the IP address of the computer using and calling the web service.
WebserviceParameterGets the value of a parameter in a call to a SOAP or REST web service.
WebserviceReadHTTPHeaderReads the HTTP header received in a call to a SOAP or REST web service.
New in version 2025
WebserviceReadUserToken
Gets the access token received by the web service currently running.
WebserviceWriteCustomHTTPCodeSpecifies the custom HTTP code that will be returned when the execution of the REST web service function is completed.
WebserviceWriteHTTPCodeSpecifies the HTTP code that will be returned at the end of the execution of the REST web service function.
WebserviceWriteHTTPHeaderAdds an additional HTTP header to a request to a web service (REST or SOAP).
WebserviceWriteMIMETypeIndicates the MIME type of the response returned by the web service (case of a call to a REST web service).
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/14/2025

Send a report | Local help