cancel
Showing results for 
Search instead for 
Did you mean: 

HTML (XI) adapter port

Former Member
0 Kudos

Hi, I have configured scenario with sender HTML adapter and RFC receiver adapter. When I run the test tool in ID, everything seems to be fine. My problem is, how (or where) I can find out the port value, on which third-party application should send an XML message to SAP XI. I have downloaded the testing tool (Client Http Adapter for XI 3.0) so I know how url address should be formated, the only question is the port value. Is this configurable? If yes, where? if no, is there a way how to find out the port value? Or the port value is the same on all SAP XI instalations? (if so, what is the port value?)

Thank you very much.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

In sapgui of XI, goto transaction smicm -> From menu Goto Services -> There u will find the required http port.

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

OK, thank you. I have found out, that configured port is 8080. But, now when I try to post a message to SAP XI, internet browser displays authorization dialog to enter user name and password ... (???) where is the problem?

prateek
Active Contributor
0 Kudos

Try XIAPPLUSER or any user with role SAP_XI_APPL_SERV_USER.

Regards,

Prateek

Former Member
0 Kudos

It did not help. I tried to logon as myself, I have checked that I have acquired SAP_XI_APPL_SERV_USER role privileges.

prateek
Active Contributor
0 Kudos

It should work ideally as mentioned here.

http://help.sap.com/saphelp_nw2004s/helpdata/en/ca/fafaf6dbc8b240b1cf4a88c40379b2/frameset.htm

U may try using some other http client.

Regards,

Prateek

VijayKonam
Active Contributor
0 Kudos

Its always the ABAP port you need to use for posting to HTTP adapter. You can find this in the SLD of you XI system or in SM59 HTTP connections. This is a one time configuration and usually organizations go with 8000!!

VJ