############################################################################### # 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.