Solution design: XSD with ANY type

D

DimonD

Here is the problem.
The business process is the following:
- a user enters a special code
- this code is sent to the server
- the server returns information according to this code. this can be an
error (the code doesnt exist) or a needed information (lots of data in xml)
- the user should see an error desc or a report based on the returned
information.

All the communication between the client and server is based on IBM MQ
Series transport and the data is sent in special XML-envelopes with header
and body, where body is of ANY type - this can be an error desc or a needed
information. For every object in this process we have XSD-scheems.

But how can I create a form with XSD scheem where there is a body of ANY
type? InfoPath doesnt understand this. What is the best way to implement this
solution in InfoPath?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top