ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SOAP
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
This feature is reserved for advanced users, to handle special cases. In most cases, we recommend importing the wsdl file of the SOAP web service. For more details, see Importing/Consuming web services.
Note: These functions are also available in prefix syntax (SOAP functions (prefix syntax)).
The following functions are used to manage the SOAP protocol:
SOAPAddAttributeAdds an attribute to an automatic variable generated by the import of a web service.
SOAPAddHeaderAdds a header to the next SOAP function of a web service to run.
SOAPAddSAMLAssertionAdds a SAML assertion to a web service request.
SOAPAddXMLSignatureAdds an XML signature to a web service request.
SOAPEncodeResultUsed to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
SOAPErrorReturns the error of the last SOAP procedure that failed.
SOAPGetHeaderRetrieves a header in the SOAP message received further to a call to a web service.
SOAPGetResultReturns the result of the last SOAP procedure that was successfully run.
SOAPPrepareBuilds the SOAP request for calling a web service function.
SOAPRunRuns a procedure on a SOAP server.
SOAPRunXMLRuns a procedure on a SOAP server.
SOAPToHTTPBuilds the HTTP request to call a function of a web service. This request can be modified to adapt it to the expectations of the web service, if necessary. It can then be sent using HTTPSend.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/11/2024

Send a report | Local help