Web service's XML result as a Data Source for a report ?

F

FMFF

I have a webservice that returns XML which can pretty much be translated into
a two column table. This is because direct access to that SQL Server Database
is not permitted and web service is the only way to retrieve data.

My question is, how do we bind the XML returned by this web service as the
data source for my report?
 
L

Larry Linson

FMFF said:
I have a webservice that returns XML which can pretty much be translated
into
a two column table. This is because direct access to that SQL Server
Database
is not permitted and web service is the only way to retrieve data.

My question is, how do we bind the XML returned by this web service as the
data source for my report?

Erm, in what form is the XML returned? If you place it in a two-column
table, I don't see why there should be a problem.

The Record Source of a Report has classically been either a Table or a
Query. In more recent versions, you could use an ADO Recordset -- as I am
not fond of ADO, I've used it only in conjunction with work I was doing on
someone else's ADP, and didn't use it in this manner.

Larry Linson
Microsoft Office Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top