Hi, we're calling a java webservice and are trying to passdata to it. Everything works except for arrays. When checking theXML SOAP-ENV:BODY with WireShark we find that the values are notencapsulated properly. For example if the webservice expects anarray of Strings: myArray.push("Hello");myArray.pu...