I use add reference service to call to this service,when I do it for services that doesn't have user and password I was able to get the data but since that this service needed to provide user and password I was not able to get data from it ,how should i add the credentials like user and password to the service ?
var
service = new DAYSP_05_SRV_Entities(new Uri("https://vmw3844.stp:44350/svt/odata/DAYSP_05_SRV/User")
);
when I use the same logic for service without user and password I was able to get the data...