Re: [rspec-users] How to Spec a Web Services Client

2009-04-12 Thread Stephen Eley
On Sun, Apr 12, 2009 at 4:03 PM, Stephen Eley wrote: > > I just had the same challenge with a SOAP client I'm building that > hits a fairly complicated service.  My solution was to generate a > dummy SOAP server that accepts the right calls and returns the right > kinds of dummy answers. Oh -- I

Re: [rspec-users] How to Spec a Web Services Client

2009-04-12 Thread Stephen Eley
On Sun, Apr 12, 2009 at 3:24 PM, s.ross wrote: > I put a pastie out at http://pastie.org/24, which is an implementation > (short) of an XML-RPC client. I'm getting wrapped around an axle trying to > figure out how to spec this without actually hitting the remote server. I just had the same ch