Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8a906b4096d85df3b249e0cac540971dc5fce3eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /**
#  * <copyright>
#  *
#  * Copyright (c) 2002-2003 IBM Corporation and others.
#  * All rights reserved.   This program and the accompanying materials
#  * are made available under the terms of the Common Public License v1.0
#  * which accompanies this distribution, and is available at
#  * http://www.eclipse.org/legal/cpl-v10.html
#  * 
#  * Contributors: 
#  *   IBM - Initial API and implementation
#  *
#  * </copyright>
#  */

_EXC_UNABLE_TO_VALIDATE_WSI = Unable to validate WS-I conformance.  An error occured reading the WSDL document {0}.

Back to the top