You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Paco Avila <fa...@gridsystems.com> on 2001/08/10 10:07:43 UTC

Sending a Map object (Hash) from Java to C++

Hi, I can a Map objecto from Java to Java, but I wonder how can I send a Map 
to a client in C++ or Deplhi if those languages don't support Hash type? I have only 
succesfully send a Hash to Perl because Perl have Hash as a var type.