1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="CPS" usage="Cognos Portal Services SOAP Toolkit.">
- <section name="SOP" usage="CPS messages generated by SOAP package." type="Messages">
- <string id="cps.soap.httperrorreturned" type="String" errorCode="3000">The target server returned the HTTP error response code "<param name="0" type="integer" usage="integer"/>", with the error message "<param name="1" type="string" usage="string"/>".</string>
- <string id="cps.soap.parseresponsefailed" type="String" errorCode="3001">Unable to parse the SOAP response returned by the target server. The parse error occurred on line "<param name="0" type="integer" usage="integer"/>".</string>
- <string id="cps.soap.missingenvelopeelement" type="String" errorCode="3002">The target server returned an invalid SOAP response. The root element name "<param name="0" type="string" usage="string"/>" is not supported.</string>
- <string id="cps.soap.invalidsoapmessage" type="String" errorCode="3003">The target server returned an invalid SOAP response. The server expected SOAP Body or SOAP Header, but instead recieved " <param name="0" type="string" usage="string"/>".</string>
- <string id="cps.soap.failedtoresolveelement" type="String" errorCode="3004">The element "<param name="0" type="string" usage="string"/>" with namespace URI "<param name="1" type="string" usage="string"/>" returned in the SOAP response by the target server cannot be resolved.</string>
- <string id="cps.soap.soapfaultencountered" type="String" errorCode="3005">The target server returned a SOAP Fault.</string>
- <string id="cps.soap.invalidfaultelement" type="String" errorCode="3006">The target server returned a SOAP Fault. However, the returned SOAP Fault is not SOAP 1.1 compliant because the element "<param name="1" type="string" usage="string identifier"/>" it contains is not supported.</string>
- <string id="cps.soap.couldnotresolvefaultcodeprefix" type="String" errorCode="3007">The target server returned a SOAP Fault. However, the namespace URI prefix in the fault code "<param name="0" type="string" usage="string"/>" could not be resolved.</string>
- </section>
- </component>
- </stringTable>
|