1234567891011121314151617181920212223242526272829303132 |
- <?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 authored web services.">
- <section name="SRV" usage="CPS messages generated by services package." type="Messages">
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <string id="cps.services.marshallfailed" type="String" errorCode="3507">Unable to marshall the object "<param name="0" type="string" usage="a class name"/>".</string>
- <string id="cps.services.validatefailed" type="String" errorCode="3508">Unable to validate the object "<param name="0" type="string" usage="a class name"/>".</string>
- <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>
- <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>
- </section>
- </component>
- </stringTable>
|