API Connection to Odoo? Trouble connecting

I am new to UiPath and am using the community edition to learn how to use the Orchestrator to connect to Odoo API, but the payload is in the XML-RPC format. External API — Odoo 12.0 documentation

I am able to connect/authenticate, but am not sure how to build a process to send/retrieve any information. Any insights would be great

Thanks

You can use SOAP/HTTP Request Activity to make Calls to you webservice or API

Thanks, attempted to use the Soap request and didn’t seem to work

Use HTTP Instead or Postman to see if Request requires extra Headers or any other parameter to be accepted by your Webservice/API

if any other solution doesn’t work, an option could be using of Python (I saw Odoo API examples made with Python)