Help for this page

Select Code to Download


  1. or download this
    name    adresss        telf    zipcode
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?> 
    
    ...
    </complexType> 
    
    </schema>
    
  3. or download this
    <?xml version="1.0" enconding="utf-8" ?> 
    
    ...
    </wsdl:service> 
    
    </wsdl:definitions>
    
  4. or download this
    #!/usr/bin/perl -w 
    use SOAP::Lite; 
    ...
    print SOAP::Lite 
    ->service('file:/home/user/rafael/webservice.wsdl') 
    ->webservice('name', 'adress', 'telf', 'zipcode');