Re: When an async request is acknowledged?

2014-08-19 Thread Ivan Brencsics
Thanks a lot Aki for the explanation. 2014-08-18 13:48 GMT+02:00 Aki Yoshida : > 2014-08-15 22:11 GMT+02:00 Ivan Brencsics : > > Thanks for the explanation. From your answer I assume there is no single > > truth here. Let me just have two questions. > > > > 1) If you need to integrate with an ex

Re: When an async request is acknowledged?

2014-08-18 Thread Aki Yoshida
2014-08-15 22:11 GMT+02:00 Ivan Brencsics : > Thanks for the explanation. From your answer I assume there is no single > truth here. Let me just have two questions. > > 1) If you need to integrate with an external system that publishes some > kind of oneway services, how do you interprete the HTTP

Re: When an async request is acknowledged?

2014-08-15 Thread Ivan Brencsics
Thanks for the explanation. From your answer I assume there is no single truth here. Let me just have two questions. 1) If you need to integrate with an external system that publishes some kind of oneway services, how do you interprete the HTTP 202 acknowledge? Do you assume your message was persi

Re: When an async request is acknowledged?

2014-08-14 Thread Aki Yoshida
Maybe this is a difficult question to answer. An HTTP 202 response will be returned for a request that has been determined as a oneway service call. If something goes wrong before that happens, there will be some HTTP 4xx/5xx error. The semantics of HTTP 202 may differ depending on what your code

When an async request is acknowledged?

2014-08-14 Thread Iván Brencsics
Hi, I had a general question about web services. Sorry, it is not related to CXF, but this is a so good community, maybe someone can help me:). In case of an async web service call the receiver acknowledges the request with an HTTP 202 usually. What is the semantics of this acknowledge: 1) We re