Hi, I have a question regarding using ibolt to push a ar order to Business One , using an xml file I keep getting the error "1006 , Internal error(3): Failed to call method: GetXMLelementCount (Illegal XML)" driving me nuts... any help is appreciaed to debug this.. following is the piece of xml i used. <?xml version="1.0" encoding="UTF-8" ?> - <!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by MAGIC SOFTWARE INDUSTRIES (MAGIC SOFTWARE INDUSTRIES) --> - <!-- Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) --> - <Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="New_Order.xsd" orderDate="2004-07-13"> - <CustomerDetail country="US"> <Customer_ID>7</Customer_ID> <Customer_Name>Rachel Ackerman</Customer_Name> <state>Israel</state> <city>Jerusalem</city> <street>King David St.</street> <zip>95464</zip> </CustomerDetail> <OrderNumber>10234</OrderNumber> <Order_Total>799</Order_Total> - <items> - <item partNum="KT0006"> <Product_ID>6</Product_ID> <Product_Name>Mixer</Product_Name> <quantity>1</quantity> <USPrice>75</USPrice> <shipDate>2004-07-25</shipDate> </item> - <item partNum="KT0007"> <Product_ID>7</Product_ID> <Product_Name>Food Processor</Product_Name> <quantity>2</quantity> <USPrice>82</USPrice> <shipDate>2004-07-25</shipDate> </item> - <item partNum="VD0010"> <Product_ID>10</Product_ID> <Product_Name>Television</Product_Name> <quantity>1</quantity> <USPrice>560</USPrice> <shipDate>2004-08-10</shipDate> </item> </items> </Order>