Category Archives: wsf/perl

Perl embedding woes

While developing server side components that enables providing Web services using Perl bumped into a brick wall. First the requirement is when a client request comes, need to extract the payload and pass it to WSF/C which acts as the … Continue reading

Posted in mod_perl, perl, web services, wsf/c, wsf/perl | 2 Comments

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

SWIG binary string caveat

If you have been working with Web services you might have heard the term MTOM. I was getting MTOM support to work on WSF/Perl and the image that was not getting saved properly. Only the first few bytes was written … Continue reading

Posted in mtom, perl, swig, wsf/perl | 4 Comments