Options

Issue in FACTBOX - Page WEB SERVICE

Ravi_ThakkarRavi_Thakkar Member Posts: 392
edited 2009-06-19 in NAV Three Tier
Hello All,

NAV default Database contains Pages having IDs from 9080 to 9125 which are related to Fact Boxes.
I wanted to use those pages on WEB by publishing them as WEB SERVICES.
When I published and tried to add the reference of that web service, system showed me an error shown in attached.

So, how can I use those pages as a web service on web?
Any suggestion will be appreciated.
Thanks in Advance.
Ravi_Thakkar
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    I'm guessing you want the information (facts) back?
    Create a codeunit that takes the necessary parameters and returns the info.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Thanks for reply.
    Yes. That is the last option.
    But, I thought if we are able to access the factboxes pages as web service then it would be better and feasible.
    And would be easy to access the data.

    If we are doing by the way you suggest then if I require to use all the factboxes on web then it wont be feasible.
    Any suggestion?
    Thanks.
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • Options
    ara3nara3n Member Posts: 9,255
    Most of the info on a factbox are flowfields, which are field on the actual table, so you can have the data on the actual page.

    When doing integration, you would want your custom pages/CU. Main reason is that if there is a service pack, that modifies the current page and you are using it as webservice, then you have update your integration.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Hello,

    Thanks for your suggestion.
    Yes, you are right. That can also be done.

    Thanks.
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
Sign In or Register to comment.