I want to call a web service using an xml request file that comforms to the web service's wsdl file. I've seen .net code examples that call the web methods directly, but I want to simply pass an xml request file to the web service and receive an xml response file. Does anyone know how to do this?