somehow the soap_request string data is not displayed previously

posting the soap_request data.

HTML Code:
[QUOTE]SOAP_REQUEST:= <?xml version = "1.0" encoding = "UTF-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
    <ProcessOperationsRequest xmlns="http://www.confirm.co.uk/schema/am/connector/webservice">
      '||L_XML||'
    </ProcessOperationsRequest>
  </soap:Body>
</soap:Envelope>;[/QUOTE]