views:

100

answers:

1

I need to call SSRS Report WebService using jQuery ajax request. Since the ssrs webservice is SOAP based and considering the example shown for "calling share point web services using jquery" I think I need to pass a soap envelope.

Based on the ssrs webservice url how can i find out the soap envelope required by a particular method? (except fiddler)

Thanks

A: 

You need to have a look at the wsdl file! wsdl file explains it all!

Abdel Olakara