public void SetService(object sender, EventArgs e) { MyCodeunit.MyCodeunit PLM = new CS.MyCodeunit.Management(); PLM.Credentials = new NetworkCredential(GlobalClass.AppSettings["NAV2009USER"], GlobalClass.AppSettings["NAV2009PASSWORD"]); PLM.Url = GlobalClass.AppSettings["NAV2009WEBSERVICE"] + "Codeunit/Management"; } public void button1_Click(object sender, EventArgs e) { Reply.Text = PLM.ParseCommand(Input.Text); }
Comments
it looks like the my codeunit does not retain any values. for example:
i call the function, i get the response. i call another function, and it looks like i never called the first function.
Does the server create new instance of codeunit every time a function is called?
Microsoft Certified Business Management Solutions Professional
Microsoft Certified Business Management Solutions Specialist
http://www.navisiontech.com
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.