W
Weenie the Pooh
I am using a very simple .Net web service as datasource for Infopath.
This web service returns a strongly-typed Dataset with two tables
(Topic and Item) and a parent-child relation (FK TopicId in the Item
table).
Infopath does not interpret correctly the schema. Here is the
structure it shows:
- datafields
--getTopicResponse
---getTopicResult
----ns2:topicDS
-----(choice)
------Topic
------Item
where it should logically be something like
----ns2:topicDS
-----Topic
------Item
Has anyone had the same kind of problem and what is the solution ?
Thank
This web service returns a strongly-typed Dataset with two tables
(Topic and Item) and a parent-child relation (FK TopicId in the Item
table).
Infopath does not interpret correctly the schema. Here is the
structure it shows:
- datafields
--getTopicResponse
---getTopicResult
----ns2:topicDS
-----(choice)
------Topic
------Item
where it should logically be something like
----ns2:topicDS
-----Topic
------Item
Has anyone had the same kind of problem and what is the solution ?
Thank