Quantcast
Channel: e-conomic Global API Forum
Viewing all articles
Browse latest Browse all 2527

Creating account from mscrm 2011 online to e-conomic

$
0
0

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();

 


Viewing all articles
Browse latest Browse all 2527

Trending Articles