cpssoapmsgs_en.properties 1.7 KB

123456789101112131415161718192021222324252627282930
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: CPS
  12. ##
  13. ## Description: Cognos Portal Services SOAP Toolkit.
  14. ##
  15. #
  16. # Section: SOP
  17. #
  18. # Description: CPS messages generated by SOAP package.
  19. #
  20. cps.soap.httperrorreturned = CPS-SOP-3000 The target server returned the HTTP error response code "{0}", with the error message "{1}".
  21. cps.soap.parseresponsefailed = CPS-SOP-3001 Unable to parse the SOAP response returned by the target server. The parse error occurred on line "{0}".
  22. cps.soap.missingenvelopeelement = CPS-SOP-3002 The target server returned an invalid SOAP response. The root element name "{0}" is not supported.
  23. 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}".
  24. 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.
  25. cps.soap.soapfaultencountered = CPS-SOP-3005 The target server returned a SOAP Fault.
  26. 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.
  27. 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.