Scripts for Extending a Domain for Advanced Web Service Features

3-6 Getting Started With JAX-WS Web Services for Oracle WebLogic Server

3.2.2 Scripts for Extending a Domain for Advanced Web Service Features

The WebLogic Advanced Web Services for JAX-WS Extension template wls_ webservices_jaxws.jar JAR file includes the following two Python scripts to assist you when extending an existing domain to use the WebLogic Advanced Web Services for JAX-WS Extension template. WseeBufferedResponseQ ueue_server_ designator JMS queue Specifies the queue used for buffered responses. A separate queue is configured on each Managed Server, as specified by server_designator. In a single server domain, the queue is named WseeBufferedResponseQueue . In a clustered domain, each JMS queue is prefixed by dist_. To configure the queues manually, see Configure queues in Oracle WebLogic Server Administration Console Help. WseeBufferedResponseE rrorQueue_server_ designator JMS queue Specifies the error queue used for WseeBufferedResponseQueue for buffered responses that cannot be delivered within the maximum number of retries. A separate queue is configured on each Managed Server, as specified by server_designator . In a single server domain, the queue is named WseeBufferedResponseErrorQueue . In a clustered domain, each JMS queue is prefixed by dist_ . To configure the queues manually, see Configure queues in Oracle WebLogic Server Administration Console Help. WseeStore Logical store Defines the logical store. A separate logical store is configured on each Managed Server targeted by WseeJaxwsJmsModule . The logical store points to the WseeBufferedRequestQueue queue for its configuration and file store. To configure the logical store manually, see Manually Configuring the Logical Store in Programming Advanced Features of JAX-WS Web Services for Oracle WebLogic Server. Note: Before running either script, you need to ensure that the JMS Module is targeted to all servers in the domain. Table 3–1 Cont. Resources Required by Advanced Web Services Features Resource Name Resource Type Description Developing WebLogic Web Services 3-7

3.2.3 Configuring a Domain for Advanced Web Service Features Using the Configuration Wizard