Using XML Port with web services

raykaranupraykaranup Member Posts: 4
Hi All ,

I need to integrate Navision G/L part(Voucher) with a 3rd party application where in they will be send the information through webservices and in turn i have to insert those records into the Journal Voucher .

How do i go about achieveing this task .

I was thinking abt using XML port , and then run the codeunit

Plz let me know if there are any other alternatives.

Regards
Anup

Comments

  • Ian_BachusIan_Bachus Member Posts: 21
    Hi,

    This might help you:

    http://community.dynamics.com/blogs/navteam/comments/44436.aspx

    I was actually looking at doing something like this but I went a different direction.

    Good luck!
  • raykaranupraykaranup Member Posts: 4
    Hi ,
    Thnx for that link can you let me know what steps you followed, if its useful then i will try that as an alternative
  • raykaranupraykaranup Member Posts: 4
    I had one more small challenge

    how do i increment the Document number when i run the codeunit through webservices.

    awaiting your reply
  • Ian_BachusIan_Bachus Member Posts: 21
    Sorry for the late reply. I am working on a project that interfaces to an RF scanner using Web Services. I was going to pass XML back and forth but we used functions instead so I never implemented the method that was discussed in the link I posted.

    You could use the No. Series Management to increment the Document No. You could look at how, for example, the Purchase Order increments the "No." field for ideas.
Sign In or Register to comment.