webservice error!

GRUBBYFANSGRUBBYFANS Member Posts: 154
edited 2009-10-16 in NAV Three Tier
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

  • GRUBBYFANSGRUBBYFANS Member Posts: 154
    GRUBBYFANS wrote:
    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, :(:(:(

    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!!! :lol::lol::lol:
  • SHIV_DYNSHIV_DYN Member Posts: 30
    HI,
    I too got the same problem. could u please give me much clarity on
    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,
    Thanks & Regards,
    Shiv
  • GRUBBYFANSGRUBBYFANS Member Posts: 154
    SHIV_DYN wrote:
    HI,
    I too got the same problem. could u please give me much clarity on
    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,

    I don't know the reason,but my method can solved it,maybe microsoft can solved it! :wink::wink:
    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!
  • SHIV_DYNSHIV_DYN Member Posts: 30
    Hi,
    it's working fine. thanks for ur replay.
    Thanks & Regards,
    Shiv
  • GRUBBYFANSGRUBBYFANS Member Posts: 154
    SHIV_DYN wrote:
    Hi,
    it's working fine. thanks for ur replay.
    you are welcome! :P :P
Sign In or Register to comment.