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