cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP sender adapter testing

Former Member
0 Kudos

Hi Experts,

Iam using [| ] code

as HTTP Client

When I fill all the fields, still the message is not reaching XI.

I filled the data in mapping test tab of IR and got the sample xml from there and copied the same in Payload

Please let me know your thoughts

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

>>When I fill all the fields, still the message is not reaching XI.

Please use the text tool give in the following thread

Thanx

Aamir

Former Member
0 Kudos

I have used the same tool on my pc, still could not send request to XI?

Can somebody please try this if it really works or not?

Former Member
0 Kudos

Hi

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6...

The html code in this link works perfectly to send a http request.

Just replace the userID & password in the html code with yours and try it.

If u still cant send the request, provide us the result of the tool that u can find in the result box of that html page.

-Dava

Former Member
0 Kudos

I have tested it by giving my username and password.

I use this to log in to XI dev environment daily.

http://devai070.private.abcd.com:56800/sap/xi/adapter_plain?namespace=urn%3ADSPConnections%3ABPSearc...

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/7.00&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>

<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="3" color="#000000"><b>&nbsp;&nbsp;The requested resource does not exist.</b></font></td>

</tr>

<tr bgcolor="#FFFFFF">

<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>&nbsp;&nbsp;Details:</b></font></td>

<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>&nbsp;&nbsp;Go to <A HREF="/" target="_parent">main page</A> of this application!</pre></font></td>

</tr>

</body>

</html>

Former Member
0 Kudos

Hi

Use ABAP port number at the html page.

It seems you are giving j2ee port detail.

-Dava

Former Member
0 Kudos

where can I see for it ABAP port?

Former Member
0 Kudos

It is 80XX, where XX is ur system number.

For u, it is 8068.

You can find it in transaction SMICM >GOTO>Services

-Dava

Former Member
0 Kudos

Looks like it worked, what is T-code to monitoe whether it reached XI or not?

is it SMICF?

Former Member
0 Kudos

Can't u see an entry in sxmb_moni?

-Dava

Former Member
0 Kudos

No I could not see any msg in SXMB_MONI

Any T-code to monitor it as it is HTTP adapter( Integration engine)

Former Member
0 Kudos

Result:

<SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>INTERNAL.NO_EXEC_PERMISSION</SAP:Code><SAP:P1>User/Party/Service</SAP:P1><SAP:P2>VV12345//MM_SOA_DSP_Partner_SearchBusinessPartner_DD2</SAP:P2><SAP:Stack>No authorization available for processing messages on Integration Server (ACL at sender service): User/Party/Service VV12345//MM_SOA_DSP_Partner_SearchBusinessPartner_DD2 </SAP:Stack></SAP:Error>

stefan_grube
Active Contributor
0 Kudos

Seems an authorization issue.

Give the user the role SAP_XI_APPL_SERV_USER

Regards

Stefan

Former Member
0 Kudos

what would be the password for this user. do we use any in general?

Former Member
0 Kudos

Add your user id in the Assigned Users tab of either the Sender Service (Business System or Business Service) or the Sender Agreement.

This user id should be maintained in SU01 with the role SAP_XI_APPL_SERV_USER.

-Dava

Former Member
0 Kudos

Thanks for both of your responses. My Basis person left for the day.

I will follow up this on monday.Have a good weekend.

Will follow up this on monday.

Former Member
0 Kudos

If somebody has time please check this..