cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to webservice scenario

Former Member
0 Kudos

Hi all

i am doing this scenario

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/http%252bto%252bwebservice

after doing whole scenario comes the testing part in which last line is written

Now in HTTP client provide the header information and paste your payload. You will get the result in the client itself.

my question is -


how to setup HTTP client? so that i can paste payload in that

details are as follows

host xyz

business service HTML_SERVICE

namespace xyz.com

interface=SupportRequest_Sync_OB

qos=BE

sap-client=001

this is with the same step by step guide on page 22 under section 2.2.4

Use the HTML client provided by SAP.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

Regards

sandeep

Accepted Solutions (0)

Answers (3)

Answers (3)

hemant_chahal
Contributor
0 Kudos

for setting up client ..all you need to do is "view source code"..now you can edit the html tags values according to your server details and save it ..then you can paste the payload which you want to send as message to the server.

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

this link gives you a sample HTML code to create HTTP Client:

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

Copy the code in note pad and save it as .htm file.

Server Host would be your XI server IP or Hostname

Port would be your HTTP Port.look HTTP Port using Tcode SMICM.

Former Member
0 Kudos

Go to RWB and select Integration engine under that test tab and enter all the relevant data for your scenario

HTH

Rajesh