calling a wcf/soap method as an http get

Posted by gleasonomicon on Stack Overflow See other posts from Stack Overflow or by gleasonomicon
Published on 2011-01-13T21:44:55Z Indexed on 2011/01/13 21:53 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

Is there any way to enforce that a method call in soap based wcf is called as an HTTP get? I'm not sure if this would be handled on the client or server side. We wanted to have the wcf call process as a get vs. post for cacheability, etc.

I'm also not sure how to monitor a wcf service to determine if calls are doing gets or posts (or if it always does one or the other). Can I use fiddler for this?

I would imagine I could use a restful wcf service to wrap the call, but I wasn't sure if there was a way to do it straight in a soap based service.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about rest