Page 1 of 1

OpenKM_import.sh problem on 6.3.1 community SOLVED

PostPosted:Wed Jan 20, 2016 1:39 pm
by richetti
Hello
I installed the 6.3.1 community on a Centos 6 host .
I'm interested in the OpenKM_import.sh script.
It wasn't working for me and it gave me an error:
Code: Select all
Error logging on to OpenKM server!
Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>The given SOAPAction action does not match an operation.</faultstring></soap:Fault></soap:Body></soap:Envelope>
So I modified the source
From
Code: Select all
--header "SOAPAction:action" --data @- \ 
to
Code: Select all
--header "SOAPAction:" --data @- \
And now it works perfectly !!!

Alessandra Richetti

Re: OpenKM_import.sh problem on 6.3.1 community SOLVED

PostPosted:Thu Jan 21, 2016 10:05 am
by jllort
Hi, I have added a note about your correction at http://wiki.openkm.com/index.php/Bash_document_import

For OpenKM integration I suggest take a look at our SDK's http://docs.openkm.com/kcenter/