SOAP Client Perl Exmple: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 February 2015

  • curprev 00:0700:07, 25 February 2015 Dcunningham talk contribs 663 bytes +663 Created page with "<code><pre> #!/usr/bin/perl -w use strict; use Data::Dumper; use SOAP::Lite; my $proxy = 'http://127.0.0.1/api/soap/'; my $username = 'soaptest'; my $password = 'soappw'; my..."