Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need some help to retrive data from XML data source into SSRS

Status
Not open for further replies.

SammieRS

Programmer
Jul 18, 2011
2
US
Hello Folks,

I am a newbie to XML. I am trying to retrieve a dataset from web-service. I am not able to retrieve the exact path to display the dataset in SQL Server Reporting Services. Here I am attaching the link which I am trying to implement. Everything is working fine, except I am not able to figure out the below part:
<ElementPath IgnoreNamespaces="true">GetTerritorySalesResponse{}/GetTerritorySalesResult{}/diffgram{}/NewDataSet{}/TerritorySalesYTD{TerritoryID, Name, CountryRegionCode, SalesYTD}</ElementPath>.

I tried applying the same way as explained, but it is not working. Can anyone please explain how to construct the Element Path?
Thanks in advance.

SammieRS
SammieRS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top