WebSphere WebSphere Business Integration Message Service Clients for C/C++ and .NET, Version 1.2 Operating Systems: Linux, Solaris, Windows

JNDI Lookup web service

In order to access a COS naming directory from XMS, a JNDI Lookup web service needs to be deployed on a WebSphere service integration bus server. This web service translates the Java information from the COS naming service into a form that XMS applications can read. This web service is not available on all WebSphere service integration technologies. Please refer to the product documentation for details.

To define the web service within XMS applications, you simply need to set the XMSC_IC_URL property of the InitialContext object to the web service endpoint URL. For example, if the web service is deployed on a server host called MyServer, a typical example of a web service endpoint URL is:

wsvc://MyHost:9080/SIBXJndiLookup/services/JndiLookup

Setting XMSC_IC_URL property allows InitialContext Lookup calls to invoke the web service at the defined endpoint, which in turn looks up the required administered object from the COS naming service.

C, C++ and .NET applications can all use the web service. The server-side deployment is the same for XMS C/C++ and XMS .NET, but the way in which the web service is invoked is different:

Related concepts
Supported types of administered object repository
Property mapping for administered objects
InitialContext properties
URI format for XMS initial contexts
Retrieval of administered objects
Related tasks
Creating administered objects
Creating an InitialContext
Installing Message Service Client for C/C++ using the installation wizard
Installing from the command line
Installing Message Service Client for .NET using the installation wizard
Setting up the messaging server environment
Using the XMS sample applications
Related reference
Required properties for administered ConnectionFactory objects
Required properties for administered Destination objects

Concept topic

Terms of Use | Rate this page

Last updated: 25 Oct 2006

© Copyright IBM Corporation 2005, 2006. All Rights Reserved.