Adding a Reference to a WebApp Component with Implementation Type as WAR

You can begin by creating a WAR file with the reference details in TIBCO ActiveMatrix Business Studio itself or begin by using a WAR file created outside of TIBCO ActiveMatrix Business Studio. In both cases, make sure:

  • Reference code is defined using @Reference annotations in the servlet file.
  • All the servlets using the @Reference annotation are defined in the web.xml file.
  • The interface JAR files of the WSDL file are available in the WEB-inf/lib folder.

For more information about creating the WAR file, see the following sections.