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