In Connectivity studio, usually, you can design the integration setup by configuration. Sometimes, it can be required to use a customization. This topic explains the standard web service action handler handler classes in Connectivity studio and how to customize these classes. Only use customized classes if you really need specific functionality.
Document type |
Handler class |
Description |
Outbound handler classes |
BisWsClientHandler |
Runs the outbound web service action. For the request message, the target connector must be of type Azure file storage. For the Response message and error message, the source connector must be of type Azure file storage. |
BisWsClientHandlerV3 |
Runs the outbound web service action, using streaming. For the request message, the target connector must be of type Web service. For the Response message and error message, the source connector must be of type Web service. |
|
Outbound client HTTP classes |
BisWsClientHttpFileRequest |
Calls the external web service if files are used to exchange data. The result of the handler class is the input for the web service call. This class also handles the response from the web service. This response is the input for the handler class to process the response in D365 FO. |
BisWsClientHttpRequest |
Calls the external web service if streaming used to exchange data. The result of the handler class is the input for the web service call. This class also handles the response from the web service. This response is the input for the handler class to process the response in D365 FO. |
|
Inbound handler classes |
BisWsServerHandler |
Runs the inbound web service action. For the request message, the source connector must be of type Azure file storage. For the Response message and error message, the target connector must be of type Azure file storage. |
BisWsServerHandlerV3 |
Runs the inbound web service, using streaming. For the request message, the source connector must be of type Web service. For the Response message and error message, the target connector must be of type Web service. |
Related to | Notes |
---|---|
Set up web service action - Outbound |
  |
Set up web service action - Inbound |
  |