Customization: Removal of the SOAP API for Managing Customization Projects
As a part of the migration to .Net Core, in MYOB Acumatica 2024.2.1, the SOAP API that a developer could use for managing customization projects has been removed. This API was available through the <Instance URL>/Api/ServiceGate.asmx, <Instance URL>/api/ServiceGate.asmx, or <Instance URL>/Api/Interface.asmx URL. Along with the removal of the SOAP API, the CstPublishTool tool has been removed.
If a CI pipeline or any custom code used the SOAP API or the CstPublishTool tool, the developer must modify the CI pipeline or the custom code to use one of the following:
- The customization web API, which is described in Managing Customization Projects by Using the Web API
- The PX.CommandLine tool, whose description is available in Managing Customization Projects by Using the PXCommandLine Tool