SERVICE (for manifest)
The SERVICE
element specifies the path to a Web services application
configuration file (xcf) in an archive file.
Syntax
This element takes a mandatory
xcf
attribute.
[
<SERVICE xcf='xcf_fileName'></SERVICE>]
[...]
- The xcf_fileName specifies the configuration file for the Web service.
Child elements
There are no child elements.
Usage example
If your Web services application xcf files were in the
/xcf directory of your archive, you would define them as shown. The
applications specified must be in the
archive.
<MANIFEST>
<DESCRIPTION></DESCRIPTION>
<TRIGGERS></TRIGGERS>
<RESOURCES></RESOURCES>
<APPLICATION></APPLICATION>
<APPLICATION></APPLICATION>
<SERVICE xcf='xcf/webserviceApp1.xcf'></SERVICE>
<SERVICE xcf='xcf/webserviceApp2.xcf'></SERVICE>
</MANIFEST>
Parent elements
This element is a child of the MANIFEST
element in MANIFEST file