The inbound web service process is used to receive a request from and send a response to an external application, via an inbound web service.
Name | Responsible | Description |
---|---|---|
Inbound web service action is triggered |
D365 FO (Handler class) |
The inbound web service application triggers the applicable inbound web service action.
Based on these parameters in the HTTP request, the inbound web service calls the executeWebserviceOperation method that determines which web service action is triggered:
|
Record is created in the Inbound web service staging table |
D365 FO (Handler class) |
|
Inbound web service staging table records are processed in batch |
D365 FO (Handler class) |
|
Web service request message is run - Inbound |
D365 FO (Handler class) |
When triggered, the inbound web service action first runs the request message, if defined. This is managed by the handler class as defined for the web service action. If the HTTP action is:
|
Name | Responsible | Description |
---|---|---|
Inbound web service action is triggered |
D365 FO (Handler class) |
The inbound web service application triggers the applicable inbound web service action.
Based on these parameters in the HTTP request, the inbound web service calls the executeWebserviceOperation method that determines which web service action is triggered:
|
Record is created in the Inbound web service staging table |
D365 FO (Handler class) |
|
Inbound web service staging table records are processed in batch |
D365 FO (Handler class) |
|
Web service request message is run - Inbound |
D365 FO (Handler class) |
When triggered, the inbound web service action first runs the request message, if defined. This is managed by the handler class as defined for the web service action. If the HTTP action is:
|
Related to | Notes |
---|---|
Set up default response text |
  |
Set up web service action - Inbound |
  |