c# - WCF Service Call - Only Partial Parameters On Timeout? -


I have a WCF web service and I am facing a strange problem.

One of our vendors is calling us a method and claims that we need to send 3 good parameters. The first method is that the value of all our incoming standards is logged in our database. When I look at the log message, I see a population of only two parameters. The vendor claims that the method is out of time before the third parameter is sent. I was under the impression that if the method has expired, then we will see an exception, not a complete execution of the Web method with some missing parameters.

Is the seller correct? Are we ending the deadline and are still executing the method with the parameters?

Thank you

WCF message is based, it means that the whole message was created and You have been sent a partial list of criteria, in other words the criteria will be completely completed before your service method has been implemented. Answering questions with questions is not difficult to fully understand, but your vendor does not clearly understand how WCF works, if they believe that "time is running out"

You will be provided better service by adding some logging, for example:

  & lt; System.diagnostics & gt; & Lt; Trace autoflush = "true" /> & Lt; Sources & gt; & Lt; Source Name = "System.ServiceModel" switchValue = "Important, Error, Verbose, Warning, Information, Tracing Tracing" promotional activity = "true" & gt; & Lt; Listeners & gt; & Lt; Name = "sdt" type = "System.Diagnostics.XmlWriterTraceListener" initializeData = "SdrConfigExample.e2e" /> & Lt; / Listeners & gt; & Lt; / Source & gt; & Lt; / Sources & gt; & Lt; /system.diagnostics>  

Add your web / config to WCF service to see any errors and WCF activity. But it does not seem that you are getting an error, it seems that you are not getting the parameters.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -