Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am building a silverlight app for CRM 2011 and I was wondering what the best way to retrieve data from the CRM system is.

I have linked in my organisation as a service reference and am able to access that. I have seen a few different ways to retrieve data but they all seem rather complicated. Is there anything like what we can use in plugins such as a fetch XMl query or a simple Service.Retrieve method?

Thanks

share|improve this question
When you attempt to use Service. Retrieve call, what happens? Do you get an error? – Daryl Dec 7 '12 at 13:48
Is your Silverlight app being deployed as WebResource? – Nicknow Dec 7 '12 at 17:10
I haven't actually tried putting in a service.retrieve yet, I wasn't sure of the references needed or if the code was the same for a plugin. Yeah it is, I'm aiming to show it as a pop up from a ribbon button – jimminybob Dec 7 '12 at 17:35

1 Answer

up vote 0 down vote accepted

I am will suggest you to use Silvercrmsoap , it's very easy to use. I have used this in my silverlight projects.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.