|
Plethora of SOAP help are there in different web sites, But information regaring how this interoperability works is minimal. For example. A java Soap server is sending a vector/hashmap to a perl SOAP client. You cant find any help in this kind of scenarios. I mean how to receive/extract that
Do put some example of how the interoperability between perl/java/c++ data types happens. ( int, string, long, char etc u can see help very often but I am concerned about java vector/hashmap/hashtable/object/nested object etc passing between C++/Java/Perl client )
|