cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP TO RFC SCENARIO

Former Member
0 Kudos

HI

Iam new to xi i got some problem in HTTP TO RFC SCENARIO iam using BAPI_COMPANY_GETDETAILS RFC when iam testing this scenario in run time work bench iam not getting payload in the response.

Please any one help me

Thanks

Swetha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

check this link

/message/266750#266750 [original link is broken]

bhavesh_kantilal
Active Contributor
0 Kudos

This link for the code for HTTP Client,

/message/266750#266750 [original link is broken]

Regards

Bhavesh

Former Member
0 Kudos

Hi,

Bhavesh

Thanks for u r Quick response.

I have downloaded the HTML local testing tool,can u please tell me what path i have to specify in the tool page.

regards

swetha.

Former Member
0 Kudos

HI,

See the below link,

you can see how to use HTTP Client

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

Regards

Chilla

Former Member
0 Kudos

hi,

after you download the html client.

go to view -> source

and enter the present xiusername & pwd which you using and save.

Enter the below details in http client.

Servername : XIServername

Port : 80<instancenumber>

Client : XI server client number

Server : Sender service (business service or busienss system or integration process...when it comes to the HTTP adapter you need to create the business service that business service name you need to enter )

Interface name : outbound interface name

namespace : name for interface.

If you doing Party scenario enter the Party, Agency and Schema details also else optional.

Enter the Input xml data while enter the input data remove the first xml version line and paste the other data.

click on send message.

check the exchange profile set the httpport or not.

Regards,

Venu.

Former Member
0 Kudos

hi,

exchange profile check the below setting is there or not.

http://hostname:j2eeport number/exchangeProfile

enter the username & pwd

expand all

expand runtime workbench

select the runtime workbench click on newparameter

parameter name : com.sap.aii.rwb.server.centralmonitoring.httpport

value : 80<instance number>

Save

and restart the instance..so that changes will efect until unless restart the instance it won't reflect the exchanges profile changes..

Regards,

Venu.

Former Member
0 Kudos

Hello,

Venu sir

Please check this link

http://www.robweb.de/wfetch.zip

from where i have downloaded the HTTP local testing tool, in this tool I dont find

view->source.

where do I find the source in this tool.

regards,

swetha

Former Member
0 Kudos

Hi Swetha,

You can find the HTML code in the thread specified ny Bhavesh.Copy that Code and save it as .html file.Now you can use this application to test your scenario.You have to provide IP address of XI system and HTTP Port and other details in that application.

Regards,

Sekhar

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Use the HTTP Client directkly and test your scenario.

Also, turn on logging of synch messages.

SXMB_ADM --.Integration Engine Configuration --> Specific Configuration and then here add paramter,

Runtime -- LOGGING_SYNC and value as 1.

Regards

bhavesh