NAV2009R2 sending data using WCF Services

LaurenceSidney1LaurenceSidney1 Member Posts: 2
Hi
We need to send purchase order details to a third party and they are requesting WCF Services as the means to do this.
We have sent them the data via SOAP XML, but they are struggling to read this data in.
Could someone please give me some guidance on how to send the data from NAV2009R2 in WCF format without having to write some form of "wrap-around" but send it straight from NAV?
Hope this post makes sense - it is my first.
Many thanks in advance
:)
LaurenceS

Comments

  • kinekine Member Posts: 12,562
    It is a question of correct SOAP send to them. Try to use fiddler web debugger to catch communication between some test project made in Visual Studio (just add the service, try to call it through simple code). This should create template you need to be able to send from NAV. In most cases it is question of some additional elements in the soap envelope and using correct namespaces.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.