Activation (Communications Industry) (MOSC)

MOSC Banner

Web service cartridge not working in ASAP 7.2

edited Jun 3, 2013 11:40AM in Activation (Communications Industry) (MOSC) 1 commentAnswered
The standalone code in ASAP server seems to work fine but when tried through connection handler seems to not progress.
The objective of the connectionhandler is to get a port so that the service on the remote WSDL can be invoked. We have the following statement in the code which works fine when run as a standalone:

URL url = new URL("http://<serverip>:<port>/provisioning/SessionControlEndpointSlsb?wsdl");
QName qName = new QName(URI, "SessionControlEndpointSlsbService");
Service service=Service.create(url, qName);

But when we include the statement to run in ASAP's ConnectionHandler class, nothing happens.
This is what we find in the ASAP.Console for the first time:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center