Consume Spatial Data from web service in SSRS 2008R2


i having web service return spatial data other related data. want consume spatial data coming web service in report. report able consume normal data, not able consume spatial data coming web service.

below syntax how querying web service. want know data type need use cast spatial data.

 

query :

 

<query>

<method name="getmapdata" namespace="http://sbisreportingservice.ireportingservice.reportingservice/2010/10">

   <parameters>

<parameter name="reportguid"><defaultvalue>d3045971-0e6d-472b-a148-3a733a799765</defaultvalue></parameter>

   </parameters>

</method>

<soapaction>http://sbisreportingservice.ireportingservice.reportingservice/2010/10/ireportingservice/getmapdata</soapaction>

<elementpath ignorenamespaces="true">getmapdataresponse{}/getmapdataresult{}/mapdata

{

id (integer),

classificationname,

metric,

shape (datatype????)

}

</elementpath>

</query>

 

 

if not mentioning data type, not able use shape field.

 

 

appreciated help.

hi,

first, please ensure shape data returned web service. since default, items returned strings web service, shape field can displayed in report directly. example, can use table check whether shape data returned. if shape data has been returned correctly, please post how consume shape data in report? provide further assistance.

thanks,
tony chain


tony chain [msft]
msdn community support | feedback us
get or request code sample microsoft
please remember mark replies answers if , unmark them if provide no help.


SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........