[SoapRMI] Linked List pass in Apache Java

Aleksander Slominski aslom_at_cs.indiana.edu
Wed, 25 Apr 2007 10:41:25 -0500


Anjana Sharma wrote:
> Can I pass a linked list in Java using Apache SOAP? 
maybe if you use SOAP encoding but i would recommend to define what
exactly is your "linked list" in XML schemas so it is programming
language independent and use doc/literal WSDL binding - using XML based
contract will increase chances linked list will work not only for Java
(or even only with Apache SOAP)  but with any Web Service.

best,

alek

-- 
The best way to predict the future is to invent it - Alan Kay