Показать сообщение отдельно
Старый 02.08.2011, 15:00   #1  
Ahmed Al Abyad is offline
Ahmed Al Abyad
Участник
 
3 / 10 (1) +
Регистрация: 02.08.2011
How can I Integrate Windows mobile with Axapta using Webservice
Hi All;



I would like to connect Windows mobile with axapta using C# code, knowing that I can connect to the Axapta using windows application through the following code:-



try

{

TryWebService.ServiceReference1.Service1Client client = new Service1Client

client.Open(); //this open the axapta which i need it in windows mobile too

}

catch (Exception ex)

{





MessageBox.Show(ex.message);

}



Note: I cant connect to the Axapta through handheld as there is no Service1Client but there is Service which when I take an object from it , it doesn't have function Open() (i.e. there is not client.Open() )



How to connect to Axapta using handheld



Thanks in advance;

Regard's