Hi
I'm trying to run a xml-import in navision based on a xml comming from a webservice. I use a msmq to recieve the message and I get it in a codeunit and load a XMLDocument with it. Here I can do a xpath search etc. so it is a valid xml-doc
But if I try and load the stream direct to a xml-port I get an error:
unrecognized input signature.
Line number = 1 Column Numer = 3
My message is:
<?xml version="1.0"?><Customer function="UpdateCustomer"><CustomerNo>12345</CustomerNo><More tags /></Customer>
Can't the xml-parser handle xml-version?
0
Comments
Can you post the code you are using to do this? Maybe an additional pair of eyes will help...