c# - Dump of returned data from webservice in .NET -


I have a web service customer in C # where I take the returned item from the website and pass it in the following method Order to create an XML file:

  XML serializer S = new XML serializer (typef (t)); TextWriter SW = new streamer (filename); S.Serialize (sw, obj); Sw.Close (); However, there are fields that claim the webservice side, while the resultant xml does not include it (IU has updated service in 'VS ...) whether webcams Is there a way to get the dumps of data obtained at lower levels? 

Two very good options:

  • - A network tracer, original
  • - A proxy that records requests and responses, and displays well

Widerhark is less aggressive than Fiddler because this customer Does not change anything, but Fideleller has support for HTTPS, as long as you agree to accept your certificate from your client. (It's effectively a man-in-the-middle attack as far as the protocol is concerned - but Fiddler is a man in the middle).

In addition to this I'm pretty sure that you can log in SOAP filters, etc. in the net that goes in and out - but the good thing about Wearhark and Fideller is that they are different from your process , So you can be absolutely convinced that the results have not been done in your code or configuration.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -