My problem :-
I want to call webservice from Windows Phone App using WebClient/HttpWebRequest.
I have got login success but when I call new function it ask me to login
(The new url call get new asp.net session id),
I have tried all scenario but with no vain, I can't solve this problem.
Please help me to make two url call with the same session id or any way to keep me login and use the second call function.
This is the two url I used:- 1- (login) http://xx.xx.xx.xx/vertexweb10/webservice.svc/login?username=%22user15650%22&password=%22898k%22
2- (Get All symbols) http://xx.xx.xx.xx/vertexweb10/webservice.svc/getallsymbols?AccountID=1122336675
You can find the IP in the comment
Note:- I have used cookie container, pass cookies....., etc with no vain
Please help me with sample code because I'm tired