Web Service Error 407: Proxy Authentication Required

Discussion in 'ASP.NET WebServices' started by Abe, Aug 29, 2007.

  1. Abe

    Abe

    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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  3. Abe

    Abe

    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.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

Share This Page