CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

CRM Web Services and .net WCF 4.0 not working

edited Mar 13, 2012 12:51AM in CRM On Demand - Web Services Integration (MOSC) 2 commentsAnswered ✓
 I have written web services in .net to integrate .net sites to our CRM server. I want to change my present .net web services to WCF Services. I have done the following:

I have downloaded the Users Custom wsdl, Web Services 2.0.

With the wsdl and Visual Studio 2010, I used the .net svcutil utility to create a .net WCF Service class.

I then tried to get some users using the following code in a console app:

UserClient usr = new UserClient();
UserQueryPage_Input objUserQryParam = new UserQueryPage_Input();
UserQueryPage_Output objUserQryOut = new UserQueryPage_Output();

ListOfUserQuery lq = new ListOfUserQuery();
UserQuery uq = new UserQuery();
queryType qt = new queryType();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center