cancel
Showing results for 
Search instead for 
Did you mean: 

webservice error

former_member474221
Participant
0 Kudos

Hi

I have created a service interface with 2 operations - 1 async and 1 sync...

I implemented that in the backend and created webservice from the service interface.....

I tested the sync operation of webservice from SOAP UI and it is working fine...

However the async operation is giving the following error -

SOAP UI error - host:port requires authentication with realm ...( i have already specified the same credentials as I used in testing sync operation )

SRT_UTIL error in the backend - SRT:plain SOAP : reliable messaging configured but no message ID and no WSRM assertion provided..

However if I consume the async operation in an ABAP program instead of SOAP UI it is working fine

What can be the problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

What interface pattern for the service interface you are using?  It should be statless pattern not xi 3.0 compatible. What adapter you are using?  Is it WS adapter? I'm not positive whether you can do sync and async together in the same interface.

former_member474221
Participant
0 Kudos

yes it is stateless.

I am not using PI....it is a direct communication to ECC