Vamsi k

Vamsi k

  • NA
  • 296
  • 43.2k

Client application(asp.net website) not able to consume WCF

Feb 5 2019 4:36 AM
Hi All,
 
We have wcf service http://localhost:59114/Service.svc?wsdl
 
 
when we deploy into test the service url is http://fusfc_wcfservicetest1.com/Service.svc?wsdl
 
 
But our client application is not able to consume the service after we deploy service in test server
 
 
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IFUSFCService"
contract="ServiceReference1.IFUSFCService" name="BasicHttpBinding_IFUSFCService" />
 
Pls Provide solution 
 
 
 
 
 

Answers (1)