I am writing a static SOAP response to simply test connectivity. The end users is getting an error "Message: The processing instruction target matching [xX][mM][lL] is not allowed.", which I believe is related to white space. if I observe the response, it looks like there are two blank lines between the header and the body, which I'm guessing is the white space problem. But I can't seem to get rid of it.
Any ideas?
Code:
<script language="Cache" method="OnPreHTTP" arguments="" returntype="%Boolean">
Set %response.ContentType = "text/xml"
Quit 1</script>
<?xml version="1.0"


