Hi
When I try to login into openkm by using client I always get error: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection timed out: connect
OKMAuthService okmAuthService = new OKMAuthService();
OKMAuth okmAuth= okmAuthService.getOKMAuthPort();
// Login
String token = okmAuth.login(userName, password); // throws ClientTransportException
How I can resolve my problem? I can login into openkm server by using webapp, but I can't do it by using web service
When I try to login into openkm by using client I always get error: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection timed out: connect
OKMAuthService okmAuthService = new OKMAuthService();
OKMAuth okmAuth= okmAuthService.getOKMAuthPort();
// Login
String token = okmAuth.login(userName, password); // throws ClientTransportException
How I can resolve my problem? I can login into openkm server by using webapp, but I can't do it by using web service