What we are looking to do is to create a DNN compliant “contact form” user control,that, when the user clicks “submit”will connect to a Web Service that is running on another server and will send the values from the form to the web service.
We clearly cannot add a web reference to the DNN solution.. so how can we connect to the web service to consume/use it.