I have two web services that listen to different ports on the same server.
First one is used to to authenticate users. I pass my username and password in the URL and it returns a SessionId variable and my UserName.
How can I call the second service using this information?
Thank you...