Thank you Phillip, I suspected that much and was in the process of converting to arrays as your note arrived :). Still, there is a Hashtable element in the generated WSDL, so I hoped it might work if I gave it a little help. Unfortunately, the Axis javadoc is sparse and I couldn't find any samples that were clear to me.
-a On 25/12/2007, Philipp Leitner <[EMAIL PROTECTED]> wrote: > > java.util.Properties is a variant of a hashtable. It is very hard to > serialize something like a hashtable in an interoperable way to XML. You > should transform your properties file into something easier to handle. > > As a general rule you should stay away from all java.util.Collections > data structures ... use arrays instead if necessary. > > /philipp > > Aaron Stromas schrieb: > > Hello, > > > > I'm trying to deploy a simple POJO based web service similar to the > > whether example in the Axis2 distribution. The difference is that one of > > the parameters is java.util.Properties. The service receives the > > parameter but it has no values in it. Apparently, I need to do something > > on the RPC client side of things to cause the appropriate serialization. > > Can somebody offer a suggestion? Thanks in advance. > > > > Cheers, > > > > -a > > > > -- > > Aaron Stromas > > mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > Mobile: +972 (0)528 334889 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Aaron Stromas mailto:[EMAIL PROTECTED] Mobile: +972 (0)528 334889
