Hi All,
Im trying to send an xml string to a webservice as an input paramter, however it receives the error:’
Server was unable to read request. → There is an error in XML document (5, 4). → The XML declaration is unexpected. Line 5, position 16.’
Here is the xml Doc im trying to send:
<?xml version="1.0" standalone="yes"?>
<ItemDescJde xmlns="http://Integration/itemDesc">
<Table>
<ID>1234VBMRBERRO</ID>
<lineNo>1</lineNo>
<itemNo>9990327</itemNo>
<desc_a> </desc_a>
<desc_b> </desc_b>
<mrp_item>2</mrp_item>
<uom> </uom>
</Table>
</ItemDescJde>
I have tried setting the various pararmeters in the pub.xml:documentToXmlString step of the web service invocation to no avail…
Thanks for any help
#API-Management#soa#webMethods