Suppose there is one request (say employeeDetails) expecting employee information in the following sequence (suppose this sequence is defined in the xsd):
- name
- age
- salary
- company
- DOB
- name
- salary (age is expected here)
- age
- company
- DOB
Now in assign activity, if you are not following sequence, then you will get run time fault at that assignment.
Solution:
You can select any assignment the click on the up/down button to make proper assignment.
No comments:
Post a Comment