[wsas-java-dev] Update code base to use new MEP URI's

Keith Chapman keith at wso2.com
Wed Mar 28 22:00:44 PDT 2007


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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<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 
<http://www.w3.org/ns/wsdl/in-only>";
public String MEP_URI_ROBUST_IN_ONLY = " 
http://www.w3.org/ns/wsdl/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 
<http://www.w3.org/ns/wsdl/in-out> ";
public String MEP_URI_IN_OPTIONAL_OUT = 
"http://www.w3.org/ns/wsdl/in-opt-out 
<http://www.w3.org/ns/wsdl/in-opt-out>";
public String MEP_URI_OUT_ONLY = " http://www.w3.org/ns/wsdl/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 
<http://www.w3.org/ns/wsdl/robust-out-only>";
public String MEP_URI_OUT_IN = " http://www.w3.org/ns/wsdl/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 
<http://www.w3.org/ns/wsdl/out-opt-in> ";

Thanks,
Keith




More information about the Wsas-java-dev mailing list