How to access third party webservice functions from NAV50SP1

smmurugansmmurugan Member Posts: 33
Hi friends,

We are using NAV 5.0 SP1. Our requirement is to send unique ID number to third party webservices and retrieve data for the ID. After retrieving we also want to send some confirmation to the third party webservice. (e.g. send PNR number and get details)

Basically I want to access the webservices methods from Navision.

Anyone know how to do this in NAV 50 SP1?

Thanks

SM

Comments

  • ta5ta5 Member Posts: 1,164
    Hi
    Have a look at this:
    http://www.mibuso.com/dlinfo.asp?FileID=539
    There are more examples if you use the search function.

    Basicalliy you create a xmlDocument with xmlDOM and then you send it to the ws using xmlHttp as automation. An xmlDocument will be returned for the answer.

    Hope this helps.
    Thomas
Sign In or Register to comment.