Guest
Welcome login
Share/Save
Share/Save
TIBCOmmunity > Products > General Interface > GI 3.2 to 3.7 Development > Conversations
Home   Members Communities
Conversations () Resources () Blogs ()

GI 3.2 to 3.7 Development

Up to Conversations in GI 3.2 to 3.7 Development

Map Multiple nested records using XML Mapper

Created on: Jun 11, 2008 4:05 AM

Hi,

 

Is there a way to map Multiple nested records using XML Mapper Utility? Please, if possible, send me an example.

 

Regards

Govind Davey

Click to view Vic Patterson's profile Aficionado 1,169 posts since
Jul 22, 2008
1. Jun 11, 2008 4:51 AM in response to: Govind
Re: Map Multiple nested records using XML Mapper

Do you have a specific example in mind? Can you post a WSDL with the same parameters you want to see explained?

 

--Vic

Click to view Sriganesh Sangodkar's profile Dabbler 16 posts since
Oct 24, 2008

How do I do something like this in GI 3.5.1?

 

Here is the XML that needs to be mapped to a Matrix:

<a>
<a1>
<a11>abc1</a11>
<b11>def1</b11>
<c11>
<c111>xyz1</c111>
<c111>uvw1</c111>
</c11>
</a1>
<a1>
<a11>abc2</a11>
<b11>def2</b11>
<c11>
<c111>xyz2</c111>
<c111>uvw2</c111>
</c11>
</a1>
<a1>
<a11>abc3</a11>
<b11>def3</b11>
<c11>
<c111>xyz3</c111>
<c111>uvw3</c111>
</c11>
</a1>
</a>

 

The Matrix needs to look like this:

a11b11
c111
abc1 def1 xyz1,uvw1
abc2 def2 xyz2,uvw2
abc3 def3 xyz2,uvw3

 

Thanks

Click to view Sriganesh Sangodkar's profile Dabbler 16 posts since
Oct 24, 2008

I guess my question is how do I dothe above using the XML Mapping Utility only.



More Like This

  • Retrieving data ...