cancel
Showing results for 
Search instead for 
Did you mean: 

Call consecutive SOAP methods "maintaining HTTP session"

eduardo_azo
Explorer
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like your target server needs to take care of this, did you check the admin of the target server?

BR,

Diptee

eduardo_azo
Explorer
0 Kudos

Hello

Finally we're going to have a new method at target server with all parameters inside.

Thank you very much.