Best way to connect to sustom XML webservice in ASP.NET?
What is the best way to work with / consume custom XML web services in ASP.NET? This web service was developed several years ago. It works by POST'ing XML to a specific web page and then replies with lots of XML. Running a mill design, but it's not SOAP compliant. However, it follows a strict pattern.
What technologies are out there now that can make it easier to work with this? Or am I stuck doing custom HTTPRequests?
+2
source to share