Re: [WebDNA] anyone successfully using webdna with paypal's NVP API?

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101530
interpreted = N
texte = I think what has happened to all of these is that the host has changed =20= their DNS settings slightly. You need to reiterate the host like so.. [TCPConnect host=3D[yourHostHere]][TCPSend skipheader=3DT]GET =20 [yourUrlHere] HTTP/1.0[UnURL]%0D%0A[/unurl]Host: [yourHostHere][UnURL]=20= %0D%0A%0D%0A[/UnURL][/TCPSend][/TCPConnect] It's really important to have the host in there after the HTTP/1.0 tag =20= just in case the recipient server changes their settings. It's not in =20= the webdna manual, but I picked up an O'Reilly book on HTTP/TCP which =20= was really helpful. TC On 27 Nov 2008, at 07:33, Lawrence wrote: > Hi, I'm using paypal for some clients. I'm only using Post forms =20 > with some fields for the validation back to the website. It run's =20 > fine... > What is the point of using the NVP API? On what OS is it running? > Lawrence > > > > Dan Strong a =E9crit : >> I hooked up to PayPal's system a long long time ago =20 >> (2003? ...search the archives for "Paypal"). At the time I did not =20= >> use [TCPConnect]. It was simply a matter of POSTing the order from =20= >> a secure server (https://) and then having a page setup on the same =20= >> secure server to receive the order response from PayPal, which I =20 >> parsed out with WebDNA. It really wasn't all that complicated and =20 >> it worked just fine. But I am not really sure if that pertains to =20 >> what you're doing today, what with all them new-fangled PayPal =20 >> thingamabobbers and whatnot :) >> -Dan >> >> >> On Wed, 26 Nov 2008 14:42:02 -0700 >> Govinda wrote: >>> Hello all :-) Happy Thanksgiving to those who have this holiday >>> >>> I need to implement Paypal's express checkout on a webdna shopping =20= >>> site. >>> We are expecting to go with a webdna [shell] to a php or perl =20 >>> script (as far as I've got into it so far), but I wanted to ask- >>> Is anyone successfully using [TCPconnect] with paypal's NVP API? >>> Every so often someone comes along and says, "I was using =20 >>> TCPconnect for _______, BUT then _________ started happening". >>> >>> Can people give your definitive answer - Is TCPconnect stable? =20 >>> Do people feel there is a pattern in issues relating to this tag? >>> >>> We would love to stay all Webdna for this, since we know it best =20 >>> and can tweak, fast, all we like, ...but we want to set it up and =20= >>> just be done with it for years. >>> >>> Bob Minor, you there? I remember you had integrated paypal into =20 >>> your merchant store product years ago, and I assume you keep it =20 >>> up to date. >>> Do you use TCPconnect? Why or why not? Anyone else? >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Stuart Tremain 2008)
  2. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  3. RE: [WebDNA] anyone successfully using webdna with paypal's NVP API? ("Michael A. DeLorenzo" 2008)
  4. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  5. RE: [WebDNA] anyone successfully using webdna with paypal's NVP API? ("Michael A. DeLorenzo" 2008)
  6. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  7. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (frank@cwolfe.com 2008)
  8. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Toby Cox 2008)
  9. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Lawrence 2008)
  10. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Stuart Tremain 2008)
  11. [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
I think what has happened to all of these is that the host has changed =20= their DNS settings slightly. You need to reiterate the host like so.. [TCPConnect host=3D[yourHostHere]][TCPSend skipheader=3DT]GET =20 [yourUrlHere] HTTP/1.0[unurl]%0D%0A[/unurl]Host: [yourHostHere][unurl]=20= %0D%0A%0D%0A[/UnURL][/TCPSend][/TCPConnect] It's really important to have the host in there after the HTTP/1.0 tag =20= just in case the recipient server changes their settings. It's not in =20= the webdna manual, but I picked up an O'Reilly book on HTTP/TCP which =20= was really helpful. TC On 27 Nov 2008, at 07:33, Lawrence wrote: > Hi, I'm using paypal for some clients. I'm only using Post forms =20 > with some fields for the validation back to the website. It run's =20 > fine... > What is the point of using the NVP API? On what OS is it running? > Lawrence > > > > Dan Strong a =E9crit : >> I hooked up to PayPal's system a long long time ago =20 >> (2003? ...search the archives for "Paypal"). At the time I did not =20= >> use [tcpconnect]. It was simply a matter of POSTing the order from =20= >> a secure server (https://) and then having a page setup on the same =20= >> secure server to receive the order response from PayPal, which I =20 >> parsed out with WebDNA. It really wasn't all that complicated and =20 >> it worked just fine. But I am not really sure if that pertains to =20 >> what you're doing today, what with all them new-fangled PayPal =20 >> thingamabobbers and whatnot :) >> -Dan >> >> >> On Wed, 26 Nov 2008 14:42:02 -0700 >> Govinda wrote: >>> Hello all :-) Happy Thanksgiving to those who have this holiday >>> >>> I need to implement Paypal's express checkout on a webdna shopping =20= >>> site. >>> We are expecting to go with a webdna [shell] to a php or perl =20 >>> script (as far as I've got into it so far), but I wanted to ask- >>> Is anyone successfully using [tcpconnect] with paypal's NVP API? >>> Every so often someone comes along and says, "I was using =20 >>> TCPconnect for _______, BUT then _________ started happening". >>> >>> Can people give your definitive answer - Is TCPconnect stable? =20 >>> Do people feel there is a pattern in issues relating to this tag? >>> >>> We would love to stay all Webdna for this, since we know it best =20 >>> and can tweak, fast, all we like, ...but we want to set it up and =20= >>> just be done with it for years. >>> >>> Bob Minor, you there? I remember you had integrated paypal into =20 >>> your merchant store product years ago, and I assume you keep it =20 >>> up to date. >>> Do you use TCPconnect? Why or why not? Anyone else? >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ Toby Cox

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Search Question (2003) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) WebDNA 5 & iTools 7 (2003) BBEdit and WebCatalog 2.0? (1997) Running _every_ page through WebCat ? (1997) again (1998) Running 2 two WebCatalog.acgi's (1996) Problem with updating to 2.1.1 (1998) Robert Minor duplicate mail (1997) SiteGuard Admin Feature ? (1997) Problem with summary on date / inconsequent webcat behaviour (1998) Grep vs WebDNA: square brackets (2002) Sending htmlmail (2007) jpeg upload compression (2002) Electronic delivery (2006) calculating tax rates, mail order solutions and version 2 (1997) Plugin or CGI or both (1997) MacWEEK article help needed (1996) Add to Cart & List of Products (1997) Add to a field (1998)