Programming is Passion,Software Development is an Adventure- Willy David Jr

Programming is Passion,Software Development is an Adventure- Willy David Jr

Browse by Tags

All Tags » Web Service (RSS)
Using ASP.NET Session State in a Web Service
Since yesterday, I am having problem creating a Session State in a Web Service. First the session creates a unique ID everytime you invoke the method. Second you need to tell the web service method that you will use session state. I've seen a lot...
Consuming Web Service from Remote Machine
Consuming simple web service and understanding web service is a little bit difficult at first. It takes some time to understand the theory behind it. In my part, reading will be a good start. Read some articles and basics behind it. But as you move along...