I have read your many articles covering this topic, and bvasically have learned quite a bit, however I have not been able to overcome an error I am getting. The web service is residing on a Unix server on our intranet. I have had no issues with getting the Proxy Class created by making the Web Reference to the wsdl file using a particular port specified in the url. however I am led to believe that I am not making a connection to it, as I am getting NotSupported Exception error on the EndInvoke operation. I have practiced with some other public Web Services, and seem only able to make these work only is a ASP environment.
When I try the intranet Web Service in ASP i get the Invalid URI error.
My goal is to consume a Web Service on a Smart Device, hence why I am working in the VB.Net plattform.
Any guidance would be more than greatly appreciated.