Migrating 10g code to 11g with AIA components
Hi,
I am a new starter to Fusion and Oracle as well.
I have a 10g code developed with AIA standards.
Now I need to migrate the code to 11g.
I am trying to validate the schemas and wsdls.
I took the entire AIAComponents folder from a working server and stored it locally on my system for working.
I added the folder as source path so that I could correct the references present in the code.
I have a wsdl which when i validate in jdev 10g, it validates without any problem.
I changed the references in the wsdl to point to correct location where the referred AIA schemas are present.
When I try to validate the same wsdl in jdev 11.1.2.0, it throws the below error.
Error creating model from wsdl "file:/***.wsdl": Element "{urn:oasis:names:tc:xacml:2.0:policy:schema:cd:04}CombinerParameters" shows up in more than one properties.The following location is relevant to the above error.
I tried validating the wsdl in eclipse as well but there i am getting a WS-I error.
WS-I: A problem occured while running the WS-I WSDL conformance check: org.eclipse.wst.wsi.internal.analyzer.WSIAnalyzerException: The WS-I Test Assertion Document (TAD)document was either not found or could not be processed.The WSDLAnalyzer was unable to validate the given WSDL File.
Can somebody guide me what could be the issue or if I am doing something wrong?
Regards,
Ritesh
Edited by: 826033 on Jan 6, 2011 4:12 AM