If you don't have any previous experience with web service I think this is the easiest to get started with, it is also the most limited testing tool I suggested.
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
- Postman (https://www.postman.com/)
- SOAPUI (https://www.soapui.org/tools/soapui/?utm_medium=referral&utm_source=smartbear.com&utm_campaign=prodnav&_ga=2.194169261.1005613546.1632375141-1865722356.1632375141&_gac=1.242934070.1632375142.EAIaIQobChMI_a2toa-U8wIVkZCyCh3mXAHiEAAYASAAEgLdDPD_BwE)
- Webservice studio (https://archive.codeplex.com/?p=webservicestudio)
But it all depends on which protocol and functionality of the webservice.
Thanks for your answer.
It is NAV 2009 R2. Version DK Dynamics NAV 5.0 SP1 (6.00.32775)
Codeunit X
APIFunction(VAR APIXMLDocument:XMLPort)
IF NOT APIXMLDocument.IMPORT THEN
ERROR(GETLASTERRORTEXT)
ELSE
EXIT(Success);
What do you think it is the best tool with this information?
If you don't have any previous experience with web service I think this is the easiest to get started with, it is also the most limited testing tool I suggested.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Thanks for your answers.