Taking my first stab at creating a web service and failing when I try to add a web reference. To this point all I have done is added a web service to the application. It has the default HelloWorld method. In a separate windows applicaiton I try and set up a Web Reference to this page, and it sees it ok (ie the left side shows the HelloWorld method) but the right side shows this error: ----------------------------------------------------------------------- There was an error downloading 'http://192.168.109.206/pqs.asmx'. The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/pqs.asmx?AspxAutoDetectCookieSupport=1">here</a>.</h2> </body></html> --. ----------------------------------------------------------------------- I'm guessing this is something very simple I have not done.. --Zorpie
"Zorpiedoman" wrote in message news:AEA713FB-489A-4892-97FC-00458EC61523@microsoft.com... > Taking my first stab at creating a web service and failing when I try to > add > a web reference. > > To this point all I have done is added a web service to the application. > It > has the default HelloWorld method. > > In a separate windows applicaiton I try and set up a Web Reference to this > page, and it sees it ok (ie the left side shows the HelloWorld method) > but > the right side shows this error: > ----------------------------------------------------------------------- > There was an error downloading 'http://192.168.109.206/pqs.asmx'. > > The request failed with the error message: > -- > <html><head><title>Object moved</title></head><body> > <h2>Object moved to <a > href="/pqs.asmx?AspxAutoDetectCookieSupport=1">here</a>.</h2> > </body></html> > > --. > ----------------------------------------------------------------------- > I'm guessing this is something very simple I have not done.. Did you build your web service project first? -- John Saunders [MVP]
Yes. -- --Zorpie
"Zorpiedoman" wrote in message news:9B4BFDA1-333D-41EA-901B-0940C36942E6@microsoft.com... > Yes. > -- > --Zorpie >
"Zorpiedoman" wrote in message news:9B4BFDA1-333D-41EA-901B-0940C36942E6@microsoft.com... > Yes. > -- > --Zorpie > A search of MSDN found the following forums thread: "Web Services, Session Cookieless="AutoDetect" Issue" at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1522583&SiteID=1. Take a look and see if it helps. -- John Saunders [MVP]
??? did you mean to post and empty message?