Help for this page

Select Code to Download


  1. or download this
    $soap->proxy('http://endpoint.server/', 
                   proxy => ['http' => 'http://my.proxy.server/']);
    
  2. or download this
    use SOAP::Lite;
      print SOAP::Lite
        -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl')
        -> getQuote('MSFT');