OpenERP Server with Web Service

Asked by Tsolmon Narantsogt

Hello fellows.
My aim is make a some web services.
How do i make a web service.

Best regards
Tsolmon

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Numérigraphe
Solved:
Last query:
Last reply:
Revision history for this message
Best Numérigraphe (numerigraphe) said :
#1

Hi,
Most probably, you don't need to "write" a webservice. All the objects, reposrts, workflows etc are already available using XML-RPC - please read http://doc.openerp.com/developer/6_21_web_services/index.html.
If you really really need another protocol or another service, you can hack you way through the server code in "bin/service".
Lionel.

Revision history for this message
Tsolmon Narantsogt (tsolmon) said :
#2

Yeah your right.
Thanks.

Revision history for this message
Tsolmon Narantsogt (tsolmon) said :
#3

Thanks Numérigraphe, that solved my question.