Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

New Post: Store Principals between WebService calls

$
0
0
Hello,
when im calling:
using (var client = new ServiceReference1.BugNetServicesSoapClient("BugNetServicesSoap"))
        {                        
            var login = client.LogIn("admin", "password");            
            var result = client.GetCategories("1");
        }
LogIn is returning true, but when im trying to get categories it's throwing me null exception on Session["IsAuthenticated"] caused by not storing Princiapls from LogIn. Can you tell me how to call methods in that WebService?

Viewing all articles
Browse latest Browse all 2179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>