Category Archives: perl
Custom SOAP headers using WSF/Perl
SOAP headers are used to convey additional control information that complements the information in the payload. For example WS-Security is one such thing that use SOAP headers to say how integrity and confidentiality should be achieved. Apart from the specs … Continue reading
Scripting language bindings
Besides having the ability to provide a high level and a more developer friendly API, making a scripting language binding to an existing C library could make the testing of the library a less painful process. Initially I was under … Continue reading
WSF/Perl is out there
Initial version of WSF/Perl was released a few weeks ago and I’ve been too lazy to write a blog post about it. You can install it via CPAN. Documentation is available in the familiar POD format. You can find more … Continue reading