Hello,
I am working on a silverlight application that is accessing a pre-existing web service. I do not have control over this web service. This service uses SOAP and requires a username / password.
How do I access the service from my Silverlight application?
Thank you!