Roundup Tracker - Issues

Message4639

Author rouilj
Recipients rouilj
Date 2012-09-05.18:16:57
Message-id <1346869018.36.0.935462071381.issue2550749@psf.upfronthosting.co.za>
In-reply-to
When this goes out, the upgrading.txt file should include the following:

==========
If you are using the xml-rpc interface, there is a change
in accessing it. You can not send text/xml data to any
roundup url and get a response, you must use the /xmlrpc
url. For example, if you used to send your xmlrpc request to:

   http://myroundup.com/roundup

you need to change the url to read:

   http://myroundup.com/roundup/xmlrpc

to invoke the xmlrpc handler. This allows us to send xml
data to roundup for other handlers (e.g. REST, SOAP ...)
in the future.
History
Date User Action Args
2012-09-05 18:16:58rouiljsetmessageid: <1346869018.36.0.935462071381.issue2550749@psf.upfronthosting.co.za>
2012-09-05 18:16:58rouiljsetrecipients: + rouilj
2012-09-05 18:16:58rouiljlinkissue2550749 messages
2012-09-05 18:16:57rouiljcreate