How does the TIBCO API Exchange Gateway (APIX-G) identify the Facade Operation based on the incoming request's URI only?
book
Article ID: KB0093068
calendar_today
Updated On:
Products
Versions
TIBCO API Exchange
-
Not Applicable
-
Description
Resolution: APIX uses regular expression to match the URI for Facade operations with no SOAPAction configured. Attached (Filename: URI_testing.txt) is a sample log file showing this behavior. Initially the facade operation was configured with URI as: /basichttp/post . All incoming URIs were accepted. Then it was changed to: ^/basichttp/post$ (in FacadeOperation.cfg) and then only the /basichttp/post URI was accepted.
Issue/Introduction
How does the TIBCO API Exchange Gateway (APIX-G) identify the Facade Operation based on the incoming request's URI only?