Skip to content

Commit ce9b9f5

Browse files
committed
Merge pull request #15 from xsalefter/master
RPCProtocol.RPC_HTTPS causing "java.net.socketexception unexpected end of file from server"
2 parents 7dbbf6a + 1123cd4 commit ce9b9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/debortoliwines/openerp/api/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void executeWorkflow(final String objectName, final String signal, final
219219
* @throws XmlRpcException
220220
*/
221221
public Version getServerVersion() throws XmlRpcException{
222-
return OpenERPXmlRpcProxy.getServerVersion(host, port);
222+
return OpenERPXmlRpcProxy.getServerVersion(protocol, host, port);
223223
}
224224

225225
/**

0 commit comments

Comments
 (0)