cancel
Showing results for 
Search instead for 
Did you mean: 

Port Number in HTTP Sender URL

former_member192105
Participant
0 Kudos

Hello,

I am trying for a HTTP -> SAP PI 7.11 -> File scenario and now want to develop the URL which will be used by the HTTP client.

I have the format of the URL to be used

I want to ask which is the port that should be used in the URL:

http://<hostname>:<port>/

In some threads I saw that it should be 80<System_Number> (so if system number = 01 then port number becomes 8001); ABAP port, I assume.

Is this still valid SAP PI 7.11?

If yes can I check where this port is maintained (on SAP PI server)?

~Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can see the port using Tcode SMICM in SAP PI and then press shift+f1.

Hope this helps,

Mark

former_member192105
Participant
0 Kudos

Hello,

Thank you for the reply. I was actuallu modifying the question to accomodate one more doubt

I have not maintained any RFC destination for this scenario (it is a B2B). Is it mandatory to maintain a RFC destination for HTTP -> SAP PI 7.11 -> File scenario?

Testing using RWB does not throw any error.

~Thanks.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Is it mandatory to maintain a RFC destination for HTTP -> SAP PI 7.11 -> File scenario?

No, the RFC destination will be used for receiving external systems (G), r3 receivers (3), abap proxies receiver (H), rfc sender (T).

Hope this helps,

Mark

former_member192105
Participant
0 Kudos

Hello,

Thank you to Rajesh and Mark for your replies.

Bad luck as I do not have access to SMICM. However I checked a property in Exchange Profile and saw that mshttpport = 8100. Is this the port (or I can only check it in SMICM)?

~Thanks.

Former Member
0 Kudos

Hi,

Check the below parameter for port

com.sap.aii.connect.cr.httpport : value will be 5xx00 (xx - system no)..

mshttp port is different...used internally..

HTH

Rajesh

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can try using the com.sap.aii.connect.cr.httpport. The ms port is for the messaging system I think.

Hope this helps,

Mark

former_member192105
Participant
0 Kudos

Hello,

Thanks a ton!

The port is indeed 5xx00.

The thread is answered; thanks to Mark and Rajesh.

~Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

7.1 onwards both ports are same

go to SMICM ->goto(services) -> http port will be listed there

By default there is an http serive /sap/xi/adapter_plain provided for the HTTP ..so no need to create any addition objects for using http..

HTH

Rajesh

Edited by: Rajesh on Feb 1, 2011 12:09 PM