i need to get data from web service via reporting services. the xml schema i got showing structure as follow:
........
<element name="methodname">
<complextype>
<sequence>
<element name="prm-in">
<complextype>
<element name="prm1" type="decimal">
<element name="prm2" type="decimal">
.......
</sequence>
</complextype>
</element>
how can i retrieve data from this schema via the query designer of the ssrs?