I am trying to invoke SOA webservice from Oracle 11g forms using java class import. I am getting below error message from oracle forms ORA_JAVA.LAST_EXCEPTION
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 17 in XML document from class path resource [spring-context.xml] is invalid; nested exception is oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'
We have WSS security enabled in SOA webservice and using spring framework to pass security.
Please could you suggest how to resolve this error