Document creation from new xml schema (has older version as well) fails to reflect the new elements

IS version=8.2
Currently, production is using v1 to send xml msg to external service provider’s system X.
Our partner, Airclic, gave us new schema v2 to send xml msg to external service provider’s system Y.
The versions are different, but the name space is same.

Problem: when I tried to generate v2 docs out of the v2 xml schema, IS generated docs that reflects partially v1 and v2.
(Detail about partially…: v2.newDoc has references to v2 complex types but does not show last 3 new elements that are introduced in v2 schema).

Work around: from my local desktop IS server, I deleted v1 and generated docs from v2 schema successfully. Then I copied v2 from my local IS to our DEV IS server.

Not a bad work around.

Hi Joy,

Problem could be two different schemas sharing the same namespace. IS maintains one registry for every namespace. That is why post deletion it worked for you.

Regards,
Namit Verma