I have an HTTP binding component that pushes all messages to a content based router. When I post an XML message to this component through code it works just fine however when I try to POST the exact same message to it through a simple web page that simply contains a text box for the URL, a text area for the message, and a submit button I get the following error:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Content in not allowed in prolog. Can anyone tell me why I am getting this error? Thank you, Doug
