Re: Exception: Document root element is missing

2005-07-29 Thread Anne Thomas Manes
Although Axis does technically support Vector, you should not use any Java collections in your web service interface. If you want to support interoperability, you should convert your collections to arrays. Anne On 7/27/05, Sreedhar Morangapally <[EMAIL PROTECTED]> wrote: > Hi all, > I'm a novice

Exception: Document root element is missing

2005-07-27 Thread Sreedhar Morangapally
Hi all, I'm a novice in Web Services. I'm using Axis 1.2RC2 with Jakarta Tomcat 4.1.27 for creating Web Services. Although I am able to run simple Calculator and other examples, I am unable to run the Web Services example which contain a method that return a Vector. I know that Vector Class is sup