I am trying to pass an java.util.ArrayList to my .net client.. Getting the error "Datatype Array is missing".

Following is the wsdd I'm using which deploys the webservice OK on my Axis..

<deployment xmlns="http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
<handler name="print" type="java:LogHandler"/>
<service name="InsuranceOrganizationService" provider="java:RPC">
<parameter name="className" value="com.fits.service.insuranceorganization.InsuranceOrganizationServiceRMI"/>
<parameter name="allowedMethods" value="getDepartments"/>
<beanMapping qname="myNS:ArrayList" xmlns:myNS="urn:BeanService" languageSpecificType="java:java.util.ArrayList"/>
</service> </deployment>


What I may be missing here?

Sameer






_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

Reply via email to