1. TIBCO ActiveMatrix BusinessWorks™ Concepts, Release 6.8, Chapter 7: Developing a SOAP Service, Section: Creating a Process to Implement the Service Operations.
This chapter describes the standard workflow for creating a SOAP service. It states, "When you create a SOAP service, a process is created with a Service activity. The process implements the operations of the service." This confirms that a single process is used to implement the service's operations. The wizard-generated process for a multi-operation WSDL includes a Pick activity with an OnMessage event for each operation, demonstrating the single-process approach.
2. TIBCO ActiveMatrix BusinessWorks™ Bindings and Palettes Reference, Release 6.8, Chapter 16: SOAP Palette, Section: Service.
The documentation for the Service resource explains that it is used to "implement a web service based on a WSDL file." It details how the binding is configured for the operations defined in the WSDL's Port Type, reinforcing that a single service configuration within a single process handles all operations of a given Port Type. The "Receive" action is conceptually handled by the OnMessage event within the process.