cpsservicemsgs_en.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132
  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 authored web services.">
  14. <section name="SRV" usage="CPS messages generated by services package." type="Messages">
  15. <string id="cps.services.failedtoreadwsdl" type="String" errorCode="3500">Unable to read the WSDL from the target server "<param name="0" type="string" usage="URL"/>".</string>
  16. <string id="cps.services.invalidporttypeurl" type="String" errorCode="3501">The WSDL read from the target server "<param name="0" type="string" usage="URL"/>" contains an invalid URL "<param name="1" type="string" usage="URL"/>" for the port with name "<param name="2" type="string" usage="a name"/>".</string>
  17. <string id="cps.services.undefinedservice" type="String" errorCode="3502">The WSDL read from the target server "<param name="0" type="string" usage="URL"/>" does not contain the service "<param name="1" type="string" usage="name"/>" with the namespace URI "<param name="2" type="string" usage="a URL"/>".</string>
  18. <string id="cps.services.invalidwsdlurl" type="String" errorCode="3503">The URL"<param name="0" type="string" usage="URL"/>" specified as the location for the WSDL document is invalid.</string>
  19. <string id="cps.services.nonwebservicefault" type="String" errorCode="3504">The target server "<param name="0" type="string" usage="URL"/>" returned the fault type that is not defined by the Web service and the following message "<param name="1" type="string" usage="error message"/>".</string>
  20. <string id="cps.services.soaprequestfailed" type="String" errorCode="3505">The target server "<param name="0" type="string" usage="URL"/>" is unable to process the request.</string>
  21. <string id="cps.services.noboundporttype" type="String" errorCode="3506">The WSDL returned by the target server "<param name="0" type="string" usage="URL"/>" does not contain an entry for the port with the name "<param name="1" type="string" usage="a port type name"/>".</string>
  22. <string id="cps.services.marshallfailed" type="String" errorCode="3507">Unable to marshall the object "<param name="0" type="string" usage="a class name"/>".</string>
  23. <string id="cps.services.validatefailed" type="String" errorCode="3508">Unable to validate the object "<param name="0" type="string" usage="a class name"/>".</string>
  24. <string id="cps.services.initializefailed" type="String" errorCode="3509">Unable to initialize the object. "<param name="0" type="string" usage="a class name"/>" Details: "<param name="1" type="string" usage="error message"/>".</string>
  25. <string id="cps.services.terminatefailed" type="String" errorCode="3510">Unable to terminate the object. "<param name="0" type="string" usage="a class name"/>"Details: " <param name="1" type="string" usage="error message"/>".</string>
  26. </section>
  27. </component>
  28. </stringTable>