Dear all ;
i am tring to create the accounts from mscrm 2011 online to e-conomic through .net using EconomicWebServiceSoapClient i have connected to the e-conomic but when i try to create account from mscrm 2011 that gives me unhandeled exception error. here is my code
where proxy is the object of EconomicWebServiceSoapClient
string connectMessage = Connect();
proxy.Account_Create("1", "test account", ServiceReference1.AccountType.Status);
proxy.Disconnect();