How to view soap request based on webservice url?

Posted by stackoverflowuser on Stack Overflow See other posts from Stack Overflow or by stackoverflowuser
Published on 2010-05-12T18:41:27Z Indexed on 2010/05/12 18:44 UTC
Read the original article Hit count: 348

Filed under:
|
|
|

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?

Thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ssrs