Content is not allowed in prolog
Hi All,
I have a web services written in CF that has two input parameters. One parameter is an integer and the other parameter is an XML string. In the application that calls this web service, it is passing an wddx packet to this second parameter.
The trouble is, I keep on getting the following error message.
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>coldfusion.xml.rpc.CFCInvocationException: [coldfusion.wddx.WddxDeserializationException : WDDX packet parse error at line 1, column 1. Content is not allowed in prolog..]</faultstring>
I took a look at Ben Nadel's blog on this problem. I have tried trimming out the excessive spaces but it did not solve the problem. I had also looped through the XML string to see if the BOM is the problem; the BOM is not there. And yet, the above message keeps coming on. Can anyone point me to the right directions in solving this error?
Thanks advance,
Monte
