InfoPath 2003 and xs: any type

I use exception handling for our BizTalk services, and I have run into a pretty big stumbling block.

To make exception handling as general as possible and therefore to allow us to use it for any BizTalk application, our XML error scheme includes xs: any node into which we can put various data, depending on the actual exception. The generated XML must then be submitted to the user through the InfoPath 2003 form for manual intervention before being submitted to BizTalk.

The problem is that InfoPath 2003 does not like schemas with xs: any node. We would very much like to show the contents of the exception report in the form with all the relevant displayed parameters and all the contents of xs: any node in the text field, since users who can see these messages will be familiar with XML. Unfortunately, I cannot get InfoPath to even load the schema at design time.

Does anyone have any recommendations for achieving what we need, please?

+3
source share
2 answers

, , () InfoPath . xs: , () , - .

0

xs: minOccurs > 0?

http://msdn.microsoft.com/en-us/library/bb251017.aspx#UnsupportedConstructs

, - , InfoPath, . , xs: any ( , ) .

+1

Source: https://habr.com/ru/post/1696616/


All Articles