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 Business Studio - BPM Edition itself or begin by using a WAR file created outside of TIBCO Business Studio - BPM Edition. 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 theweb.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.
- In TIBCO Business Studio - BPM Edition: See Adding a Reference in TIBCO Business Studio
- Outside of TIBCO Business Studio - BPM Edition: See Adding a Reference Outside of TIBCO Business Studio
Subtopics