You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by keith chapman <ke...@gmail.com> on 2007/03/29 06:57:46 UTC

Please update your code to use new MEP URI's

Hi all,

With WSDL 2.0 moving to PR Axis2 will be deprecating the old MEP URI's in
its 1.2 release. Please updated your code to the new MEP URI's which are
given below.

Ols MEP URI's which are deprecated

public String MEP_URI_IN_ONLY = "http://www.w3.org/2004/08/wsdl/in-only";
public String MEP_URI_ROBUST_IN_ONLY = "
http://www.w3.org/2004/08/wsdl/robust-in-only";
public String MEP_URI_IN_OUT = "http://www.w3.org/2004/08/wsdl/in-out";
public String MEP_URI_IN_OPTIONAL_OUT = "
http://www.w3.org/2004/08/wsdl/in-opt-out";
public String MEP_URI_OUT_ONLY = "http://www.w3.org/2004/08/wsdl/out-only";
public String MEP_URI_ROBUST_OUT_ONLY = "
http://www.w3.org/2004/08/wsdl/robust-out-only";
public String MEP_URI_OUT_IN = "http://www.w3.org/2004/08/wsdl/out-in";
public String MEP_URI_OUT_OPTIONAL_IN = "
http://www.w3.org/2004/08/wsdl/out-opt-in";

public String MEP_URI_IN_ONLY = "http://www.w3.org/2006/01/wsdl/in-only";
public String MEP_URI_ROBUST_IN_ONLY = "
http://www.w3.org/2006/01/wsdl/robust-in-only";
public String MEP_URI_IN_OUT = "http://www.w3.org/2006/01/wsdl/in-out";
public String MEP_URI_IN_OPTIONAL_OUT = "
http://www.w3.org/2006/01/wsdl/in-opt-out";
public String MEP_URI_OUT_ONLY = "http://www.w3.org/2006/01/wsdl/out-only";
public String MEP_URI_ROBUST_OUT_ONLY = "
http://www.w3.org/2006/01/wsdl/robust-out-only";
public String MEP_URI_OUT_IN = "http://www.w3.org/2006/01/wsdl/out-in";
public String MEP_URI_OUT_OPTIONAL_IN = "
http://www.w3.org/2006/01/wsdl/out-opt-in";

Instead of these please use the corresponding URI from the list below which
can be found in org.apache.axis2.description.WSDL2Constants.

public String MEP_URI_IN_ONLY = "http://www.w3.org/ns/wsdl/in-only";
public String MEP_URI_ROBUST_IN_ONLY = "
http://www.w3.org/ns/wsdl/robust-in-only";
public String MEP_URI_IN_OUT = "http://www.w3.org/ns/wsdl/in-out";
public String MEP_URI_IN_OPTIONAL_OUT = "
http://www.w3.org/ns/wsdl/in-opt-out";
public String MEP_URI_OUT_ONLY = "http://www.w3.org/ns/wsdl/out-only";
public String MEP_URI_ROBUST_OUT_ONLY = "
http://www.w3.org/ns/wsdl/robust-out-only";
public String MEP_URI_OUT_IN = "http://www.w3.org/ns/wsdl/out-in";
public String MEP_URI_OUT_OPTIONAL_IN = "
http://www.w3.org/ns/wsdl/out-opt-in";

Thanks,
Keith
-- 
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/