i consuming web service through debug mode in vs2013 in project, if 14 records there not coming,
but when consuming via wcf test client, records coming ,
please can suggest me case in here ?, configurations , service url same,
web configuration
<endpoint address="http:/localhost:8080/scp/apis/admin/services/userservice.svc" binding="basichttpbinding" bindingconfiguration="basichttpbinding_iuserservice" contract= "adminuserservice.iuserservice" name="basichttpbinding_iuserservice" /> and call service client this.
var dto = new userserviceclient().getactiveusers().tolist();
Comments
Post a Comment