Abort in case of SOAP services
Content
I was checking this video for aborting long running REST https://blogs.oracle.com/vbcs/restabort , so wanted to check how we can proceed in case we are using SOAP? As Oracle ERP doesnt have great amount of REST, so we have to use SOAP for some of our functionalities and wanted to have abort functionality for the same.
Currently we are using Rest.get(url).body(body).fetch() in the JS to call the SOAP endpoints.
Tagged:
0