Page 1 of 1

Webservice call from SoapUI

PostPosted:Mon Nov 16, 2009 9:44 am
by nicolaijorgensen
Hi!

I\'m running OpenKM from Windows XP - I\'ve started the run.bat script with -b 0.0.0.0 so I can connect from any IP.

However, I get a \"connection refused\" error from SoapIU when I try to call the Login function in the Auth-webservice.

Is there something I have to do for the webservice to run? I can fetch the WSDL with this URL:
http://localhost:8080/OpenKM/OKMAuth?wsdl

Has anyone tried using SoapIU with succes?

On another note, I\'ve also tried the Login function with wget, but get this error:
naj@oase ~ $ wget --debug --post-file=authlogin.xml http://10.1.10.32:8080/OpenKM/OKMAuth DEBUG output created by Wget 1.9.1 on aix4.3.3.0.

--10:43:10-- http://10.1.10.32:8080/OpenKM/OKMAuth
=> `OKMAuth\'
Connecting to 10.1.10.32:8080... connected.
Created socket 3.
Releasing 30051058 (new refcount 0).
Deleting unused 30051058.
---request begin---
POST /OpenKM/OKMAuth HTTP/1.0
User-Agent: Wget/1.9.1
Host: 10.1.10.32:8080
Accept: */*
Connection: Keep-Alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 331

[writing POST file authlogin.xml ... done]
---request end---
HTTP request sent, awaiting response... HTTP/1.1 500 Internal Server Error
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)/Tomcat-5.5
Content-Type: text/xml;charset=UTF-8
Date: Mon, 16 Nov 2009 09:43:08 GMT
Connection: close


Closing fd 3
10:43:10 ERROR 500: Internal Server Error.
Any help would be much appreciated.

/Nicolai