Revision history of "SOAP Client Perl Exmple"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 00:07, 25 February 2015Dcunningham (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...")