123456789101112131415161718192021222324252627282930 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: CPS
- ##
- ## Description: Cognos Portal Services SOAP Toolkit.
- ##
- #
- # Section: SOP
- #
- # Description: CPS messages generated by SOAP package.
- #
- cps.soap.httperrorreturned = CPS-SOP-3000 The target server returned the HTTP error response code "{0}", with the error message "{1}".
- cps.soap.parseresponsefailed = CPS-SOP-3001 Unable to parse the SOAP response returned by the target server. The parse error occurred on line "{0}".
- cps.soap.missingenvelopeelement = CPS-SOP-3002 The target server returned an invalid SOAP response. The root element name "{0}" is not supported.
- cps.soap.invalidsoapmessage = CPS-SOP-3003 The target server returned an invalid SOAP response. The server expected SOAP Body or SOAP Header, but instead recieved " {0}".
- cps.soap.failedtoresolveelement = CPS-SOP-3004 The element "{0}" with namespace URI "{1}" returned in the SOAP response by the target server cannot be resolved.
- cps.soap.soapfaultencountered = CPS-SOP-3005 The target server returned a SOAP Fault.
- cps.soap.invalidfaultelement = CPS-SOP-3006 The target server returned a SOAP Fault. However, the returned SOAP Fault is not SOAP 1.1 compliant because the element "{1}" it contains is not supported.
- cps.soap.couldnotresolvefaultcodeprefix = CPS-SOP-3007 The target server returned a SOAP Fault. However, the namespace URI prefix in the fault code "{0}" could not be resolved.
|