Options

Web service usage

DynamicUserDynamicUser Member Posts: 177
edited 2009-04-10 in NAV Three Tier
Can anyone help me to understand how we can use the web services in Navision? Means entering data thru web & it get store in navision database.

Comments

  • Options
    kinekine Member Posts: 12,562
    I recommend you start to study something about WebServices first. After that, you will know how to use them in NAV.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    DynamicUserDynamicUser Member Posts: 177
    Thanks kine.

    Now I am able to see the navision objects (Pages,codeunit) in Visual Studio. When I do "Add Web Service" & It is not showing the complete method under Customer_Service For ex. Insert function is not available.

    Where I can see the function that is used in Customer_Service? & Why it is not showing the method?

    Waiting for early reply.
  • Options
    kinekine Member Posts: 12,562
    You will see the method in the code after you add the web service reference. You are adding reference to the web service, not to the methods.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.