Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: SOAP::Transport::HTTP::Daemon and XML

by erroneousBollock (Curate)
on Nov 22, 2007 at 04:05 UTC ( [id://652301]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         my $soap = SOAP::Transport::HTTP::Server
            -> new(%args) 
    ...
         $soap->handle;
         my $response = $soap->response;
    
  2. or download this
    my $soap = SOAP::WSDL->new();
    $soap->wsdl('file:/path/to/file.wsdl'); 
    $soap->proxy('http://server/service.cgi');
    $soap->wsdlinit(caching => 1);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://652301]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found