Clara's Notes on Technology
Notes to me and the world

Reporting Services and XML Data Sources

Friday, February 23, 2007 7:48 AM

I have spent quite some time latetly creating two SQL Server Reporting Services reports that read data from a Web services. Given that I had to solve a couple of non-trivial issues and that I did not find much documentation, I have written a few tips in this article.

Tip 1: How to specify the value of the WS complex type parameter?

Tip 3: How to pass another dataset as  XML to the Web service?

Tip 2: How to read XML from a database without truncation of the results?

 



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Reporting Services and XML Data Sources

how do I point to an XMl file to pull out data...

I have created an XML as a data source... since I am trying to pull out data using Reporting services... from a web application? 3/16/2009 2:36 PM | nkululeko

Post a comment