I have a number of beans I want to serialize to a soap message. I use the
standard beanserializer and that works great, but now I have several fields in
different beans that I don't want to serialize.
Example : Class A {
private String a;
private String b;
private String c;
private String d;
//getters and setters
}
In the output soap message I only want so see the values for a and c.
Thanks you for your help.
Fabien Soldevila
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]