
My goal is to create a button that will do a SOAP API call to obviously somewhere external. I managed to get the XML working within the program SOAPUI so now I'm looking for a way to implement this in business central so that if I press the button it will perform the same action as it does when i run the request in SOAPUI. Only problem is that I have no clue on how to implement this piece of XML code in Business central so that this will work.
For added info: the call is made to a WSDL file.
Any help would be most welcome.
Hello,
This would require you to build an Extension (Customization). There are a lot of development resources here: docs.microsoft.com/.../devenv-get-started
If you have access to the readiness learning as a partner, there is a lot of training material here: docs.microsoft.com/.../readiness-learning-developers
Thanks,
Chris