ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Running a procedure on a WINDEV SOAP server Hide the details
True if the communication was established with the SOAP server,False otherwise. To find out the name of the error, use the function ErrorInfo with the constant errMessage.
URL of SOAP server to contact. This parameter is supplied in the documentation of SOAP server.For a SOAP server created by WINDEV, the "/.soap" string must be added after the URL. For example: "http://192.168.1.138/.soap".
Name of procedure that will be run on the specified SOAP server. This parameter is supplied in the documentation of SOAP server.
Namespace of procedure to run. This parameter is supplied in the documentation of SOAP server.This parameter is mandatory if you are using a WINDEV SOAP server. The name of the library (WDL) is specified via the namespace ("<Name of Server application>" becomes on the server "c:\soapmodules\<Name of Server application>.wdl "). Remark: The urn: keyword is not required in this parameter.
Action of procedure (also called "SOAPAction"). This parameter is supplied in the documentation of SOAP server.
Encoding style of procedure (also called "EncodingStyle"). This parameter is supplied in the documentation of SOAP server.
Running a procedure on an ordinary SOAP server Hide the details
URL of SOAP server to contact. This parameter is supplied in the documentation of SOAP server.To submit a request with authentication, this parameter must correspond to:http://user:password@ServerURLThe port can also be specified in the following syntax: http://user:password@ServerURL:port
Namespace of procedure to run. This parameter is supplied in the documentation of SOAP server.
Parameters of procedure to run
Parameter type
Call to SOAPRun
Error management
Last update: 11/26/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: