1SOAP::Transport::LOOPBAUCsKe(r3)Contributed Perl DocumenStOaAtPi:o:nTransport::LOOPBACK(3)
2
3
4
6 SOAP::Transport::LOOPBACK - Test loopback transport backend (Client
7 only)
8
10 SOAP::Transport::LOOPBACK is a test transport backend for SOAP::Lite.
11
12 It just returns the XML request as response, thus allowing to test the
13 complete application stack of client applications from the front end
14 down to the transport layer without actually sending data over the
15 wire.
16
17 Using this transport backend is triggered by setting a loopback:// URL.
18
19 Sending requests through this transport backend alway succeeds with the
20 following states:
21
22 status: 200 OK
23 code: 200
24 message: OK
25
27 Copyright (C) 2007 Martin Kutter. All rights reserved.
28
29 This file is part of SOAP-Lite, Copyright (C) 2000-2001 Paul Kulchenko.
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
35 Martin Kutter <martin.kutter fen-net.de>
36
37
38
39perl v5.34.0 2021-07-22 SOAP::Transport::LOOPBACK(3)