Help for this page

Select Code to Download


  1. or download this
    my $soap_result = SOAP::Lite
        -> service('file:/home/wsdl/Contact_Interface.wsdl') ;
    
  2. or download this
    my $soap = SOAP::Lite
    ->proxy(
        'http://localhost/blah/DummyService');