Hi OPA Experts,
I am getting below error when I test below soap request from SOAPUI. It is OTB AdminSmokeTestIO. There is no blank space in xml prolog. Please help. My OPA version is 10.4.4.
16:27:49,851 ERROR [http-8080-1] ERROR com.oracle.determinations.server.plugins.IntegratedObjectCustomServicePlugin - ParseError at [row,col]:[1,320]
Message: The processing instruction target matching "[xX][mM][lL]" is not allowed.
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,320]
Message: The processing instruction target matching "[xX][mM][lL]" is not allowed.
at com.sun.xml.stream.XMLReaderImpl.next(XMLReaderImpl.java:563)
at com.oracle.determinations.siebel.io.metamodel.XMLUtils.skipInnerXML(XMLUtils.java:23)
SOAPRequest:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:io="http://oracle.com/determinations/server/siebel/io">
<soapenv:Header/>
<soapenv:Body>
<io:AssessIO_Input>
<io:assess-request-io>
<io:RepositoryMetadata><?xml version="1.0" encoding="UTF-8"?><EmployeeIO><ListOfEmployee><Employee><Created>01/01/1980 08:00:00</Created><FirstName>Siebel</FirstName><Id>0-1</Id><LastName>Administrator</LastName><LoginName>SADMIN</LoginName></Employee></ListOfEmployee></EmployeeIO></io:RepositoryMetadata>
<io:MappingName>AdminSmokeTestIO</io:MappingName>
<io:IntegrationObjectXMLDoc><?xml version="1.0" encoding="UTF-8"?><EmployeeIO><ListOfEmployee><Employee><Created>01/01/1980 08:00:00</Created><FirstName>Siebel</FirstName><Id>0-1</Id><LastName>Administrator</LastName><LoginName>SADMIN</LoginName></Employee></ListOfEmployee></EmployeeIO></io:IntegrationObjectXMLDoc>
</io:assess-request-io>
</io:AssessIO_Input>
</soapenv:Body>
</soapenv:Envelope>