If you run the inbound web service process asynchronously, define the default response text that is sent back to the web service when the web service action is triggered.
You run an inbound web service process asynchronously if, for the inbound web service action, the Run asynchronously field has one of these values:
Asynchronous
Batch
Example of a default response text:
{"response": "We have received the request."}
Steps
Click Connectivity studio - Integration Design.
Click the Web service tab.
In the list, find and select the desired inbound web service action.
Click Edit.
On the Action Pane, click Design.
Click Default response text.
In the Default response text field, type a value.
Click OK.
Close the page.