cancel
Showing results for 
Search instead for 
Did you mean: 

Web Page -> XI -> Idoc

Former Member
0 Kudos

Hello all,

I have a scenario where i need to take the data from a Webpage on internet, parse it to search some value and update it in a table in SAP system using PI.

step 1: Read Webpage (Not sure how to do that)

Step 2: Search the value (probably using XSLT mapping??? or some other possible way)

Step 3: Pass it to a Input message type

Step 4: Map it to target messge

Can any one suggest about how to acheive Step1 and Step 2 .

Thanks

-Kulwant

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

You need to perform a HTTP Get in XI; to do this you need Java proxies.

This blog describes how a HTTP Get can be done,.

[Must fire a HTTP GET from XI?? - - Try this!!!|]

Regards

Bhavesh