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."
}


Standard procedure

1. Click Connectivity studio Integration Design.
2. Click the Web service tab.
3. In the list, find and select the desired inbound web service action.
4. Click Edit.
5. On the Action Pane, click Design.
6. Click Default response text.
7. In the Default response text field, type a value.
8. Click OK.
9. Close the page.

See also

Provide feedback