We have a webservice to process new incoming orders from an EDI system. The EDI system is accessible through a soap web service.
So our web service calls an external web service to retrieve the new orders.
This has worked well the last two years.
Yesterday the EDI supplier has decided to change their soap service and require the service call to their external webservice to be stateful, and keep track of it's session through a cookie.
- Am I correct in assuming that external service calls in an egl web service project are stateless.
- Is it possible to have stateful service call sessions (using websphere for our services)
Thanks for any insights!
Bram_Callewaert