Full REST Support for TIBCO BW
TIBCO’s BusinessWorks Plugin for REST and JSON is now available in version 1.1. This version finally includes support to provide RESTful web services in BW (instead of only calling REST services). Implemented REST services can be based on a WADL description, so they can be tested easily with SoapUI.
New in this version: For calling REST web services, a proxy can be set via deployment parameters. Values for proxyHost, proxyPort, proxyUser and proxyPwd can be configured, e.g.:
java.property.com.tibco.plugin.restjson.proxyHost
What’s still missing:
- A wizard to generate RESTful web services from a BW process (like the one for SOAP web services)
- Importing WADL from file
- Exporting WADL to file