Developing SOAP web service in Boomi In this blog, we will see how to develop SOAP web service in Boomi. What is SOAP? SOAP stands for simple object access protocol which follows SOA i.e., simple object architecture. It provides a way to communicate between applications running on different technologies. SOAP is based on XML. A […]
In this blog, let us see how to consume SOAP service. To consume SOAP service in Boomi, we have a connector called “web services soap client” through which we can use the service provided by third party API. Here, I am consuming add service from third party API where I give two values i.e., int […]