more xml-rpc

I dont know how the news went out, but today one guy at work comes upto me and says he wants to use the xml-rpc interface that I had written last week.

Now I need to make it work in php and having a shitty time. xmlrpc lib is php does not support https out-of-the box. It needs libcurl, and its not part of the standard build that we use. By the end of the day, another guy comes in and says he wants to use the rpc interface too. ( this is VC++, so he needs to fig out himself 😀 )

&lt update&gt
Michael Radwin to the rescue. Found libphp_curl, thanks to him. Have the php client running now. Time to rock and roll.
&lt /update&gt

3 Comments

  1. tariquesani · April 30, 2003 Reply

    What did you use for PHP?

  2. admin · May 1, 2003 Reply

    used this

    https://sourceforge.net/projects/phpxmlrpc/

    Is there a better one out there ?

  3. tariquesani · May 1, 2003 Reply

    Re: used this

    This is what we use as well (when we use XML-RPC at all 😉 There are a lot of other classes available but they needlessly complicate matters by splitting the stuff into an http class and an XML class and blah…

Leave a Reply