Looking for scheme definition for working with fixed length messages
If one creates a Fixed Length responder, part of the responder configuration is the "Schema for Modeling Request Payload Using Form Input". Where can I find the specification for these schema files or get an example of a scheme file?
I am going by the assumption that Fixed Length means not only is the length of the message packet a set fixed length but the data/text/values in the body are of known lengths. Something like,
LastName Chars 1-10
FirstName Chars 11-25
Address Line 1 Chars 26-36
...
If this is wrong and not what Parasoft means by fixed length please help me to understand what type of responder is this? Thank you for any assistance.
Comments
-
Please see this help topic for an understanding of what kinds of messages are supported by the fixed length format and how to configure them: https://docs.parasoft.com/display/SOAVIRT9107/Working+with+Fixed+Length+Messages
0 -
@jakubiak Thanks for that reference. It looks like this is what I was looking for.
0