I have the SOAP request in an XML file. I want to post the request to the web service in .net How to implement?
I'm wondering how's the XML generated and is it a valid SOAP message? You can post it via HTTP as suggested by the folks above.
If you want to test if that's going to work, you can give SoapUI a try (for testing I mean).