To be able to access and use both schemas with same namespace update “
BE_HOME/studio/eclipse/studio.ini” and add below property as a vmarg and restart Studio.
-Dschema.conflictingNS.ignore=true Note: At runtime below warning is reported on startup of the agent when duplicate namespaces defined in project.
<timestamp> <host> Warning [main] - [studio.core] xsd element "request" with target namespace "<namespace>" is already registered at location "file:///<xsdFileLocation>". The resource at location "<xsdFileLocation>" will be ignored.
We recommend avoiding the usage of duplicate namespaces for different schema.