How does the TIBCO API Exchange Gateway (APIX-G) identify the Facade Operation based on the incoming request's URI only?

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?

Additional Information

http://regexlib.com/(X(1)A(a88ItsidK5fazMtpQ3vWpl7P3bVtAWP1ex80IekBSwdNdmENgvDecSZOAHvk8FK8boE-UGOguQtC3uAwi-aMf6hqXtFjVuNs3gScQiz66-tGv5evvR0Ief3VoLtXSclrnTrmPpREKQ5mLl_8lIUPEfOwNb6tZn31rhkWKAuHaNHzptwpNsYUmbpufnMp6vp20))/CheatSheet.aspx?AspxAutoDetectCookieSupport=1

Attachments

How does the TIBCO API Exchange Gateway (APIX-G) identify the Facade Operation based on the incoming request's URI only? get_app