with this client#!perl use strict; use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('Demo') -> handle; package Demo; sub test { my ($self,$msg) = @_; return "msg : $msg\n"; }
poj#!perl use SOAP::Lite; print SOAP::Lite -> uri('http://localhost/Demo') -> proxy('http://localhost/read_xml.cgi') -> test('hello server') -> result;
In reply to Re: Web Service error
by poj
in thread Web Service error
by chuck882
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |