1

Topic: Web Services with Silverlight

Thought I'd have a go at trying to get the web services rattling along with Silverlight but don't seem to be getting very far with it. My latest (but far from the greatest) error appears to be based on some security thing...

An error occurred while trying to make a request to URI 'http://www.nbnws.net/ws_3_5/GatewayWebService'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.

So rather than continue to maybe flog the proverbial d.h. I thought I'd see if anyone else has had a go at this, or if someone could perhaps suggest a way I could attack this.

Any thoughts/ideas?

Ta

Iain

2

Re: Web Services with Silverlight

well, just as a wee bit of an update, I did get this working, but it was a bit of a guddle - not something I'll be using in the immediate future