Invoke soap wcf service in Fiddler like in Wcf test client
问题 I have service which should support SOAP and REST. web.config <system.web> <webServices> <protocols> <add name="HttpGet" /> <add name="HttpPost" /> </protocols> </webServices> <httpRuntime executionTimeout="90" maxRequestLength="1048576" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"/> <compilation debug="true" targetFramework="4.0"/> and contract [OperationContract] [WebInvoke(UriTemplate = "/GetData")] List<FieldInfo>