com.eviware.soapui.impl.wsdl.support.Constants Maven / Gradle / Ivy
The newest version!
/*
* soapUI, copyright (C) 2004-2011 smartbear.com
*
* soapUI is free software; you can redistribute it and/or modify it under the
* terms of version 2.1 of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*
* soapUI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details at gnu.org.
*/
package com.eviware.soapui.impl.wsdl.support;
/**
* Namespace Constants
*
* @author ole.matzura
*/
public interface Constants
{
public static final String XSD_NS = "http://www.w3.org/2001/XMLSchema";
public static final String XML_NS = "http://www.w3.org/2000/xmlns/";
public static final String WSDL11_NS = "http://schemas.xmlsoap.org/wsdl/";
public static final String SOAP_ENCODING_NS = "http://schemas.xmlsoap.org/soap/encoding/";
public static final String SOAP11_ENVELOPE_NS = "http://schemas.xmlsoap.org/soap/envelope/";
public static final String SOAP_HTTP_TRANSPORT = "http://schemas.xmlsoap.org/soap/http";
public static final String SOAP_HTTP_BINDING_NS = "http://schemas.xmlsoap.org/wsdl/soap/";
public static final String SOAP12_HTTP_BINDING_NS = "http://www.w3.org/2003/05/soap/bindings/HTTP/";
public static final String XSI_NS = "http://www.w3.org/2001/XMLSchema-instance";
public static final String XSI_NS_2000 = "http://www.w3.org/2000/XMLSchema-instance";
public static final String SOAP12_ENVELOPE_NS = "http://www.w3.org/2003/05/soap-envelope";
public static final String WADL10_NS = "http://research.sun.com/wadl/2006/10";
public static final String WADL11_NS = "http://wadl.dev.java.net/2009/02";
public static final String SOAP_MICROSOFT_TCP = "http://schemas.microsoft.com/wse/2003/06/tcp";
}