Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 21st, 2001, 01:53 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
:-O

I was writing to the guys at Devshed an email, about how neat would be a XML-RPC tutorial, specifically with PHP. While I'm at it, I open my browser and check Devshed and I find this.

Creepy. Nifty, but creepy :)

Reply With Quote
  #2  
Old December 21st, 2001, 04:52 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
[no subject]

great job..
this one really rocks!
gives me something to do for the next 3 hrs
ssh-ing.... mug handy...

Reply With Quote
  #3  
Old December 21st, 2001, 03:51 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Hurrą!!!!

Great, I was waiting for something like this!!!

Reply With Quote
  #4  
Old December 23rd, 2001, 12:58 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Another great introduction...

The reason i constantly come back to the devshed site is because of articles like this -- that introduce topics that books and other websites would have you believe very difficult to understand/get started with, in a dead straightforward way!

Keep up the great work!

(Oh, as a side comment... any chance ye want to follow on from this with something on SOAP? ;p).

Reply With Quote
  #5  
Old December 30th, 2001, 07:05 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Two concerns...

In the XML-RPC client example the result of the request is stored in a PHP variable. Since the returned data may also be a struct (in case of a fault), my questions are:

How would the struct data plug into a PHP variable ($result in this case)?

What would be the right way to check what the data realy is (type not value) before you use it further in your script?

Let me know if those are good or stupid questions (I dunno)..

Thanks,

ursus

Reply With Quote
  #6  
Old December 30th, 2001, 07:36 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
WDDX vs. XML-RPC

I actually wanted to ask this question here, but meanwhile I found a good answer. I thought I'd post it here then.. Note that PHP supports WDDX as well. Here it is:

"RPC stands for Remote Procedure Call, a mechanism used by distributed object systems such as DCOM and CORBA. XML-RPC mechanisms, such as DataChannel's WebBroker, are focused on providing a full distributed object protocol using XML and HTTP. Alternatively, WDDX is focused on providing a simple, light-weight data exchange mechanism for Web programming languages. However, it is straightforward to layer an RPC style capability on top of WDDX/HTTP based interactions. A number of developers are doing this already, and we expect standard semantics to emerge to support this kind of application of WDDX. "

Reply With Quote
  #7  
Old December 31st, 2001, 07:39 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Also Hailstone PHP server at codepunk.com


I use Hailstone PHP XML_RPC server
found at http://www.codepunk.com

Excellent interface libraries.

Particularly if you cannot compile
own brand of PHP with options.

Use a cache for compiled PHP script
to improve speed.

IB

Reply With Quote
  #8  
Old January 2nd, 2002, 09:05 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Neat, but nothing new at all!

The article presented here is ok and not a bad introduction. Still, all the
mentioned examples are a bad copy from the original website
http://xmlrpc-epi.sourceforge.net/ Dan Libby has written a great documentation
and even more complex examples.
The author of this article has just replace a few strings. Except that
the examples here are just the same on the original website.
The introduction to XMLRPC itself is also nothing more than just a copy of http://www.xmlrpc.com/spec.
Furthermore, all the introspection functions for documenting RPCs have been
omitted. This leads to bad documentation and bad coding style which new programmers of this topic will learn.

Sorry, his is not meant to be offending, but two links:
o http://www.xmlrpc.com/spec
o http://xmlrpc-epi.sourceforge.net/main.php?t=php_about
would have covered all and more!

I hope the author of this article does not delete my comment!
-Richard

Reply With Quote
  #9  
Old January 23rd, 2002, 09:49 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Neat, but nothing new at all!

perhaps so, but i think the point is that me, and others too will browse devshed, and see a simplified article like this, then try to find out more ourselves - without this article, i may never have discovered this subject!
Perhaps the best thing would be a simple introduction, THEN have the links you mentioned for a bit more in depth stuff.

Reply With Quote
  #10  
Old January 28th, 2002, 05:49 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #11  
Old October 20th, 2002, 06:56 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Alternative PHP XML-RPC Library

I was put off xmlrpc-epi by the need to install a new PHP module... so, I wrote my own library :) IXR is an easy-to-use, object oriented XML-RPC library (both client and server) written in pure PHP. There's plenty of documentation on the web site and so far it has had a positive reception from everyone who has used it.

http://scripts.incutio.com/xmlrpc/

Reply With Quote
  #12  
Old May 27th, 2003, 12:10 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Using XML-RPC with PHP

Using XML-RPC with PHP

December 20, 2001 - Do you want your Perl code on one server to call your PHP functions on another? "Impossible!" you say? Not with XML-RPC. XML-RPC is a standard way for any application to make requests and recieve responses from methods written in any language. Interested? I knew you would be.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #13  
Old May 28th, 2003, 09:22 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If you would like to see an article covering a particular topic, please post your request here.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Using XML-RPC with PHP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT