cancel
Showing results for 
Search instead for 
Did you mean: 

Error while validating Input schema

0 Kudos

HI All,

I am trying to validate input schema in adapter engine. We are using SOAP Adapter and we are using wsdl files which intenally refers some other xsd files. I have placed all the xsd's in server. But i am getting the following error.

"com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessageFormatException: sch-props-correct.2: A schema cannot contain two global components with the same name; this schema contains two occurrences of 'http://eie.isscf.forces.gc.ca/EIE/2012/01/31/SupplyMateriel/Domain/MobilityKitStock,WorkOrder_ID'."

Any clue on how to solve the above error. without changing the schema.

Accepted Solutions (0)

Answers (2)

Answers (2)

anupam_ghosh2
Active Contributor
0 Kudos

Hi

http://eie.isscf.forces.gc.ca/EIE/2012/01/31/SupplyMateriel/Domain/MobilityKitStock,WorkOrder_ID

and import the same in mapping as external definition.

Regards

Anupam

iaki_vila
Active Contributor
0 Kudos

Hi Sudahree,

do you need to use message mapping?, if you dont need it you can use dummy schema for the receiver SOAP, in other case your schema is wrong and you should to change it.

Regards.