Skip to Content
0
Former Member
Apr 22, 2008 at 12:39 PM

Call Web Service and display return values in table

27 Views

Hi all,

I am calling a self-implemented web service with visual composer. The webservice returns the following data shown below.

Each item like carID, carBrand etc. should be displayed in an output table.

The problem is, that he doesn't display any data at all. Is there a problem with the webservice data which is returned or do I have to do some further settings in visual composer?

Thank you for your help! Kind regards, Patrick.

<?xml version="1.0" encoding="utf-8" ?>

- http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns="http://IBM-W2003-EAI/GetCarList">

- <Car>

<CarID>A-471</CarID>

<CarBrand>Alfa</CarBrand>

<CarModel>156</CarModel>

<Kw>100</Kw>

<Ps>136</Ps>

<Km>79000</Km>

<Year>1998</Year>

<Price>7500,0000</Price>

<Url />

<Status>Available</Status>

</Car>

- <Car>

<CarID>A-736</CarID>

<CarBrand>Audi</CarBrand>

<CarModel>A4</CarModel>

<Kw>110</Kw>

<Ps>150</Ps>

<Km>87000</Km>

<Year>2000</Year>

<Price>15780,0000</Price>

<Url />

<Status>Reserved</Status>

</Car>

</ArrayOfCar>