cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Logon Error Message

Former Member
0 Kudos

Hi Experts,

I have created a web service and trying to consume it in SOAPUI but i am getting error saying that Logon Error Message . when i see the Tcode SOAMANAGER (Provider Security tab) i have this position i am not sure which one i need to choose .

1.SSL over HHTP(Transport Channel Security) .

2.Asymmetric Message Signature/Encyption.

3.symmetric Message Signature/Encyption.

and check box for secure Conversion.

Your valuable answer will be helpfull

Thanks,

Devd

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Devd,

Have you provided the credentials in SOAP UI tool? if not provide the credential details (left side bottom user and password options are available).

Regards

Ramesh

Former Member
0 Kudos

Thanx venkat for valuable answer,

Still having problem continues and my questions is that which one i need to select while i am creating a Endpoint

In Provider Security tab which one i need to use

1.SSL over HHTP(Transport Channel Security) .

2.Asymmetric Message Signature/Encyption.

3.symmetric Message Signature/Encyption.

and check box for secure Conversion.

Thanks,

Devd.

Former Member
0 Kudos

Slect the option 'Symmetric message signature/encryption' and check the Secure Conversation check box.

Under the Authentication method > Auth at message level select username/pwd.

Former Member
0 Kudos

still Probelm continues..any other solution please

Former Member
0 Kudos

Check if your credentials are valid and not locked.

Try consuming the service using WS Navigator.

Former Member
0 Kudos

How to do that i never used WS Navigator.

Former Member
0 Kudos

http://PI host:port/wsnavigator

This should lead you to the screen where you will have an option to test your web service.

0 Kudos

Hi Murali,

I guess SOAP UI does not support Symmetric Message Signature/Encryption or Secure Conversation easily. Both are rather complex message security mechanisms. They are seen as alternative to SSL when messages should travel along different SOAP intermediaries to have end 2 end encryption.

You use case sounds that you just want to test security with SOAP UI. Assuming that SOAP UI supports SSL please choose SSL over HHTP(Transport Channel Security)

in conjunction with the user id/password in message authencation.

Then in SOAP UI try to find something like a username token. This is some part of XML SOAP UI adds to the SOAP message to send the username and the passwort.

Regards,

Mathias

Answers (0)