I am very new to WCF and SOAP exchanges, but I managed to build a pretty good client that I use to download news from a media organization. I created proxy classes that are obviously very abstracted out and mean that I basically just create objects by calling methods and iterating through the results.
My problem is that I have the original XML examples of what the web service calls should look like, and I want them to “compare” them with the calls I make. Basically, I need to make sure that the calls I make are consistent with the sample XML files for testing purposes.
Does what I ask make sense, or am I wrong about this? Please let me know if there is any necessary information that I missed, I could attack the paragraphs, but I don’t know what information is relevant.
source
share