Hi, When Axis returns a SOAP response, we get som strange numeric characters in the XML (see the response below). This characters seem to result in "The root element is missing" exception.
Does anybody know why these numbers are returned in the xml and is there a way to avoid them. Thanks and reards, Espen Sommerfelt 201 <?xml version="1.0" encoding="UTF-8" ?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:logDialogEventResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:DialogmasterService"> <logDialogEventReturn xsi:type="xsd:long">100003144496</logDialogEventReturn> </ns1:logDialogEventResponse> </soapenv:Body> </soapenv:Envelope> 0