問題タブ [wcf-4]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
996 参照

wcf - Change "" on request recieved in WCF

I have a WCF service implemented via custom wsdl. It simple have 5 methods as per wsdl. Call to My service from standard client works fine. Problem was in some old implementation which send SoapAction="" I wanted to change the soapAction to some value if i got empty. For that I have implemented CustomBehavior but even in it I can't able to hit AfterReceiveRequest method or any method in the behavior

Any idea i can response even if i have SOAPAction="" in the request

Edit My Service Looks like following

0 投票する
2 に答える
250 参照

asp.net - ASP.NET ExecutionTimeout は、IIS がホストする WCF サービスには影響しません

ASP.NET ExecutionTimeout は IIS でホストされている WCF サービスに影響を与えると思いましたが、そうではありません。

ExecutionTimeoutを無効にするWCFで魔法が起こっていますか?