in reply to How many languages are in your project?

My current project at work:

Replies are listed 'Best First'.
Re^2: How many languages are in your project?
by blazar (Canon) on Jun 24, 2008 at 11:38 UTC
    Gimp Scheme dialect (script to batch produce images for IE6 support)

    I personally believe that you already knew, but perhaps it's worth reminding for the benefit of others that you can write GIMP scripts in Perl too, except that support to do so used to be core in earlier versions of GIMP while now you have to install Gimp-Perl separately.

    --
    If you can't understand the incipit, then please check the IPB Campaign.
      Thanks for the pointer. I already had written a few Scheme plugins for use within the Gimp GUI and this felt quite natural, so I did not look for a Perl module this time.
Re^2: How many languages are in your project?
by Anonymous Monk on Jun 22, 2008 at 23:20 UTC
    Do you use C# for server side or client? I have an off topic question...

    I have a Java web service that takes an Integer (not int, as this parameter can to be null at times). C# client side stub is generated based on wsdl, and it takes arg0 which is int, plus arg0Specified which is bool. However Java side complains about null pointer and fails.

    The same web service can be called successfully from soapUI, so the fault seems reside with C#, any idea?
      Hi, in my case it's the other way round: C# web service (i.e. server side) and Java client web app. Without seeing your code (including the exact web service invocation) and the error message I'm afraid I cannot help and it's really a bit off topic here, it does not even mention Perl ;-)

      Maybe you want to send a private message and / or post your question in a more fitting dicussion forum, e.g. TheServerSide.