Tracy,
With the children approach, I get:

 Error #1009: Cannot access a property or method of a null object reference.

Could this be due to the fact that there are multiple <Roles> nodes and not 
just one, so that Roles isn't really a parent node except to one specific 
child?  That is:

 Get__CompIntfc__USER_PROFILEResponse 
  Name: Jim  
  ID  : abc
  Roles:
   Rolename: a
  Roles: 
   Rolename: b
...

instead of:

 Get__CompIntfc__USER_PROFILEResponse 
  Name: Jim  
  ID  : abc
  Roles:
   Rolename: a
   Rolename: b
...

Jim

Reply via email to