コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4875 ビュー

Hi, I'm evaluating Odoo, and am attempting to connect via XMLRPC to a demo instance. I am following the information on the Exernal API page, https://www.odoo.com/documentation/12.0/webservices/odoo.html. The following returns a Fatal Error : Fatal error: Uncaught Ripcord_TransportException: Could not access https://demo.odoo.com/start. It seems the listed url does not exist (https://demo.odoo.com/start)

PHP Syntax:

$info = ripcord::client('https://demo.odoo.com/start')->start();

I then attempted to access my own demo instance:

$common = ripcord::client("https://MYID.odoo.com/xmlrpc/2/common");

And this yielded the same fatal error.

I made sure that the passwords were correct, and reset to allow for local connections, as stated by the documentation.

Am I missing something?

Jeremy

アバター
破棄
最善の回答

Apparently the PHP code provided in Odoo API doc is not working.

I could connect through PHP thanks to https://thierry-godin.developpez.com/openerp/openerp-xmlrpc-php-en/

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 15
7527
1
3月 15
5431
1
9月 20
7203
0
3月 18
4182
2
7月 16
10774