tags:

views:

26

answers:

1

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!

A: 

I assume it wants the username/password set in the SOAP headers? If so, you might find this link useful:

http://forums.silverlight.net/forums/p/62643/263408.aspx

Henrik Söderlund