|
HI,
I am creating a guidance package with multiple actions for VS2008. There are quite a few projects, one of them is WCF service. My requirement is to create all the projects in one recipe and then add the service reference to client project (win project). I've created all the proejcts in one go and have code to add wcf reference to client dynamically but everytime I try to run this package, I get following error when it goes to discover the URI (even if I try accessing this service in IE while package is running, it shows same error)
System.Net.WebException was caught Message="There was an error downloading 'http://localhost:1245/DESServices/AuthorizationService.svc'." Source="System.Web.Services" StackTrace: at System.Web.Services.Discovery.DiscoveryClientProtocol.Download(String& url, String& contentType) at System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny(String url) at NorthernTrust.EnterpriseTemplate.Helper.DteHelperCustom.DiscoverMetadata(Uri address) in C:\Work\HDG 3.0\NEL\Dev\Upgrade2008\NorthernTrust.EnterpriseTemplate\NorthernTrust.EnterpriseTemplate\Helper\DteHelperCustom.cs:line 540 InnerException: System.Net.WebException Message="The request failed with HTTP status 404: Not Found." InnerException:
Once package is run fully, I can access service in web browser. Can anyone explain whats going wrong and what should I do?
Thanks.
|