Event log error but Webservice works
We have a page on our Intranet A main.aspx that is calling a
webservice on another computer B.
The intranet page loads fine and displays the data from the webservice
but we keep getting error messages on the Intranet server with the
following:
Exception information:
Exception type: InvalidOperationException
Exception message: No web service found at: /OurWebservice.asmx.
Request information:
Request URL:
http://A/OurWebservice.asmx/js
Request path: /OurWebservice.asmx/js
Why would the error be pointing to server A when the webservice is
actually on B but A is the one calling it?
Any help to eliminate this error would be greatly appreciated.
Thanks,
Tim
.
Relevant Pages
- Async web method invocation
... I'm quite a newbie in Web Service programming/using and I'm sorry if my ... I'm working on an application which should request a service to a WebService, calling its method "FooMethod". ... (microsoft.public.dotnet.languages.csharp) - Die zugrundeliegende Verbindung wurde geschlossen: Die Verbindung mit dem Remoteserver kann nicht he
... Habe ein Webservice am Internet Server! ... Habe eine Applikation am Intranet Server! ... Die zugrundeliegende Verbindung wurde geschlossen: ... um weitere Informationen über diesen Fehler ... (microsoft.public.de.german.entwickler.dotnet.asp) - Re: Web Page & WebService Threading Example
... what you want to do is implement an async pattern ... for calling a long run webservice method from an ASP.NET web application. ... Microsoft MSDN Online Support Lead ... (microsoft.public.dotnet.framework.aspnet) - Re: SQLCE
... With my solution 50000 records with the pda docked with USB connection takes ... if I use RDA or Merge Replication? ... > You could also reconcider the webservice method and go to RDA or Merge ... > before calling update. ... (microsoft.public.dotnet.framework.compactframework) - Re: Webservice Callbacks
... and needs to tell the calling application. ... > Asynchronous Web Service Calls over HTTP with the .NET Framework ... which allow for efficient calls to Web services without blocking ... >> have a webservice with functions etc, no problems there, but some tasks ... (microsoft.public.dotnet.framework.aspnet.webservices) |
|