- or download this
perl soapclient 98.6
- or download this
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
...
</soap:Body>
</soap:Envelope>
- or download this
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
...
</soap:Body>
</soap:Envelope>
- or download this
my $site = {
action_url =>
...
'http://in2test.lsi.uniovi.es/sqlmutationws/SQLMutationWS.asmx
+',
target_namespace => 'http://in2test.lsi.uniovi.es/sqlmutationws',
};
- or download this
my $request_args = [
{
...
]
},
];
- or download this
package Gantry::Samples::SOAP;
...
} # END do_f2c
1;