Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope 
    ...
        </in0>
      </ns1:getCoolFunction>
    </SOAP-ENV:Body></SOAP-ENV:Envelope>
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope 
    ...
         </soap:Body>
       </soap:Envelope>
    
  3. or download this
    $queryResult = new SOAP::Lite->uri($uri)->proxy($proxy)->$command({coo
    +lName=>"Foo", coolType=>"Bar"});