ispman/bin ispman.soap.test.client,NONE,1.1

Atif Ghaffar <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5438

Added Files:
	ispman.soap.test.client 
Log Message:
Simple test client

--- NEW FILE: ispman.soap.test.client ---
#!/usr/bin/perl
BEGIN{
   use FindBin; unshift @INC, ($FindBin::Bin , "$FindBin::Bin/../lib");
}

$|++;

use SOAP::Lite;
my $soap= SOAP::Lite
    -> uri('http://localhost:9999/ISPManSoapServer')
    -> proxy('http://localhost:9999/ISPManSoapServer');

   

my $func=shift @ARGV;


$response=$soap->$func(@ARGV);
$res=$response->result;
print "$res\n";



	



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.