Customization: Removal of the SOAP API for Managing Customization Projects
Last updated: 31 October 2025
Customization: Removal of the SOAP API for Managing Customization Projects
Customization: Removal of the SOAP API for Managing Customization Projects
As a part of the migration to .Net Core, in MYOB Acumatica 2025.1, the SOAP API that a developer could use for managing customization projects has been removed. This API was available through the
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