Hello, I am having some trouble with getting a php file using the xmlrpc to work properly. I saw the tutorial to create a php xml rpc script but for some reason the only thing that its doing is just displaying "Error" in the web browser when I run it. Without an actual error message, its getting difficult figuring out how this is supposed to work. If anyone knows how to get a php file to work with xmlrpc please let me know. Thank you
This question has been flagged
1
Respondre
7139
Vistes
The openerp xmlrpc api documentation provides a clear example:
Specifically, look at the php section.
doc.openerp.com/v6.1/developer/12_api.html/#working-with-web-services
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
3
de gen. 23
|
10149 | ||
|
|
1
de març 22
|
6928 | ||
|
|
1
de febr. 22
|
7204 | ||
|
|
1
de set. 20
|
8487 | ||
|
|
1
de jul. 20
|
10834 |
I am also running a Windows 7 computer and have xampp installed so that I can use php.
Show the code you are using, and the module versionnumbers from phpinfo()?