Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Error 1 is =



Line 109: [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getrated", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
Line 110: public System.Data.DataSet getrated() {
Line 111: object[] results = this.Invoke("getrated", new object[0]);
Line 112: return ((System.Data.DataSet)(results[0]));
Line 113: }

Source File: c:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web References\Raj\Reference.cs Line: 111

Stack Trace:


[WebException: The request failed with HTTP status 404: Not Found.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +502833
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +215
WebApplication1.Raj.changerate.getrated() in c:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web References\Raj\Reference.cs:111
WebApplication1.WebForm1.Page_Load(Object sender, EventArgs e) in c:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\WebForm1.aspx.cs:18
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772




error 2 is
CSS
Message 4   Could not find schema information for the attribute 'name'. C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 21  22  WebApplication1
Message 5   Could not find schema information for the attribute 'serializeAs'.  C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 21  60  WebApplication1
Message 1   Could not find schema information for the element 'applicationSettings'.    C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 19  6   WebApplication1
Message 3   Could not find schema information for the element 'setting'.    C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 21  14  WebApplication1
Message 6   Could not find schema information for the element 'value'.  C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 22  18  WebApplication1
Message 2   Could not find schema information for the element 'WebApplication1.Properties.Settings'.    C:\Users\Srikanth\Documents\Visual Studio 2012\Projects\ChangerateWS\WebApplication1\Web.config 20  10  WebApplication1
Posted
Updated 4-Aug-14 18:48pm
v2
Comments
harshavardhan12345678 5-Aug-14 0:38am    
<applicationsettings>
<webapplication1.properties.settings>
<setting name="WebApplication1_Raj_changerate" serializeas="String">
<value>http://localhost:51569/changerate.asmx


1 solution

The url does not appear to be correct.
Try to browse the url in the browser.
 
Share this answer
 
Comments
harshavardhan12345678 5-Aug-14 0:24am    
Line 109: [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getrated", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
Line 110: public System.Data.DataSet getrated() {
Line 111: object[] results = this.Invoke("getrated", new object[0]);
Line 112: return ((System.Data.DataSet)(results[0]));
Line 113: }
harshavardhan12345678 5-Aug-14 0:27am    
and also 2nd error is


Detailed Error Information:
Module DirectoryListingModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x00000000
Requested URL http://localhost:51569/
Physical Path E:\mine\ChangerateWS
Logon Method Anonymous
Logon User Anonymous
Request Tracing Directory C:\Users\Srikanth\Documents\IISExpress\TraceLogFiles\CHANGERATEWS
harshavardhan12345678 5-Aug-14 0:37am    
<applicationsettings>
<webapplication1.properties.settings>
<setting name="WebApplication1_Raj_changerate" serializeas="String">
<value>http://localhost:51569/changerate.asmx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900