| Stateful services based on HTTP cookies / Client side | |
Before calling any web service operation, set the HTTP cookie returned by a session initiator function to identify the session to the server.
# use instance1
LET StatefulCookieService_StatefulCookieServicePortTypeEndpoint.Binding.Cookie =
instance1
# Call web operation MyFunction of instance 1
CALL MyFunction("Hello") RETURNING wsstatus,ret