Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The processing instruction target matching "[xX][mM][lL]" is not allowed.

ParthibHWNov 7 2013 — edited Nov 14 2013

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>

This post has been answered by Frank.Hampshire-Oracle on Nov 11 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2013
Added on Nov 7 2013
5 comments
5,324 views