Manoj Chaurasia Posted April 8, 2014 Share Posted April 8, 2014 Hi, Is it possible to use HTTP "PATCH" method in Tibco Businessworks. We are triggering an Rest API to perform an update operation.The service has to be consumed using PATCH method. I also tried a non-standard header X-HTTP-Method-Override too which is used to override the default Method in Http Request, with no success. Please help! Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted October 23, 2015 Share Posted October 23, 2015 Unfortunately, BW doesn't support HTTP PATCH method as of today, there's an enhancement request for this and it should be fixed soon. PUT could be a workaround option... Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted September 6, 2016 Share Posted September 6, 2016 PATCH is supported on Invoke REST API, refer https://docs.tibco.com/pub/activematrix_businessworks/6.3.3/doc/html/GUID-C5531E95-EA3E-459A-B59C-F0B32C6ACC32.html Link to comment Share on other sites More sharing options...
Hit Pam Posted March 28, 2017 Share Posted March 28, 2017 We had the same requirement , you can use open source java, HTTP Client API to call HTTP Patch method. For more http://www.techjira.com/java/rest/http_patch_verb.html or email me suniwahi@gmail.com Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted March 28, 2017 Share Posted March 28, 2017 Folks, with BW 6.3.5 -PATCH method is now supported in REST Service and Reference Bindings. Refer to theREST Service Bindingand theREST Reference Bindingtopics in theREST Implementation in TIBCO ActiveMatrix BusinessWorksguide for additional details. Link to comment Share on other sites More sharing options...
Kamlesh Dudani 2 Posted March 1, 2019 Share Posted March 1, 2019 TIB_BW_5.14.0_relnotes.pdf New Features HTTP Patch Support The HTTP PATCH method is now supported on the client and the server side Link to comment Share on other sites More sharing options...
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