cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WD, Read the source code of a html page

Former Member
0 Kudos

Hi all,

I have the URL link of .jsp page and I want to get the source code generated by this page to extract some data for my web dynpro.

How do i solve this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonio,

not sure if i understand the question properly.

You want to read html content of http site rendered via jsp.

You can use cl_http_client

to write a simple http client tool.

This tool opens the page. The html content is available to this class.

You can extract the content here.

See the attribute 'response' after making a call.

regards

Phil.

Former Member
0 Kudos

This is a good solution.

Thanks a lot.

Former Member
0 Kudos

can someone show me the code to do this?

or some guide lines... I dont know what methods to use, and what attributes to look for

Former Member
0 Kudos

This post was of great help to me...

Answers (0)