Link to home
Start Free TrialLog in
Avatar of thermalsun
thermalsunFlag for India

asked on

XML parsing error

I am getting below error for the attached code.

Pls help resolve.

Exception Thrown In InboundMessageProcessor PersistFlexNetXML Method with [Error]: Internal Xml Parse Failed. Aborting Database Transaction. Current XML Node <>, Depth 0, Line 16, Position 14.  [Error]: No Database operation performed with current XML.. [Operation Before exception]: .
<?xml version="1.0" ?>
<WIPJOBLOAD xmlns:ns1="http://integration.my.com/v1/INBOUND/WorkOrder" xmlns="http://integration.my.com/v1/INBOUND/WorkOrder">
            <ns1:WODownload>
                <ns1:TransactionID>WIPLOAD</ns1:TransactionID>
                <ns1:SONumber>SO 3003</ns1:SONumber>
                <ns1:UnitNumber>11</ns1:UnitNumber>
                <ns1:BuildScheduleDate>090713</ns1:BuildScheduleDate>
                <ns1:CustomerName>TRUCKS</ns1:CustomerName>
                <ns1:CustomerDueDate>090710</ns1:CustomerDueDate>
                <ns1:WIPJobNo>WIP001</ns1:WIPJobNo>
                <ns1:ProductionLineNo>8</ns1:ProductionLineNo>
                <ns1:CustomerSpecification>418</ns1:CustomerSpecification>
                <ns1:WOPropertyFlag>1</ns1:WOPropertyFlag>
                <ns1:Status>A</ns1:Status>
            </ns1:WODownload>
</WIPJOBLOAD>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of abel
abel
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kevin Cross
I don't see anything in the XML, but maybe I am missing something.  Think the issue is in your processor.  Do you have the code for processor and can you post with section being referenced by the error noted as line numbers may not match up when posted to code snippet here.