- or download this
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xm
+lns:soap1="http://www.surgient.com/50/VcsApi/SoapAdapter">
<soap:Header/>
...
</soap1:Login>
</soap:Body>
</soap:Envelope>
- or download this
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xm
+lns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:/
+/www.w3.org/2001/XMLSchema">
<soap:Body>
...
</LoginResponse>
</soap:Body>
</soap:Envelope>
- or download this
#!/usr/bin/perl -w
...
my $something = $soap->Login (1, 'my_username', 'my_password');
print $something;