How to configure these two in vConnect?
2 Likes
- MULTIPART:-
Select this value to receive the response in multipart HTTP format. The multipart response
combines diļ¬erent data sets into a single body. These data sets are separated by the boundary. - Callback:-
Select this option to enable the callback mechanism. When a client sends an API request with the
callback mechanism, it sends a callback URL string with the request data.
After the server receives the request, it instantly returns an acknowledgement to the client. After the actual
response is received, the server sends an event-based notiļ¬cation to the callback URL so that it can return the
response. The callback feature improves the APIās workļ¬ow.
Configuration in vConnect:-
Multipart:-
- Go to your middleware application.
- Click on vConnect module.
- Go to Services tab and click on āAdd new Serviceā.
- Under āResponse typeā select āMultipartā.
Callback:-
For callback you can refer to below link:-
3 Likes