http://qs321.pair.com?node_id=593906


in reply to Re^2: Seeking advice for testing a web service client
in thread Seeking advice for testing a web service client

For my tests of WWW::Mechanize::Shell, I wrote me Test::HTTP::LocalServer, which allows me to test simple interaction by providing canned responses and logging the incoming requests and outgoing responses. Depending on what you want to do, this might be sufficient for your needs, as all higher-level interaction can be faked by mocking LWP::UserAgent::request I guess.