Linda Chan | 6b334ba | 2007-05-17 20:08:12 +0000 | [diff] [blame^] | 1 | #
|
| 2 | #************************************************************************
|
| 3 | # Copyright (c) 2007 Actuate Corporation.
|
| 4 | # All rights reserved. This program and the accompanying materials
|
| 5 | # are made available under the terms of the Eclipse Public License v1.0
|
| 6 | # which accompanies this distribution, and is available at
|
| 7 | # http://www.eclipse.org/legal/epl-v10.html
|
| 8 | #
|
| 9 | # Contributors:
|
| 10 | # Actuate Corporation - initial API and implementation
|
| 11 | #
|
| 12 | #************************************************************************
|
| 13 | #
|
| 14 | # Externalized messages of the Web Services Data Source Designer
|
| 15 |
|
| 16 | #page.type.name
|
| 17 |
|
| 18 | # Common
|
| 19 |
|
| 20 | # WebServiceSelectionPage
|
| 21 | webServiceSelectionPage.message.default=Web Services Data Source
|
| 22 | webServiceSelectionPage.message.error=Specify the SOAP End Point URL or Select a WSDL Descriptor
|
| 23 | webServiceSelectionPage.group.wsdl=WSDL Descriptor
|
| 24 | webServiceSelectionPage.group.endPoint=SOAP End Point
|
| 25 | webServiceSelectionPage.group.customClass=Custom Connection Class
|
| 26 | webServiceSelectionPage.label.wsdl=If the WSDL descriptor of the Web Services is available, enter its URL or browse to its location in the local file system
|
| 27 | webServiceSelectionPage.label.wsdlURI=WSDL URL or Location:
|
| 28 | webServiceSelectionPage.label.endPoint=Specify the SOAP End Point URL. This value is optional if a custom connection class is used
|
| 29 | webServiceSelectionPage.label.customClass=If connection and query to the Web Services is made through a custom Java class, enter the fully qualified class name here
|
| 30 | webServiceSelectionPage.button.browse=Browse...
|
| 31 |
|
| 32 | # OperationPage
|
| 33 | operationPage.message.default=Select an operation defined in the data source's WSDL descriptor
|
| 34 | operationPage.label.selectOpearation=Selected Operation
|
| 35 | operationPage.label.document=Documentation
|
| 36 |
|
| 37 | # SoapRequestPage
|
| 38 | soapRequestPage.message.default=Edit the SOAP request template of this data set. You may leave the text empty if your data source's custom connecion class code does not require a query text
|
| 39 | soapRequestPage.button.generateTemplate=Generate Template
|
| 40 | soapRequestPage.button.insertParameter=Insert\n Parameter...
|
| 41 | soapRequestPage.button.clear=Clear
|
| 42 |
|
| 43 | # ParameterInputDialog
|
| 44 | parameterInputDialog.column.name=Name
|
| 45 | parameterInputDialog.column.type=Data Type
|
| 46 | parameterInputDialog.column.defaultValue=Default Value
|
| 47 |
|
| 48 | # SoapResponsePage
|
| 49 | soapResponsePage.message.default=Edit the SOAP response
|
| 50 | soapResponsePage.group.schema=Select SOAP Response Schema
|
| 51 | soapResponsePage.group.xml=Select Sample SOAP response message
|
| 52 | soapResponsePage.radio.defaultSchema=Use operation response schema defined in data source WSDL
|
| 53 | soapResponsePage.radio.externalSchema=Use external XML schema file:
|
| 54 | soapResponsePage.radio.endPoint=Query Web Services at SOAP end point:
|
| 55 | soapResponsePage.radio.externalXML=Use external sample data file
|
| 56 | soapResponsePage.button.browse=Browse...
|
| 57 | soapResponsePage.button.connect=Connect Now
|
| 58 |
|
| 59 | # XMLTableMappingPage
|
| 60 |
|
| 61 | # XMLColumnMappingPage |