I have started learn webservice program,I saw a Nav blog article,
http://blogs.msdn.com/nav_developer/archive/2009/07/08/how-to-set-dynamically-the-key-and-sort-order-for-the-pages-using-nav-2009-web-services-feature.aspx
but when I have finished CustomerWS PAGE,and I startup webservice,when I click Cust_Ws Service,
the Error :<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideException</faultcode><faultst
I have checked my code,nothing difference between Nav blog and my code,I don't know the reason why Cust_Ws Service can not startup,
Answers
today I have solved this question,when you add webservice in your code,you must clear your CAL code in Page,when you have added the webservice,you can add Navision Code in Page,and this question will be solved!!!
I too got the same problem. could u please give me much clarity on
Shiv
I don't know the reason,but my method can solved it,maybe microsoft can solved it!
when you issue your page in webservice,you must clean out your code in page,then issue it in webservice,and add it in your C# program,then you can add your C/AL code in page,you can solved it!
it's working fine. thanks for ur replay.
Shiv