- or download this
$ perl soap-lite-server.pl
Contact to SOAP server at http://127.0.0.1:10013/
...
Terminating on signal SIGINT(2)
$
- or download this
POST http://localhost:10013/ HTTP/1.1
Accept: text/xml
Accept: multipart/*
...
faultdetail = HASH(0x17beb14)
faultactor = http://www.soaplite.com/custom
- or download this
#!/usr/bin/perl --
##
...
1;
} ## end BEGIN
__END__
- or download this
#!/usr/bin/perl --
##
## 2014-07-03-00:50:25
...
print $_[0]->as_string, "\n";
return;
} ## end sub pp_dump