Tech Tip: Publishing a Method as a Web Service in 4D
PRODUCT: 4D | VERSION: 20 R | PLATFORM: Mac & Win
Published On: April 1, 2025
To publish a method as a Web Service in 4D, create a project method, enable Web Services and Published in WSDL in its properties, and ensure the 4D web server is running.
- Create a project method in 4D by opening the method editor and giving it a name, such as
test_soap_1
. - Right-click on the method, select Properties, and check Web Services and Published in WSDL.
- Check the Web Services box to make this method accessible as a web service.

