- or download this
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...
..................content of xml file...................
</soapenv:Body>
</soapenv:Envelope>
- or download this
use SOAP::Lite +trace => "all";
...
-> proxy ($ep)
-> call ($method => SOAP::Data->type('xml' => $aanvraag))
;
- or download this
<soap:Envelope
xmlns:wkpb-stuf="http://www.vrom.nl/wkpb/stuf"
...
</wkpb-stuf:c-gensym2>
</soap:Body>
</soap:Envelope>