Part of the EllisLab Network
   
 
MVC for geeks
Posted: 04 June 2008 04:34 PM   [ Ignore ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

videos here

Profile
 
 
Posted: 04 June 2008 05:45 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  801
Joined  04-20-2006

Hi hi hi, lol !
My favorite is the V guy!

 Signature 

Un blog seo white-hat expliquant quelques techniques intéressantes sur le seo black hat

Ionize CMS - Webdesigner CMS based on CodeIgniter
www.ionizecms.com

My website: Webagency Too Pixel

Profile
 
 
Posted: 05 June 2008 03:05 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  693
Joined  05-28-2008

Hmm, can anyone explain to me what that soap and restful thing was about? I vaguely remember reading about SOAP in a OO PHP book somewhere. Might dig that up again.

 Signature 

Bramme.net webdevelopment
If I had a nickel for every time someone told me that my idea for melting down coins to make a giant robotic parrot was a bad idea, I would have one kicka$$ giant robotic parrot.

Profile
 
 
Posted: 05 June 2008 04:00 PM   [ Ignore ]   [ # 3 ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

The SOAP vs REST comes down to REST request are using the HTTP protocol more directly than SOAP requests. If i get it right. The xml-rpc library is to make RESTful requests. NuSoap is a known library to make SOAP requests.
But I think other people could explain it better i don’t have much experience in that field.

Profile
 
 
Posted: 05 June 2008 09:21 PM   [ Ignore ]   [ # 4 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  440
Joined  12-13-2007

From what I could gather (and please correct me if I am wrong!) is that SOAP was becoming all popular as a way of communication between servers (we had to use it for working with some freight API) but now people are going BACK to REST principles as you generally dont always need the complexity of SOAP. SOAP from what I know works on top of the HTTP protocol where as REST is more native and therefore ‘more reliable’.

 Signature 

PX Webdesign | The Lab | Personal Blog

Profile
 
 
Posted: 06 June 2008 01:26 AM   [ Ignore ]   [ # 5 ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

Yes that is what i understand aswell. I want to correct a mistake i make: xml-rpc is the base for SOAP as it uses xml marked up data. So basically if you send your requests marked up with xml you are making SOAP(y) requests. If you use any other format they are RESTful requests.

Profile
 
 
Posted: 06 June 2008 03:52 AM   [ Ignore ]   [ # 6 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  693
Joined  05-28-2008

So stuff like JSON etc is REST, but loading xml files is SOAP (I’m talking Ajax atm.)

Anybody know what they stand for?

 Signature 

Bramme.net webdevelopment
If I had a nickel for every time someone told me that my idea for melting down coins to make a giant robotic parrot was a bad idea, I would have one kicka$$ giant robotic parrot.

Profile
 
 
Posted: 06 June 2008 04:33 AM   [ Ignore ]   [ # 7 ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

I said basically because that is not entirely true. RPC and SOAP are message protocols that use xml as metadata. But the xml should be valid as defined in the the SOAP/RPC schema/doctype. So to nuance it; SOAP requests have to send/recieve valid SOAP xml data, most of the other requests are RESTful requests.

For the question of what they stand for, there is a little thing called search engines that can do miracle things wink

Profile
 
 
Posted: 06 June 2008 05:03 AM   [ Ignore ]   [ # 8 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  693
Joined  05-28-2008
xwero - 06 June 2008 08:33 AM

I said basically because that is not entirely true. RPC and SOAP are message protocols that use xml as metadata. But the xml should be valid as defined in the the SOAP/RPC schema/doctype. So to nuance it; SOAP requests have to send/recieve valid SOAP xml data, most of the other requests are RESTful requests.

For the question of what they stand for, there is a little thing called search engines that can do miracle things wink

Lol true. I don’t completely get it, but as long as I don’t need it, I guess I’m good for now :p

 Signature 

Bramme.net webdevelopment
If I had a nickel for every time someone told me that my idea for melting down coins to make a giant robotic parrot was a bad idea, I would have one kicka$$ giant robotic parrot.

Profile
 
 
Posted: 06 June 2008 10:10 AM   [ Ignore ]   [ # 9 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  440
Joined  12-13-2007

Dont really need to know the underlying principles that much - like how you can send emails and know how to and not need to know how smtp etc. works wink

 Signature 

PX Webdesign | The Lab | Personal Blog

Profile