WS-Addressing 1.0 stateful services / Client side |
In your main application:
IMPORT XML # Import the XML library required for WS-Addressing 1.0 GLOBALS "ws_stub.inc" # Import service global definition TYPE InstanceType DYNAMIC ARRAY OF xml.DomDocument # End point WSA reference parameters DEFINE instance1,instance2,instance3 InstanceType # Store the different sessions the client will have to manage MAIN ... END MAIN