Hi folks I've a method which returns an ArrayList in my Axis rc2 installed on Tomcat.. I want to get this ArrayList within the .net env.. thru the Axis generated wsdl. How should I write my deploy.wsdd in order to make it work? For instance . <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <service name="AddFunction1Service" provider="java:RPC"> <parameter name="className" value="AddFunction1"/> <parameter name="allowedMethods" value="*"/> <beanMapping qname="??" xmlns:myNS="??"-- what shud go in here? languageSpecificType="java:java.util.ArrayList"/> ?? </service> </deployment> _Sameer