Answered by:
about using wsdl proxy

Question
-
I read this: http://social.microsoft.com/Forums/en-US/6a4b72ee-d7ed-46f8-acd7-b048e881bb9e/accessing-crm-2011-service-in-net-35-framework-application?forum=crmdevelopment and boil it down to:
- bring in the wsdl web reference into your .net 3.5 project
- paste in the block of code that gets you an IOrganizationService object
But I'm not sure how you go about using the web services from this point. Are you still going to be able to use the CRM classes like EntityCollection, QueryExpression and ColumnSet in order to use RetrieveMultiple?
We have a legacy application in VB.NET 3.5 that now needs to ask CRM for pieces of information. We're putting together a dll to serve it that data. Are we going to have to build SOAP or JSON to talk to CRM?
Tuesday, November 5, 2013 9:43 PM
Answers
-
Hi Thanks for that. You are right the the given version will not work with SDK. Here is the link where they have explained step by step for the alternate approach. http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEsQFjAG&url=http%3A%2F%2Fconsultrikin.wordpress.com%2F2013%2F09%2F19%2Fcrm-2011-c-connect-crm-2011-without-using-sdkusing-net-framework-3-5%2F&ei=opZ5Ur7AJeWQiAf5oICwCg&usg=AFQjCNF-EoXBHThFIkZcXogu9Mv8AywIZQ&sig2=0XQ4uy2-xNpGafHHEcNwtA Hope this helps. Minal
- Marked as answer by mardukes Wednesday, December 18, 2013 3:34 PM
Wednesday, November 6, 2013 1:16 AM
All replies
-
Hi This can be simplified for you if you add reference to CRM SDK in the project. Suggest downloading SDK and referring to examples from there to perform the task you are after. Sky can be downloaded from the links below http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.microsoft.com%2Fen-au%2Fdownload%2Fdetails.aspx%3Fid%3D24004&ei=q3d5UvTuPMbwiAfd0oAw&usg=AFQjCNGkBevv8nzoSR_1mTUz_N0EDk6SzQ&sig2=UQRCKnN7UCqLAxZXYKX_wA MinalTuesday, November 5, 2013 10:59 PM
-
I have the SDK. If I were to mention that within the SDK help it states that it requires .NET framework 4.0 and that I'm developing with framework 3.5, would you add anything to your answer? Are you saying the SDK doesn't require framework 4.0?Tuesday, November 5, 2013 11:33 PM
-
Hi Thanks for that. You are right the the given version will not work with SDK. Here is the link where they have explained step by step for the alternate approach. http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEsQFjAG&url=http%3A%2F%2Fconsultrikin.wordpress.com%2F2013%2F09%2F19%2Fcrm-2011-c-connect-crm-2011-without-using-sdkusing-net-framework-3-5%2F&ei=opZ5Ur7AJeWQiAf5oICwCg&usg=AFQjCNF-EoXBHThFIkZcXogu9Mv8AywIZQ&sig2=0XQ4uy2-xNpGafHHEcNwtA Hope this helps. Minal
- Marked as answer by mardukes Wednesday, December 18, 2013 3:34 PM
Wednesday, November 6, 2013 1:16 AM