Re: REST testing

2015-09-13 Thread Rob Andrew
SOAP UI? On Sun, Sep 13, 2015 at 4:48 pm, Greg Keogh < gfke...@gmail.com [gfke...@gmail.com] > wrote: Folks, in recent months I've been doing lots of REST call testing. I use the scratchpad of Fiddler to select and send some request lines, then look at the traffic in the inspector panes. The

Re: REST testing

2015-09-13 Thread Greg Keogh
> > SOAP UI? > Hmmm yes, very impressive, perhaps too impressive, like a Swiss Army knife with sledgehammers. I'll give it a bash though next week to see if a subset of the free version features does what I want. I'll let you know. And yes Joseph, you know me too well ... Chrome is OUT! *GK*

PayPal Integration

2015-09-13 Thread 罗格雷格博士
Hi Folks, Been using eWay for ages and integrating with it was pretty trivial. Wanting to add PayPal now (to existing MVC app in VS2015). Been reading the developer doco and it seems like a convoluted mess. Presumed one of you must have been doing this lately. I need to know the outcome for

Re: REST testing

2015-09-13 Thread Joseph Cooney
Postman app is quite good. It is a chrome app Greg, I know how much you love chrome On Sep 13, 2015 4:48 PM, "Greg Keogh" wrote: > Folks, in recent months I've been doing lots of REST call testing. I use > the scratchpad of Fiddler to select and send some request lines,

REST testing

2015-09-13 Thread Greg Keogh
Folks, in recent months I've been doing lots of REST call testing. I use the scratchpad of Fiddler to select and send some request lines, then look at the traffic in the inspector panes. The trouble is that my scratchpad is getting longer than a Thomas Pynchon novel, so I was wondering if others

Re: PayPal Integration

2015-09-13 Thread Stephen Price
I was looking at the options recently but have only gotten to the decision made step, implementation will come later. I chose https://stripe.com/au/features Don't have anything like a readers digest post but their docs look good with examples for many languages. I enquired about eWay some time

Re: REST testing

2015-09-13 Thread Stephen Price
Obviously, it's a trust issue. I think you should download the source code, examine all of the code so you know it has no security/privacy issues, remove anything that concerns you and then you should be able to install Postman. Source code here: https://www.chromium.org/Home I believe there is

Re: REST testing

2015-09-13 Thread Greg Keogh
> > Obviously, it's a trust issue. > No, Google's informal motto is "Don't be evil" so I would trust them with my data and my life. *GK*

Re: REST testing

2015-09-13 Thread Thomas Koster
Greg, On 13 September 2015 at 16:48, Greg Keogh wrote: > Folks, in recent months I've been doing lots of REST call testing. I use the > scratchpad of Fiddler to select and send some request lines, then look at > the traffic in the inspector panes. The trouble is that my

Re: PayPal Integration

2015-09-13 Thread Craig van Nieuwkerk
I have integrated with Stripe as well and it is great. Very easy, everything PayPal should be but for some reason isn't. PayPal just needs to draw a line in the sand with their old API(s), deprecate them, and build something new and easy like Stripe. On Mon, Sep 14, 2015 at 12:53 PM, Stephen

Re: PayPal Integration

2015-09-13 Thread 罗格雷格博士
Yep I like Stripe and eWay was quite simple but bunches of clients want to use PayPal plus it seems to do the best multicurrency work. I presume the increasing preference for PayPal is to only have one set of card details online instead of at numerous gateway sites. Regards Greg Dr Greg Low