cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Ports

Former Member
0 Kudos

Hi,

We have a scenario where webmethods would be pushing data into XI using http and https.

I would need to give them the http and https address of xi.

Assuming my server name as VRV1000 and the port number used for logging into xi is 50000, what would be my complete http and https address.

Will the port number change for http and https and if so how do i find out.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To get your HTTP and HTTPS ports, go to transaction SMICM -> Servives

Then, you will view the HTTP and HTTPS service with related ports number.

If HTTPS service is not configured, usually the port number is HTTP port + 1 (eg. HTTP port is 8000 -> HTTPS port will be 8001)

ps. You can also create a new service in SICF (like Zadapter_plain) with HTTPS type of protocol.

Answers (1)

Answers (1)

Former Member
0 Kudos

/sap/xi/adapter_plain is the url and for https we need to increment the port number by 1.