Consume Webservice through SOAP

smic1983smic1983 Member Posts: 27
Hi Experts,
I have to integrate Nav 5.0 with one Java Application. For that kidly explain how to consume a Webservice (which was developed in Java) through SOAP in Nav 5.0.
Thanks.

Comments

  • ara3nara3n Member Posts: 9,256
    Use SOAPUI (free java tool) to connect to their webserivice and get the xml structure you need.

    Build the xml structure using xmlport.

    Then use MSXMLDOM to connect to the webservice and send the xmlfile the xmlport has created.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ta5ta5 Member Posts: 1,164
    This is an excellent example:
    http://www.mibuso.com/dlinfo.asp?FileID=539
    There are two ways mentioned in the example, I prefer xmlHttp.
    Hope this helps
    Thomas
Sign In or Register to comment.