tags:

views:

505

answers:

2
A: 

See InnerException, if present, for more details.

You should try that!

leppie
how can i do that ,,i am a beginner to asp.net
peter
+1  A: 

Well the error message seems pretty clear - nothing is listening on http://acslocal11.aivea.com/Services/StoreService.svc which you're trying to access.

How have you verified that the web service really is running? Are there firewalls between your web server and the web service perhaps?

Jon Skeet
when i run the bat file its showing no errors that means service running properly
peter
What bat file? Where is that being run? Can you see the web service from the web server with a browser? See if you can fetch the wsdl.
Jon Skeet
this is the content of my debug.bat@ECHO OFF"C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe" "Aivea.Acs.sln" /property:Configuration=Debug /noconsolelogger /logger:FileLogger,Microsoft.Build.Engine;logfile=ACSDebugBuild.log
peter
how can i fetch the wsdl
peter
Okay, that batch file proves nothing - it just proves that your solution can build. That doesn't show that the web service exists. How you fetch the WSDL will depend on exactly what kind of web service it is - but the URL should be in the calling solution.
Jon Skeet
means i didnt get u,,You mean service not coming to UI?
peter
I am a new one to ASP.NET,,my project containing 5 layersdal.sln,bussiness.sln,webservice.sln,servicewrapper.sln,UI.sln
peter
I mean that the UI is unable to reach the web service. Do you have colleagues who are more experienced? They'd be in a much better situation to help you, to be honest.
Jon Skeet