Server Error in '/' Application.

The request failed with the error message:
--
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx">here</a></body>
--.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The request failed with the error message:
--
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx">here</a></body>
--.

Source Error:


Line 50:         [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.ignyte.com/whatsshowing/GetTheatersAndMovies", RequestNamespace="http://www.ignyte.com/whatsshowing", ResponseNamespace="http://www.ignyte.com/whatsshowing", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
Line 51:         public Theater[] GetTheatersAndMovies(string zipCode, int radius) {
Line 52:             object[] results = this.Invoke("GetTheatersAndMovies", new object[] {
Line 53:                         zipCode,
Line 54:                         radius});

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f4a5d10d\f10c2de0\App_WebReferences.ilysnkrc.2.cs    Line: 52

Stack Trace:


[WebException: The request failed with the error message:
--
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx">here</a></body>
--.]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +551137
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
   com.ignyte.www.MovieInformation.GetTheatersAndMovies(String zipCode, Int32 radius) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f4a5d10d\f10c2de0\App_WebReferences.ilysnkrc.2.cs:52
   MovieTrailors.BindMovies(String _zip) in C:\MadNonnieSync\MovieTrailors.aspx.vb:55
   MovieTrailors.Page_Load(Object sender, EventArgs e) in C:\MadNonnieSync\MovieTrailors.aspx.vb:37
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433