How to handle long running web service operations?

前端 未结 2 1642
别那么骄傲
别那么骄傲 2021-01-02 02:35

I have to create a Java EE application which converts large documents into different formats. Each conversion takes between 10 seconds and 2 minutes. The SOAP requests will

2条回答
  •  再見小時候
    2021-01-02 03:27

    For 3 the server should return a unique ID back to the client and using that ID the client has to ask the server the result at a later time

提交回复
热议问题