cancel
Showing results for 
Search instead for 
Did you mean: 

Request to IGS (Internet Graphic Server)

Former Member
0 Kudos

Hello All,

In my Java WebDynpro I use http-request to the IGS server like this http://server:port/XMLCHART?<xml_customizing>. Then I analyse the server's HTML output stream, read a diagram's URL and then download it with Java functions. Do you know...

0. Are there some ways to access and set parameters of IGS via Java ?

1. How could I change a picture size: it's 400x300 pixels and I don't find some information how to change it?

2. How could I get a URL of the picture directly?

If somebody needs my java functions - I could post it here.

Thank you in advance,

Ivan Galkin

Accepted Solutions (0)

Answers (1)

Answers (1)

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

concerning question 1:

the image size is defined in the customizing XML (SAPChartCustomizing) within the <GlobalSettings> section.

You have to define <Width> and <Height> and the image is created as desired!

Regards, Kai