cancel
Showing results for 
Search instead for 
Did you mean: 

Read public web page and post the data in SAP ECC using SAP PI.

Former Member
0 Kudos

Hi,

I need to Read public web page and post the data in SAP ECC using SAP PI.

Any Idea on the same.

Best regards,

Akshay.

Accepted Solutions (0)

Answers (2)

Answers (2)

sunilchandra007
Active Contributor
0 Kudos

or create a dummy interface with java mapping inside to read the webpage.

Regards,

Sunil Chandra

Former Member
0 Kudos

Are the contents of the web page static....if not then u can use SOAP sender in the scenario and build a WSDL and can send the data.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you need to read a file form the page check out my blog:

/people/michal.krawczyk2/blog/2010/01/22/pixi-how-to-get-an-xml-file-from-a-web-page-without-own-development

if not write a java proxy - parse the page inside the return the results to PI

Regards,

Michal Krawczyk