使用axis2开发的webservice异常

问题描述

使用axis2开发的webservice异常
[GCOA_SERVICE]2015-05-21 15:30:00 [org.apache.axis2.engine.AxisEngine]-[ERROR] The endpoint reference (EPR) for the Operation not found is http://IP:7001/xx_service/services/Integrations and the WSA Action = . If this EPR was previously reachable please contact the server administrator.
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://IP:7001/xx_service/services/Integrations and the WSA Action = . If this EPR was previously reachable please contact the server administrator.
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:102)
at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
[GCOA_SERVICE]2015-05-21 15:30:00 [org.apache.axiom.om.impl.llom.OMElementImpl]-[WARN] Deprecated usage of OMElement#declareNamespace(StringString) with empty prefix

解决方案

服务接口的方法名称更改过,调用方调的还是原来的接口方法 服务就会抛这样的异常

时间: 2024-10-29 17:40:31

使用axis2开发的webservice异常的相关文章

axis-soapui访问Axis2发布的webservice返回异常SAXParseException

问题描述 soapui访问Axis2发布的webservice返回异常SAXParseException 原因是encodingtyle元素not bound,wsdl如下: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://192.168.5.191:8088/dataSync/services/MonitorDataLoad

websphere-WebSphere7部署axis2版本的webservice出错

问题描述 WebSphere7部署axis2版本的webservice出错 WebSphere上面部署一个axis2发布的webservice,然后这个应用里面还有个功能客户端去调用jax-ws发布的webservice出现错误如下:(1)现在要是保证jax-ws这边调用正常,那么axis2发布的webservice就失败,报java.lang.NoClassDefFoundError:org.apache.commons.fileupload.FileUploadException异常(2)如

java 访问webservice 异常

问题描述 java 访问webservice 异常 log4j:WARN No appenders could be found for logger (org.apache.axis2.context.AbstractContext).log4j:WARN Please initialize the log4j system properly.Exception in thread ""main"" org.apache.axis2.AxisFault: Firs

php中nusoap调用java axis2发布的webservice

调用webservice 开发环境是:Eclipse3.6 (java IDE)+ JDK 1.6 + Tomcat 7.0 + Axis2 1.6 + php 5.2.14 (IDE为eclipse-php-helios-SR1-win32.zip)+ apache2.2.15,这些软件随时都在更新,请读者谷歌百度一下到官网下载. 一.在java端编写服务,并利用axis2发布成服务 本文的服务名为sayHi,里面有一个函数sayHello():  代码如下 复制代码 package Hi;

Android开发调用WebService的方法示例

本文实例讲述了Android开发调用WebService的方法.分享给大家供大家参考,具体如下: WebService是一种基于SOAP协议的远程调用标准,通过webservice可以将不同操作系统平台.不同语言.不同技术整合到一块.在Android SDK中并没有提供调用WebService的库,因此,需要使用第三方的SDK来调用WebService.PC版本的WEbservice客户端库非常丰富,例如Axis2,CXF等,但这些开发包对于Android系统过于庞大,也未必很容易移植到Andr

基于WAS CE和Axis2开发Web Service应用

引言 近年来,随着Web Service技术迅速发展,基于Web Service开发的应用被使用的越来越广泛.Web Service良好的封装性及跨平台能力为应用程序集成.B2B集成等应用场景提供可行的解决方案.本文将介绍如何使用WAS CE(WebSphere Application Server Community Edition)和Apache Axis2开发.部署及测试一个简单的Web Service应用-网上花店. 1.应用及运行环境介绍 1.1 WAS CE简介 WebSphere

如何将用cxf开发的Webservice发布到tomcat不使用spring

问题描述 如何将用cxf开发的Webservice发布到tomcat不使用spring 如何将用cxf开发的Webservice发布到tomcat不使用spring 解决方案 把配置文件和class放到web-inf下启动tomcat即可

android app开发时WEBSERVICE一般用什么技术?

问题描述 android app开发时WEBSERVICE一般用什么技术? 最近试着写一个ANDROID的APP,比较短的时间内把客户端的内容过了一遍,现在 需要跟后台进行数据交互,数据库部分已经搞定.以前没有写过WEBSERVICE,想大 致了解一下需要用到什么技术,和简单的技术流程. 功能很简单,要求客户端提交简单的数据,WEBSERVICE完成接收数据,并操作服务器 端MYSQL数据库的功能,并返回从库中取出的值.应该如何开发WEB SERVICE? 解决方案 webserive你直接用j

在ASP.NET中使用SOAP Extensions捕获WebService异常

原文:在ASP.NET中使用SOAP Extensions捕获WebService异常 Application_Error不能捕获的异常 [WebMethod] public string HelloWorld() { throw new Exception("this exption can't be handled by Application_Error Method"); return "Hello World"; } 定义Application_Error