cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices SOAMANAGER J2EE host or port not specified;

Former Member
0 Kudos

Hi,

I have made a webservice from a FM, CHECK_IBAN, in an ECC 60, enhancment 4.

I want to turn off Authentication, so that when the customer calls this web service from their .Net application, they do not have to fill in user / password.

From SOAMANAGER I am trying to configure / open 'Open Web Service navigator for selected binding' I get the error J2EE host or port not specified.

There are no Java server installed on the systemlandscape, so I cannot make a reference in SOAMANAGER.

The question is if I can turn off authentication in SICF, or do I have to install J2EE and then do this from SOAMANAGER? Could you please tell me where these settings are found?

Regards

Jakob

Accepted Solutions (0)

Answers (2)

Answers (2)

hynek_petrak
Active Participant
0 Kudos

Hi, authentication can be "turned off" by providing fixed logon data in the SICF. However be extremely careful about the profile of the user as you are giving a free ticket to your system this way. Be careful with the application bugs (SQL Injection), firewall it and put through a reverse proxy.

Former Member
0 Kudos

I've seen the same issue on my side. How did you solve it?

Thanks!