Harshit Machiwar Posted February 1, 2018 Posted February 1, 2018 Hello, I implemented a REST API using spring boot which returns a json to our consumer when consumer hits the rest url, but in actual I have to expose a SOAP URL to my consumers. So my question is that can we convert a Rest service(json) to SOAP web service(xml) using any of the TIBCO software so that we can expose a soap url to consumer and when consumer hits soap url with required parameters, it get call internally to already implemented rest service and getting the xml response.
William Karasz Posted February 2, 2018 Posted February 2, 2018 Absolutely, it is possible. In it's simplest form, your BW project will look like this process flow...
Harshit Machiwar Posted February 2, 2018 Author Posted February 2, 2018 Thanks alot @wkarasz. I am new in TIBCO Products and technology and have very less understanding about it. This would be very helpfull for me if you share steps/procedure,how to create soap based project in BW which invokes rest api and later we expose soap to consumer. Thanks in advance.
Harshit Machiwar Posted February 6, 2018 Author Posted February 6, 2018 while creating same process folw and run ning it, its throws"Errror getting response connection to localhost://8080 is refused" by using soap ui client.
RamaKrishnaBabu Poludasu Posted March 28, 2019 Posted March 28, 2019 Using REST plug in TIBCO bw 5.13 or bw 6x also it is possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now