RE: Invalid element error with a Collection of Strings

2003-03-02 Thread Rob Cole
Michael, If you control both server and client, I recommend using java's built-in RMI instead of SOAP web services. The whole point of SOAP is so disparate entities that you don't control may still interact. JRMP - Java Remote Messaging Protocol is the java-to-java protocol. -Rob Cole. -Orig

RE: help with src files

2003-03-02 Thread Rob Cole
I think src files are for reference and debug-tracing, or if you want to make modifications.  the import statement imports the object files (class files).   -Original Message-From: Ghershony, Arie [mailto:[EMAIL PROTECTED]Sent: Friday, February 28, 2003 1:02 PMTo: '[EMAIL PRO

Re: happyaxis error

2003-03-02 Thread Steve Loughran
- Original Message - From: "Jeff Greif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 08:17 Subject: Re: happyaxis error > You probably followed the Axis instructions and installed your own copy of > xerces jars. This doesn't work because Tomcat already has it

Re: happyaxis error

2003-03-02 Thread Gianni Pucciani
Alle 17:17, domenica 2 marzo 2003, Jeff Greif ha scritto: > You probably followed the Axis instructions and installed your own copy of > xerces jars. Yes This doesn't work because Tomcat already has its own, and > there is a significant difference between them. Either use Tomcat's xerces > jars,

Re: happyaxis error

2003-03-02 Thread Jeff Greif
You probably followed the Axis instructions and installed your own copy of xerces jars. This doesn't work because Tomcat already has its own, and there is a significant difference between them. Either use Tomcat's xerces jars, or (maybe this will work) replace the ones Tomcat is using (which are

Re: happyaxis error

2003-03-02 Thread Debbie Vasaturo
Yes, I got the same error just yesterday as well. Installing Axis 1.1 with Tomcat 4.1 on Windows 2000. If you get a response as to what the error might be, please forward. thanks. debbie vasaturo - Original Message - From: "Gianni Pucciani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

RE: Invalid element error with a Collection of Strings

2003-03-02 Thread Michael Mattox
I found out my problem, when defining my qn's I made a cut & paste mistake and mixed up class names on two of my names! > org.xml.sax.SAXException: Invalid element in

Invalid element error with a Collection of Strings

2003-03-02 Thread Michael Mattox
I'm working on a project in which a client needs to send a request to a server, the server will execute the request, and then the server returns the result. I'm writing both the client and the server (in Java of course) so if there's any shortcuts I can take here because it's "Java only" that woul