I'm currently working on a project that involves converting a SOAP UI project to a RESTful API. I've done some research, but I'm still a bit unsure about the best approach for this conversion.
Has anyone here successfully converted a SOAP UI project to a REST API before? Could you share any tips or resources that could be helpful in this process?
10-27-2023 10:07 PM
I've use SOAP, and RESTful API, and Authorize Net.
It seem your incoming requests are SOAP, and the results of the Authorize Net communication is stored in the RESTful API.
Is that correct?
11-01-2023 09:40 AM