How can I call an existing webservice (somewhere) from Microsoft Visual Studio 2008 (C#) with only a valid xml-string/file?
I receive these xml-files from another system and this system can not call directly this webservice. These xml-files are 100% ok, but I want to know how to make the code.
Do I need to make the proxy classes?