Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Web Services | Working with Binders | Modifying the SOAP Action for an Operation in a Binder
 
Modifying the SOAP Action for an Operation in a Binder
For a service first provider web service descriptor, you can change the SOAP action specified for an operation in a binder. By default, the SOAP action uses the format binderName_operationName to ensure that it is unique within a web service. At run time, the values associated with a SOAP action are used to find the actual operation being invoked. For more information about how Integration Server determines which operation to invoke, see Web Services Developer’s Guide.
*To modify the SOAP action property for an operation in a binder
1. In the Package Navigator view in the Service Developmentperspective, open and lock the provider web service descriptor.
2. In the Binders tab, select the binder containing the operation for which you want to edit the SOAP action.
3. In the Properties view, next to the SOAP action property, click the browse button. Designer displays the SOAP Action dialog box which identifies the SOAP action string associated with each operation in the selected binder.
4. For the operation whose SOAP action you want to change, enter the new SOAP action value in the SOAP Action column. Make sure that the new SOAP Action value is unique across the web service descriptor.
5. Click OK.
Designer applies the SOAP action change to the operation in this binder only.
6. Click File > Save.