Forum Discussion

Prudential_UK_A's avatar
Prudential_UK_A
Frequent Contributor
16 years ago

Refactoring fails with xsd extension

Hi,
Our schema contains an element party defined in our xsd. The xsd also has an Individual type that extends party. In our requests we have party elements and we use xsi:type to specify that they are actually Individuals.
When I do a validate of the message t passes ok, however when I do a refactor I get error message "Message did not match old schema: Could not find meta model for firstName in -->" firstName is a child of Individual.
How do I resolve this problem?
Regards
Peter