Skip to Content
0
Former Member
Feb 16, 2012 at 11:26 AM

getLogicalPort() returning NULL

21 Views

Hi Experts,

I created a deployable proxy and I am able to lookup the service. But when it comes to call the method getLogicalPort, it returns NULL and I just can't figure out why. Calling getLogicalPort using a standalone proxy works fine. Is there anything wrong with my coding?

InitialContext ctx = new InitialContext();
IndexManagementWS service = (IndexManagementWS) ctx.lookup(mWebserviceKey);
IndexManagementWSViDocument vi = (IndexManagementWSViDocument) service.getLogicalPort();

Or am I missing anything else?

Thanks & Regards

Georg