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?
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?