I'm just glad that I was able to help you :)
It's been a long time since I've used Web Services and haven't seriously done anything with them since college. I would recommend researching web services using the MSDN Library while you're waiting for a response.
There is a lot of stuff to consider when using them (particularly with securing SOAP communications between the server and client...becaus e, as you know, they are plain text)
It's been a long time since I've used Web Services and haven't seriously done anything with them since college. I would recommend researching web services using the MSDN Library while you're waiting for a response.
There is a lot of stuff to consider when using them (particularly with securing SOAP communications between the server and client...becaus e, as you know, they are plain text)
Comment