I'm trying to pass an ArrayList of simple java objects as one of the parameters to invokeBlocking. The call makes it to the service, but the arraylist contains not my objects but a different set of org.apache.axiom.om.impl.llom.OMElementImpl objects. Clearly axis was unable to serialize the java objects. But there were no error messages.
What am I doing wrong? Thanks Ross --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
