Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-29 Thread Igor Dayen
I would suggest take a look at WSDL first and check for namespace and qname. Copy thereafter ns / qname into typemapping element of WSDD for Axis 1.x, see below. typeMapping xmlns:ns=some-name-space qname=ns:Array_Of_any type=java:java.util.LinkedList

Re: Axis2 and polymorphism

2007-04-18 Thread Igor Dayen
Is Quadrilateral defined as abstract class? If so - I expect it will be translated into abstract type in WSDL, with subsequent permitting polymorphic types in method signatures. - Original Message - From: Meghna Rao To: axis-user@ws.apache.org Sent: Wednesday, April 18, 2007

DEPLOYMENT QUESTIONS

2007-04-15 Thread Igor Dayen
DEPLOYMENT QUESTIONS === QUESTIONS 1. Can one mix archived and exploded format within axis2 repository? 2. Can one have multiple exploded services within axis2 repository? Below is a sample application tree I would be like to deploy. Thank you. webapps web-app