cancel
Showing results for 
Search instead for 
Did you mean: 

Server Host and Port for HTTP Client Too

Former Member
0 Kudos

Hi All,

I'm using the HTTP Client tool to connect to XI. How can i find out the ServerHost, ServerPort and Client values.

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

log on to your XI and run TCODE: SXMB_IFR

then you'll see then server, port

and when you log on to XI you can see the client

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

alternatively you can use test tool from RWB:

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible

Regards,

michal

Former Member
0 Kudos

Hi Michal, Thanks for the response,

But when i use these values and connect. I get the Response - Resource not found . See the HTML below

Result:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<title>Error Report</title>

<style>

td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}

A:link

A:visited

A:active

</style>

</head>

<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0">

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">

<tr bgcolor="#FFFFFF">

<td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>&nbsp;&nbsp;404 &nbsp Not Found</b></font></td>

</tr>

<tr bgcolor="#3F73A3">

<td height="23" width="84"><img width=1 height=1 border=0 alt=""></td>

<td height="23"><img width=1 height=1 border=0 alt=""></td>

<td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/6.45&nbsp;</b></font></td>

</tr>

<tr bgcolor="#9DCDFD">

<td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td>

</tr>

</table>

<br><br><br><br><br><br>

<p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>&nbsp;&nbsp;The requested resource does not exist.</b></font></p>

<p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table><tr><td valign="top"><b>&nbsp;Details:</b></td><td valign="top"><PRE>Go to <A HREF="/" target="_parent">main page</A> of this application!</PRE></font></td></tr></table></font></p>

</body>

</html>

The interface, service all are correct. Do you think something else is wrong?

Thanks,

Sandeep

MichalKrawczyk
Active Contributor
0 Kudos

try the test tool first (the one I mention from my weblog)

with the same values (interface, namespace, content)

Regards,

michal

Former Member
0 Kudos

Hi Michal,

I got this message when i sent the message via Integration Workbench.

-


Error when sending message: 403 Forbidden

-


Could this be due to some permission settings?

Thanks,

Sandeep

stefan_grube
Active Contributor
0 Kudos

With SXMB_IFR you get the J2EE-port, that sometimes works for ABAP as well, but not always.

The HTTP adapter works with the ABAP port (like XI).

The correct port you get here:

SMICM -> goto -> services

take the HTTP port here.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

That works!!!!Thank you. Thanks michal too.

Sandeep

MichalKrawczyk
Active Contributor
0 Kudos

uupsss

my mistake

I forgot you have to use the HTTP port like Stefan told you

my bad, sorry for the confusion:)

Regards,

michal

Former Member
0 Kudos

Hey Michal,

Thats ok. I've given u 6 ponits as well

Cheers,

Sandeep

Answers (0)