I am new to PayPal and i want to know which is batter way to implement PayPal, SOAP or NVP API.
And what is the major difference between these two???
|
I am new to PayPal and i want to know which is batter way to implement PayPal, SOAP or NVP API. And what is the major difference between these two???
| |||
|
feedback
|
|
I would recommend using the NVP (Name-value pair, basically POST with data) API over the SOAP API. NVP should be significantly lighter weight than SOAP. There are a few questions already on SO that complain about SOAP. I just was trying to figure out which to use and came upon those. Hope that helps. Also, here's how PayPal describes the NVP API:
Emphasis my own. | |||
|
feedback
|
|
It's better to use the PayPal SOAP API (as i have completely implemented this). donut is correct in saying that NVP is lightweight. But there are 2 main advantages of using SOAP:
I recommend SOAP over NVP, but it also depends upon usage. | |||||
feedback
|
|
I simply think that SOAP is better for a lot of new programmers, who will be more confortable with it cause it s object oriented. But it is quite difficult to find and understand a logic in APIs when you did not create the objects by yourself in it ! NVP is structural so you can create your own objects in your scripts. This version is by more and more extensible !!! | |||
|
feedback
|