Can any one guide me how to enable web services in redmine, specially XML RPC. And a proper way to implement such web service in redmine.

Thanks. Parthiv

link|improve this question
feedback

1 Answer

The REST API appears to have been integrated into the trunk a couple of days ago:

Check out Redmine's documentation, with links as to how to use the interface in Ruby and PHP:

However, I think there's only a REST web service interface now, no SOAP nor XML-RPC.

link|improve this answer
thanks for the reply. but i want to implement xml-rpc based web serivces in stable version. I will write out the functions which i need to use on that services, just want to know how to enable basic xml rpc serivces and use it from external xml-rpc client. – Parthiv Jan 20 '10 at 6:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.