Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1e60c01ba855f4b15ba42f277f56e69c3a3fe35f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2001,2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################

#
# Messages for AddWSDLToWSILCommand
#
MSG_ERROR_INVALID_ARGUMENTS=IWAB0055E Invalid command arguments.
MSG_ERROR_ILLEGAL_ARGUMENTS=IWAB0105E Illegal argument.
MSG_ERROR_INVALID_WSDL_URI=IWAB0185E Invalid WSDL URI.
MSG_ERROR_INVALID_WSIL_URI=IWAB0206E Invalid WSIL URI.
MSG_ERROR_UNRESOLVABLE_WSDL=IWAB0405E WSDL is unresolvable.
MSG_ERROR_UNEXPECTED_EXCEPTION=IWAB0451E An unexpected exception has occured.
MSG_ERROR_MALFORMED_WSDL=IWAB0452E WSDL is malformed, error parsing WSDL.
MSG_ERROR_WRITE_WSIL=IWAB0453E Error writing WSIL.

Back to the top