Hey
all,
I'm using Weblogic
6.0 and Apache SOAP 2.2 and finally got them working well together and can talk
from my EJB's and back. I've got some questions that I would appreciate some
help with:
Let's say that I
have a data structure (Java Bean ) on the server as such:
class DataStruct
implements Serializable{
int
num;
String
name;
Vector
vec;
get...
set...
}
In the admin tool,
how is this set up? The top part is self explanatory, but what if that
Vector in DataStruct contains another structure? What does "Local Part" refer
to? And how is the "Default Mapping Registry Class" used?
Where is the
deployment descriptor created so that I can manually manipulate it if I wish?
And when must one create their own serializer? Can the BeanSerializer be used to
communicate to a MS SOAP client (for instance) or only Java to
Java?
I've looked all
through the documentation and I can't find a clear (to me) explanation of these.
Any heads up or links would be appreciated.
Thanks a
million!
-Paul