Use this page to specify endpoint URL fragments for Web services accessed through Java Messaging Service (JMS) or enterprise JavaBean (EJB) bindings. Fragments are used to form complete endpoint addresses included in published Web Services Description Language (WSDL) files.
To view this administrative console page, click Applications >Enterprise Applications > application_instance > Provide JMS and EJB endpoint URL information.
You can specify a portion, or fragment, of the endpoint URL to be used in each Web service module. In a published WSDL file, the URL defining the target endpoint address is found in the location attribute of the port's soap:address element.
If you are using Web services modules that are configured to use JMS or configured to access EJBs directly, these modules are listed on this panel.
Configuration tab
The URL fragment that is entered as a value is a prefix to which the targetService=property is appended to form a complete JMS URL endpoint. The default value is obtained by examining the installed service's deployment information, for example, jms:/queue?destination=jms/MyQueue&connectionFactory=jms/MyCF.
This information is obtained from the Web service's configured JMS endpoint, which is a Message Driven Bean (MDB) defined by the endpointEnabler command-line tool. You can modify the URL fragment, like add properties. The URL fragment is combined with the targetService property to form the complete URL, for example, jms:/queue?destination=jms/MyQueue&connectionFactory=jms/MyCF&priority=5&targetService=GetQuote.
The URL fragment value entered is a suffix, which is appended to the initial part of the URL obtained by examining the Web service's deployment information. For example, the following URL fragment can be obtained from the EJB's deployment information: wsejb:/com.acme.sample.MyStockQuoteHome?jndiName=ejb/MyStockQuoteHome.
In this case, you can enter the following information in the URL fragment field, jndiProviderURL=corbaloc:iiop:myhost.mycompany.com:2809, which results in this endpoint URL, wsejb:/com.acme.sample.MyStockQuoteHome?jndiName=ejb/MyStockQuoteHome&jndiProviderURL=corbaloc:iiop:myhost.mycompany.com:2809.