PDA

View Full Version : Using MapPoint WebSerice in Silverlight 2



OlafG
04-27-2008, 10:55 AM
Hi,
I am new to map point and i am trying to develop a prototype application using map point.
I was successful using the map point web services in a windows application using VS 2008.
Now I am trying to use the service in a Silverlight application using Silverlight 2 Beta.
The problem that I have now is that I don't now how to set the ClientCredentials.
The property ClientCredentials seems not to exist in the service wrapper that was created for the Silverlight application. I have also not found any other way to add the client credentials from a Silverlight application.
Can anyone helpme?

Best regards

Olaf

spawen
10-08-2008, 05:58 PM
I have the same issue. I have even though that the documentation is not updated.

As an additional problem, I see as "interfaces" the classes shown in the docs. I cannot use them.

bretterson
10-20-2009, 09:17 AM
What I ended up doing is putting my mappoint service in the web app, and then make a service in the web app that my silverlight app can use. Then I just have to make my service call the mappoint service, and I can pass the credentials there.