Web Service communication and Events

Hi All,

Currently, I'm using Navision 2009 Classic and would like to integrated with hardware which is only provide Web Service (SOAP via HTTP) to do integration. How to do communication 2 ways between Navision and the hardware via Web Service? How to create events in Navision to receive event from the Web Service?

Answers

  • Peter+is1Peter+is1 Member Posts: 174
    Hi,

    To receive events in NAV, I would create a component outside NAV that talks to the webservice, then use that as a Global Var (type=Automation) and set WithEvents to YES.

    Good luck.
    \\
    The truth exists in seven versions.
  • AngeloAngelo Member Posts: 180
    Is it possible to use CAL only? if you create component means you have to maintain the component and CAL.
  • Peter+is1Peter+is1 Member Posts: 174
    Hi,

    Short answer: No.
    The long answer is about dotNet components and timers and not about C\AL Events.

    This is of course only what I know... Perhaps somebody has a different view and I would love to hear that view because this is interesting terrain. :)

    Good luck.
    \\
    The truth exists in seven versions.
Sign In or Register to comment.