Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


When invoking a Stambia Published Web Service, a session starts on the Runtime and when it ends it returns a response to the client that performed the request.

There is the possibility to specify, when invoking the Web Service, that it is not necessary to wait the end of the session to hand back to the client request.

This can be particularly useful when using Web Services to start long sessions.

Prerequisites:
  • Stambia DI Runtime S17.4.8 or higher

 

Request Configuration

To invoke a Stambia Published Web Service asynchronously, simply add the following HTTP header to the request:

X-asynchronous=true

 

That's it, the session will be started and the Web Service call will ends right away.

 

 

Articles

Suggest a new Article!