melohagan / budibase-datasource-soap

Performs a basic SOAP call to a web service
6 stars 2 forks source link

Budibase-soap

Screenshot 2022-11-24 at 09 38 47

Data is returned in JSON format, but will need to be transformed. Screenshot 2022-11-24 at 09 39 24

Result

Screenshot 2022-11-24 at 09 39 52

Example taken from: https://documenter.getpostman.com/view/8854915/Szf26WHn#0f085690-d6a1-41da-9aac-8d23ababf6bb

Description

Connect to web services using SOAP in Budibase

Find out more about Budibase.

Instructions

To build your new plugin run the following in your Budibase CLI:

budi plugins --build

You can also re-build everytime you make a change to your plugin with the command:

budi plugins --watch