Hi
folks,
I'm trying to
set up a php webservice that has a complex type as a parameter. Do I have
to ensure that there's a java implementation of the complex type in the class
path of any consuming J2ee applications or does axis generate the stuff
dynamically? My complex type is basically a hashmap of Parameter objects
which themselves have an object field which can be any object and a
corresponding class field that indicates the objects type. (an old version of
someone else's code). Is this possible with axis and webservices?
Thanks,
Mark.