Updating a SOAP API
You can update the configuration of an existing SOAP API either by uploading a WSDL file, or by uploading a .zip archive that contains a primary WSDL file together with other WSDL or XSD files that it references.
About this task
You complete this task by using the browser based API Manager UI.
You can also use the API Connect developer toolkit CLI to update a SOAP API; for more information see API development and management commands.
When you initiate the update action, the specified WSDL is parsed to find a service that matches the name of the API that you are updating. If a match is found, the WSDL service is converted into a YAML file that is used to update the API. If no match is found, an error message is displayed.
Only those sections of the API that are affected by the new WSDL are replaced, the other sections are unchanged.
Procedure
To update a SOAP API from a WSDL file or a .zip archive, complete the following steps: