- or download this
name adresss telf zipcode
- or download this
<?xml version="1.0" encoding="utf-8"?>
...
</complexType>
</schema>
- or download this
<?xml version="1.0" enconding="utf-8" ?>
...
</wsdl:service>
</wsdl:definitions>
- 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');