Hi there guys! I have uploaded already my ASMX file, which works properly on my localhost and on yours, I assure this because I invoke a method that returns a dataset, and obviously well-formed XML (so far everything works fine). But when I add a web reference on my Windows Application from my Development's PC, of course I got such reference, then I instatiate it on a new object, then invoke my method and set that value to a Data Set variable, and run the method, but it throws a Exception which says: "The request failed with HTTP status 407: Proxy Authentication Required." Basically my question is, How should I codding or even configurate my XML Web service, considerating it is hosted on DiscountASP,in order to use it on my Windows application and/or my Pocket PC application? Any information we'll be greatly appreciated. Abe
This looks like a network restriction on your client computer's network. Are you able to access the web service directly using your web browser? Bruce DiscountASP.NET www.DiscountASP.NET
Hey Bruce! Sure I can access from my Internet Explorer and even on that lite browser which appears when you add a web reference, and works fine at all.
I did some snooping around and found this kb article http://support.microsoft.com/kb/910804 I am not sure if this help but it sounds like a solution. Bruce DiscountASP.NET www.DiscountASP.NET