filmov
tv
SOAP Web Service Server php Client Perl part 4

Показать описание
Create Web Service with php And Consuming With Perl
Link Perl
note SOAP::Lite Work only With 5.16 you must install perl 5.16
Link WAMP
Link SOAP::Lite
cli PPM | Perl Package Manager to install SOAP::Lite
------------------------------------------------------------------------------------
ppm install SOAP-Lite
------------------------------------------------------------------------------------
-First Step install SOAP::Lite Module
On This Video i create a Web Service with php and consuming with perl script.
check part 1 for SOAP Server with php
------------------------------------------------------------------------------------
use SOAP::Lite;
use strict;
my $client = SOAP::Lite
print $client::add(200,17)::result;
------------------------------------------------------------------------------------
NOTE : youtube don't allow arrow so i change'it with (::) double two points.
Link Perl
note SOAP::Lite Work only With 5.16 you must install perl 5.16
Link WAMP
Link SOAP::Lite
cli PPM | Perl Package Manager to install SOAP::Lite
------------------------------------------------------------------------------------
ppm install SOAP-Lite
------------------------------------------------------------------------------------
-First Step install SOAP::Lite Module
On This Video i create a Web Service with php and consuming with perl script.
check part 1 for SOAP Server with php
------------------------------------------------------------------------------------
use SOAP::Lite;
use strict;
my $client = SOAP::Lite
print $client::add(200,17)::result;
------------------------------------------------------------------------------------
NOTE : youtube don't allow arrow so i change'it with (::) double two points.