Expand my Community achievements bar.

Complex Nested Objects WSDL data connection

Avatar

Level 1

Hi,

I have a WSDL file generated from a Webservice which has complex nested objects.

Its basically a nested table within another table.

The Data Sructure Looks something like this.

DataConnection

        |

        MessageBody

               |

               Partners(Table)

                        |

                        item(Table Structure)

                              |

                              Addresses(Table)

                                   |

                                   Address Line(Table Structure)

But when I create the data connection live cycle designer I can only see till "item"  for Partners and the below table Addresses does not come up in the Data View with proper cardinality.

It looks something like this.

DATAConn.jpg

Can anyone help me with this? How do i get the full Data Connection when generated from a Webservice?

1 Reply

Avatar

Former Community Member

You realize that LC Designer only supports simple types it will not know how to deal with objects like you have described.

Paul