Hello! (Help!)
Does anyone know if bubble is suitable given that the app I intend to build needs to work with APIs that use SOAP/XML?
Is there a workaround suitable for non-coders?
Is there a workaround suitable for developers?
Thank you!
Hello! (Help!)
Does anyone know if bubble is suitable given that the app I intend to build needs to work with APIs that use SOAP/XML?
Is there a workaround suitable for non-coders?
Is there a workaround suitable for developers?
Thank you!
API Connector can sometimes work with it. You need to set body json but you instead create an XML with header to the correct content type.
API Connector can receive XML without problem most of the time (GET request)
Other non-coders solution: Integromat. Have a lot of feature and can work with SOAP/XML.
Dev solution: Plugins. You can create your own request using JS or Node.js
If you give link to API Doc, we can have a better look
Thank you so much for the fast reply.