Hi, What I want to do is use one soap client to connect to the same webservice implemented on different platforms(php, glue, axis, perl). The webservice is suppose to return the same "object". I've been able to do this using an Array of simple objects (that contain simple types), but, when I try to have an array, inside one of these objects, it looks like the xml being returned is different based on the implementation and the client complains.
I can get the object if I use an Axis Client to connect to the Axis server, or a glue client to connect to a glue server, etc. What I want to do is use an Axis client to connect up with the various services. Is this even possible? Thanks for any suggestions. Dave. ===== David Mullens Java Programmer Marion, IN __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
