Updating a changed WSDL
To update a WSDL, start the upgrade WSDL process using one of the following options:
Procedure
- Use one of the following options to start the upgrade:
- Double click an existing WSDL in the WSDLs folder of the Project tab. A WSDL tab displays with a graphical view of the WSDL. Drag a WSDL file from the local file system onto the WSDL open in the WSDL tab.
- Double click an existing WSDL in the WSDLs folder of the Project tab. A WSDL tab displays with a graphical view of the WSDL. Click on a node of the WSDL in the WSDL tab. Select the File > Update WSDL or XML Schema option from Studio toolbar menu. The Update the Current WSDL Document dialog box displays. In the Location field, specify the location of the new WSDL from an external web location or from the file system and click OK.
- Double click an existing WSDL in the WSDLs folder of the Project tab. A WSDL tab displays with a graphical view of the WSDL. Right-click a node in the WSDL tab and from the menu and select the Update option. The Update the Current WSDL Document dialog box displays. In the Location field, specify the location of the new WSDL from an external web location or from the file system and click OK.
- Right-click an existing WSDL in the WSDLs folder of the Project tab and from the menu select the Update option. The Update the Current® WSDL Document dialog box displays. In the Location field, specify the location of the new WSDL from an external web location or from the file system and click OK.
The Updating the WSDL Affects the Listed Dependant Project Entities dialog box displays and project entities that are affected by the replacement of the original WSDL with the new WSDL are listed.
- Optional - In the dialog box, click any of the listed dependant entities to view the entity in Studio.
- Click Update. Studio attempts to
update the project with the new WSDL and the result of the attempted
update depends on the following conditions:
- If any of the changes in the WSDL would result in a corrupt project after the update or the new WSDL is invalid, an Error dialog box displays describing the problem with the WSDL. Click OK and click Close. The update is canceled, the WSDL reverts to the original WSDL, and the project is not changed.
- If none of the changes to the WSDL would result in a corrupt project, the update occurs and the original WSDL is replaced by the new WSDL. Some of the project entities might be invalid after the update and could require clean up.
- Click Close.
Parent topic: Updating a Changed WSDL