Example Project Folder Structure

Suppose you import the example WSDL above into a Studio project called Library. The imported and generated project artifact names would appear as shown in the Project Folders and Resources column in the table below. Folders that are added by TIBCO BusinessEvents are shown in bold. The example is a concrete WSDL. In the WSDL Source column the source of folder and resource names is given for abstract as well as concrete WSDL sources.

Imported WSDL Project Artifacts
Project Folders and Resources Project Resource Type WSDL Source
Library
Project root folder N/A
  getBook/
Folder For concrete WSDLS:
<wsdl:service>

For abstract WSDLS: <wsdl:service> is not present, so the folder structure starts from the folder created from <wsdl:portType>.

    GetBookPortType/
Folder For abstract and concrete WSDLs:
<wsdl:portType>
      getBook/Events/
TIBCO BusinessEvents folder  
        GetBookRequestMessage
Event
<wsdl:input>

For abstract WSDLs, in <wsdl:portType> section.

For concrete WSDLs, in <wsdl:binding> section.

        GetBookResponseMessage
Event
<wsdl:output>

For abstract WSDLs, in <wsdl:portType> section.

For concrete WSDLs, in <wsdl:binding> section.

      getBook/RuleFunctions/
TIBCO BusinessEvents folder  
        GetBook
Rule function
<wsdl:operation>

For abstract WSDLs, in <wsdl:portType> section.

For concrete WSDLs, in <wsdl:binding> section.

      getBook/Rules/
TIBCO BusinessEvents folder  
         GetBookPortType
Folder Abstract WSDL:
<wsdl:portType name>

Concrete WSDL:

<wsdl:binding type>
           GetBook
Rule
<wsdl:operation>

For abstract WSDLs, in <wsdl:portType> section.

For concrete WSDLs, in <wsdl:binding> section.

Import from Concrete WSDLs Only

If the import is from a concrete WSDL, the HTTP Connection resource, Channel resource and Destination resource are added using details in the <wsdl:service> section of the WSDL.

If the import is from an abstract WSDL, you must create these resources manually.

      getbook/Transports/
TIBCO BusinessEvents folder  
        getBookHTTPPort
HTTP Connection
<wsdl:port>

The host and port come from the <soap:address location>

      Service/
TIBCO BusinessEvents folder  
        getBook
Channel

See Channel Folders .

<soap:address location>

(from the last part of the location URL)

          Service_getBook
Destination

See Destination Names

<soap:operation soapAction>