Options

Display SOAP with Web Services

jwilderjwilder Member Posts: 263
edited 2009-03-08 in NAV Three Tier
I am working ina VB.net visual studio 2008 environment. I have created a simple project which uses the new web service connector to NAV 2009 (see post http://www.mibuso.com/forum/viewtopic.php?f=32&t=32510 ). How am I able to view the SOAP request/response that happens when I amke the web service call?

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    you will need to use SOAP toolkit to see the xml files structures on what is being sent and received.

    You can use SOAPUI.


    You can use MSXML automation to send xml files and receive xml files from webservice.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    kinekine Member Posts: 12,562
    I recommend to use the SOAPUI. It is free and you can e.g. create SOAP proxy and watch the data exhcanged between clients and servers. There are many other things in the application, e.g. webservice testing, performance measuring etc.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.