Hi All,
Suppose I write a WebService in
Java. And, the return type of that webservice is any Java collection say a Map<
String, Object>. Now, as per the webservice definition, I can invoke this webservice from any technology code like C, Perl, C++, .net etc. Now, I am curious to know how that particular collection of Map<String, Object> will be handled by a C, C++, Perl code or any other language code where we don't have any that kind of collection available.
Thanks & Regards,
Vaibhav Garg