I am passing an array of beans via SOAP. The bean simply represents a name/value pair. Two String attributes, name and value. Sometimes the value can be null. On the server-side I put null into the value. When I get it on the client it is converted to the String "null". I can deal with this, but I was wondering if this is the correct behavior, or how can you get a null object on the client?
Jake
