Category Archives: webservices

WSF/Perl 1.1

Just uploaded WSF/Perl 1.1 to CPAN. Doesn’t show up there yet but will be available within a few hours. This has many things added since the last release (which was ages ago). You could now do WS-ReliableMessaging, WS-Security, WS-SecurityPolicy. The … Continue reading

Posted in perl, webservices, wsf/perl | Leave a comment

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

Posted in perl, soap, webservices, wsf/perl | 2 Comments

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

Posted in perl, python, ruby, swig, webservices | 3 Comments