Hello, I'm a student at San Jose State University trying to understand how SOAP works.
I have been trying to do the same and have been having trouble. Here's what I'm trying to do: class A { String s1; String s2; .... } class B { private String s; private Vector v; private A[] myClassA; public A[] getA() {return myClassA} public void setA(A[] newA) {myClassA=newA} ... } We are trying to send object B using SOAP serialization. I'd also like to mention that my objects are user defined Java beans. Would it be possible for you to furnish me with more details about the deployment descriptors and Soap Mapping registry functions that I should be using in this case. Thanking you, Laxmi Nagarajan __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com