cpssoapmsgs_en.xml 2.7 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  13. <component name="CPS" usage="Cognos Portal Services SOAP Toolkit.">
  14. <section name="SOP" usage="CPS messages generated by SOAP package." type="Messages">
  15. <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>
  16. <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>
  17. <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>
  18. <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>
  19. <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>
  20. <string id="cps.soap.soapfaultencountered" type="String" errorCode="3005">The target server returned a SOAP Fault.</string>
  21. <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>
  22. <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>
  23. </section>
  24. </component>
  25. </stringTable>