cancel
Showing results for 
Search instead for 
Did you mean: 

how to capture or read html data through sap po

suresh_pal2
Explorer
0 Kudos

Hi Mentors,

I got requirement to read html data from third party system.

I have searched many blogs but not find any thing helpful.

Kindly let me know if we can read html with the help of any adapter from third party system.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member207703
Active Participant

Hi,

you can receive HTML data using HTTP adapter. And then use a java mapping to extract data from it.

Regards,

Anoop Rai

suresh_pal2
Explorer
0 Kudos

Hi Anoop,

I have to read html page of the third party through PO.Can you explain it in more detail if HTTP adapter can be use for this requirement.

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Suresh,

You need an external library to read the html page. Something like jsoup https://jsoup.org/, you can extract data from the html using CSS queries. The adapter is just a means of retrieving the data, you can use SOAP/HTTP/Rest for that requirement.

Regards,

Mark