Configuring Corresponding Web Services for Advanced Queue
This topic contains information about how to configure corresponding Web services for AQ. AQ configuration involves configuring JMS messaging between Siebel Business Applications and the Oracle SOA suite using Oracle Advanced Queuing. For more information about this configuration, see Transports and Interfaces: Siebel Enterprise Application Integration.
Use the following procedure to configure corresponding Web services for AQ.
To configure corresponding Web services
Navigate to the Administration - Web Services screen, then the Outbound Web Services view and query for SWI*.
Change the transport to JMS and address as:
jms://queue name@connection factoryqueue name is in the following format:
java:comp/resource/ Resource Provider Name as configured/Queues/queue nameconnection factory is in the following format:
java:comp/resource/Resource Provider Name as configured/QueueConnectionFactories/ QCFQueues must have been created as part of Oracle Application Integration Architecture installation. Refer the queue name in this step.
To locate the Connection Factory Name, log in to Application Server control, and navigate to oc4j_soa ' Administration, then Database Persistence.
Here you can find the Resource Provider Name if it is configured.
Example:
jms://java:comp/resource/AIA_JMS_RP/Queues/AIA_SALESORDERJMSQUEUE@java:comp/resource/AIA_JMS_RP/QueueConnectionFactories/QCFAfter changing the address, click Clear Cache.
If you are using the Communications PIP or the Order-To-Cash PIP, then proceed to one of the following steps:
Communications PIP. Go to Step 6.
Order-To-Cash PIP. Go to Step 7.
For the Communications PIP, configure the following Web services:
SWICreateAdjustment
Example for FMW 10g:
jms://java:comp/resource/AIA_JMS_RP/Queues/AIA_CMUREQADJIOJMSQUEUE@java:comp/ resource/AIA_JMS_RP/QueueConnectionFactories/QCFExample for FMW 11g:
jms://jms/aia/AIA_CMUREQADJIOJMSQUEUE@jms/aia/COMMS_ADJUSTMENT_CONSUMERSWISpecialRatingList
Example for FMW 10g:
jms://jms/aia/AIA_SPECIALRATINGJMSQ@jms/aia/COMMS_SPECIALRATINGLIST_CONSUMERExample for FMW 11g:
jms://jms/aia/AIA_SPECIALRATINGJMSQ@jms/aia/COMMS_SPECIALRATINGLIST_CONSUMERSWISubmitOrder
Example for FMW 10g:
jms://jms/aia/AIA_SALESORDERJMSQUEUE@jms/aia/COMMS_SUBMITORDER_CONSUMERExample for FMW 11g:
jms://jms/aia/AIA_SALESORDERJMSQUEUE@jms/aia/COMMS_SUBMITORDER_CONSUMER
For the Order-To-Cash PIP, configure the following Web services:
SWISubmitOrder_o2c
Example for FMW 10g:
jms://java:comp/resource/DBConnect/Queues/JMSUSER.AIA_QUOTEJMSQUEUE@java:comp/ resource/DBConnect/QueueConnectionFactories/QCFExample for FMW 11g:
jms://jms/aia/AIA_SiebelSalesOrderJMSQueue@jms/aia/AIASiebelCFSWISubmitQuote_o2c
Example for FMW 10g:
jms://java:comp/resource/DBConnect/Queues/JMSUSER.AIA_QUOTEJMSQUEUE@java:comp/ resource/DBConnect/QueueConnectionFactories/QCFExample for FMW 11g:
jms://jms/aia/AIA_SiebelQuoteJMSQueue@jms/aia/AIASiebelCF