I have a schema for a web service I'm developing. One of the fields in the schema contains sensitive information, credit card # for example. I need to prevent this field from being returned via the toString() and/or xmlText() methods. Has anyone else handled this? What's the easiest way to do this?
James

