Hi,
I need to lookup the
EJB URL from one application to another application which is running in another server.
The remote EJB application available in 'https://test.com/test' (Ex)
I am using the following factory.
Context.INITIAL_CONTEXT_FACTORY - "com.ibm.websphere.naming.WsnInitialContextFactory"
When trying with following provider URL, I am getting 'ServiceUnavailableException'
Context.PROVIDER_URL - "iiop:test.com:2809/test"
Please help to resolve this issue and how should i form the provider URL.
Thanks,
ramailango