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
Add photos to your messages with MSN 8. Get 2 months FREE*.
