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]

Reply via email to