11
edits
(New page: The original example given uses the original version of xmlrpc, whereas only xmlrpc-2 might be available on your system. The following code worked for me on FC7. Note: * I stripped out a...) |
No edit summary |
||
| Line 3: | Line 3: | ||
* Your compiler will probably complain about using setBasicAuthentication as it is deprecated | * Your compiler will probably complain about using setBasicAuthentication as it is deprecated | ||
* If you get an error like "XmlRpcException: Login Required", you will need to edit your apache conf file per [[Testopia:Documentation:XMLRPC:Apache| this]]. In my case I eliminated the AuthUserFile and Require valid-user. | * If you get an error like "XmlRpcException: Login Required", you will need to edit your apache conf file per [[Testopia:Documentation:XMLRPC:Apache| this]]. In my case I eliminated the AuthUserFile and Require valid-user. | ||
* If you are getting an HTTP 500 response, have a look at your apache logs and see if you haven't hit [https://bugzilla.mozilla.org/show_bug.cgi?id=396399 bug 396399]. The workaround is given in | * If you are getting an HTTP 500 response, have a look at your apache logs and see if you haven't hit [https://bugzilla.mozilla.org/show_bug.cgi?id=396399 bug 396399]. The workaround is given in discussion [http://groups.google.com/group/mozilla.support.webtools/browse_thread/thread/950d3621f12420e9/1613c2cf336cf2a6#1613c2cf336cf2a6 here] | ||
<pre> | <pre> | ||
edits