ravin_singh
25th April 2019, 17:14
hello all,

I need to know if c4Ws/LN supports asynchronous webservices?

I know the webservices are always synchronous when we use BDE where there is always a response produced after a request. but we need to know if its possible to build an asynchronous webservice using BDE.

bhushanchanda
9th April 2020, 22:38
I don't think its possible to build Async Webservice in LN since a single request and response are made over a single HTTP call. But the client application can make asyc SOAP calls.
Also, I have heard there are plans to bring in REST support by 2021 which will make things better in terms of integration.