Hello
I've got a requirement to consume an external webservice.
The WS has always this structure:.
1.- registersession.
In this one we pass user, password and domain.
2.- Action
Here we call the method we want to use. Register data, modify data...
3.- End Session
To close the connection.
The first method hasn't any return parameter, no session_id, no cookie. In the webservice documentation says:
""..the web service olds the session. This way, the client only has to be authenticated once while the webservice client remains active.
This function is mandatory and must be executed at the start of operations."
I call the three methods using synchronous service interface, but the second one always replays "user not authenticated "
If I create a test suit in SoapUI I have to check this flag (if not I got the same error):
Is anything similar to this in PI?
Thank you very much.