The only catch being ... the class on the distant end would need to know how to deserialize your base64 string, right?
I think this is what I was concerned about -- when both ends are using the same technology (whether Java or .NET), it's pretty easy because you can deploy a class to both ends that knows how to do it. But when you're in a mixed environment (Java on one end, .NET on the other), you have to write two classes, and the format of their serialized string has to be identical.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first