Help for this page

Select Code to Download


  1. or download this
    my $client = SOAP::Lite
     -> uri($uri)
     -> proxy($proxy)
     -> call($method);
    
  2. or download this
    SOAP::Transport::HTTP::Client::send_receive: POST http://...
    Accept: text/xml
    ...
    Content-Length: 622
    Content-Type: text/xml; charset=utf-8
    SOAPAction: "http://..."