原有webservice因需求变更,需要屏蔽其中一个接口。webservice使用axis1来发布管理,将wsdd中的allowMethods设置为只允许指定的方法,但访问时一直报错:Couldn't find a matching Java operation for WSDD operation "methodName"。网上没能找到有用的资料,网上说的都是方法名不能首字母大写,有点常识的人也不会这么做。自己也没细究axis,在项目的(这里粗斜体根据实际情况不同)WsInterfaceSoapBindingSkeleton.java 中找到了如下类似代码:
_params = new org.apache.axis.description.ParameterDesc [] {
new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "in0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName(http://beans.xxx.xxxx.com, "xxxxRequest"), com.xxx.xxxx.XxxxRequest.class, false, false),
};
_oper = new org.apache.axis.description.OperationDesc("methodName", _params, new javax.xml.namespace.QName("", "methodNameReturn"));
_oper.setReturnType(new javax.xml.namespace.QName(http://beans.xxx.xxxx.com, "XXXResponse"));
_oper.setElementQName(new javax.xml.namespace.QName(http://xxx.xxx.xxx, "methodName"));
_oper.setSoapAction("");
_myOperationsList.add(_oper);
if (_myOperations.get("methodName") == null) {
_myOperations.put("methodName", new java.util.ArrayList());
}
((java.util.List)_myOperations.get("methodName")).add(_oper);
而这个methodName就是将屏蔽的方法,但在wsdd中找不到,将这部分代码注释后一切正常。
分享到:
相关推荐
本文将详细介绍如何在Windows 10环境下编译Tesseract 4.1.0版本,并解决在使用过程中遇到的“couldn't find a matching blob”问题。 一、准备工作 1. 安装Visual Studio:为了编译Tesseract,你需要安装Microsoft...
标题“String-matching-operation.rar_Matching_operation_输入主串”暗示我们将要探讨的是关于字符串匹配的操作,特别是当输入主串时如何执行这一过程。这里的“主串”是指我们要搜索的大型字符串,而“输入主串”...
《A Non-Local Cost Aggregation Method for Stereo Matching》是由杨庆雄提出的一种针对立体匹配问题的非局部成本聚合方法。立体匹配是计算机视觉领域中的一个关键任务,它旨在找到两个不同视角图像(左视图和右...
本项目提供的"A Non-Local Cost Aggregation Method for Stereo Matching"完整代码,旨在实现这一先进的方法。 非局部成本聚合的核心思想在于,图像中的每个像素不仅与其直接相邻的像素比较,还与图像中的所有其他...
在文件"A Non-Local Cost Aggregation Method for Stereo Matching"中,作者可能详细阐述了该方法的理论基础、算法流程、实验设置以及与其他方法的比较。通过实验结果,我们可以预期该方法在运行效果和时间效率上都...
此资源仅供学习使用,请...Motion Matching for Unity (MxM) is an advanced alternative animation system to mecanim which enables fluid and responsive character animation without the need for state machines.
当你遇到"Could not find Developer Disk Image"的问题时,这意味着系统无法找到对应的开发者磁盘映像文件,这可能会阻碍你的开发进程。以下是一些关于这个问题的详细解释、可能的原因以及解决方案: 1. **问题解释...
在苹果的Mac操作系统中,"Could not find Developer Disk Image"是一个常见的错误提示,通常发生在尝试运行Xcode或使用iOS模拟器时。这个错误意味着系统无法找到必要的开发人员磁盘映像,这通常是由于Xcode更新、...
标题中的"A Non-Local Cost Aggregation Method for Stereo Matching source code" 指的是一种用于立体匹配的非局部成本聚合方法的源代码。立体匹配是计算机视觉领域中的一个重要问题,其目的是在两个不同视角的图像...
### Oracle报错ORA-12516:TNS:listener could not find available handler with matching protocol stack #### 报错概述 在Oracle数据库环境中遇到ORA-12516错误时,通常意味着监听器无法找到与请求协议栈匹配的...
总的来说,"A Non-Local Cost Aggregation method for stereo Matching"的PPT讲解将提供一个全面的视角,帮助我们理解非局部代价聚合如何改进立体匹配,以及如何将这种技术应用于实际问题中。通过深入学习和实践,...
标题《A robust technique for matching two uncalibrated images》描述了张正友等人在1994年发表的一篇关于非标定相机影像匹配的文章,该文章提出了利用几何约束——即对极几何约束——进行稳健的影像匹配方法。...
然而,当Java程序遇到"java.security.cert.CertificateException: No subject alternative DNS name matching XXX found"异常时,意味着Java无法找到匹配的证书主题备用DNS名称,从而导致SSL握手失败。 这个问题...
A Non-Local Cost Aggregation Method for Stereo Matching 作者关于核心算法做的PPT
Webservice接口测试及联调工具 非常好用,适用于接口开放测试、系统集成测试 操作简单。 使用手册也网上一搜一大把 由于文件大小分了2个上传 第一个3分 第二个不要分
- FIX: Support for the Import/Export modules that can't work with Streams. Added TFlexFileFormat.StreamSupport property (default True), which difines, is it necessary to open file stream or give the ...
java java_leetcode题解之Number of Matching Subsequences.java
capability isn't supported by a chosen protocol, the JavaMail API doesn't magically add the capability on top of it. (As you'll soon see, this can be a problem when working with POP.) SMTP The ...
We propose a self-stabilizing algorithm for computing a maximal matching in an anony- mous network. The complexity is O(n2) moves with high probability, under the ad- versarial distributed daemon. ...