ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Web services
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage web services:
CancelWebserviceContextDeletes from the webservice context a variable added by DeclareWebserviceContext.
DeclareWebserviceContextUsed to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
WebserviceClientIPAddressReturns the IP address of the computer using and calling the Webservice.
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.
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 of a REST web service.
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: 01/09/2024

Send a report | Local help