Category Archives: swig

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

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