dynamics crm - After adding CRM web service reference, Retrieve and RetrieveMultiple seem to return XlmlElement -


i'm working crm 4 server. created simple console application , added web service reference using service resides @ http:///mscrmservices/2007/crmservice.asmx?wsdl

now, according sdk, service's retrieve method should return businessentity , rerievemultiple should return businessentitycollection. however, in proxy created on project, these methods return xmlelement...

what's problem? doing wrong?

thanks!

to solve problem had use crm sdk dlls , connect service via them. adding web reference didn't work expected no matter tried.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -