Configuring the Endpoint URL for Transport

In this example, the client side HTTP URL contains "/asg/ba/" string in the endpoint URL to access the server running the Core Engine.

For example, refer to BookQuery project shipped with TIBCO API Exchange Gateway at the ASG_HOME/examples/BookQuery/BookQuery location as follows:

Procedure

  1. Open the ASG_HOME/examples/BookQuery/BookQuery project using TIBCO Designer.
  2. Navigate to BookQuery > Client process.
  3. Double-click QueryByTitleClient to open the process.
  4. Click SOAPRequestReply activity to open it.
  5. Click Transport Details tab. To use the basic authentication, change the endpoint URL as follows:
    • From:
      http://127.0.0.1:9696/ServerProcesses/GetBooksByTitleEndpoint
    • To:
      http://127.0.0.1:9696/asg/ba/ServerProcesses/GetBooksByTitleEndpoint 
      			 
  6. Save the changes to the configuration.