I've got a Bean that is a member variable of another bean which is being returned from a service. The Bean's members (the member bean that is) are mostly custom objects (created from WSDL2Java with a XSD enumeration type) and a couple are NMTokens. When I look at the wire I see that all I get is <ns1:objectName/> and none of the attributes are listed.
I have gone into the service and used some gets and toStrings to see that these attributes are being set on the object. Furthermore, I know that the object itself is being attached because I'm not getting <ns1:objectName xsi:nil="true"/> Any idea on how I can get these attributes to show? Thanks for your time, -Wes
