The endpoint reference (EPR) for the Operation not found

虾米 2011-03-29 05:41:56

项目有一个提供给另外系统的webservices接口,用的axis2,现项目重新启动时,出现如下错误,但是另外系统确可以正常访问这个webservices服务,而且未报错:

[http-8888-5] ERROR org.apache.axis2.engine.AxisEngine - The endpoint reference (EPR) for the Operation not found is /PQ/services/PQInfoService?wsdl and the WSA Action = null
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /PQ/services/PQInfoService?wsdl and the WSA Action = null

不知各位是否有碰到过这个问题 ?

多谢指教了,谢谢!~~~

...全文
7532 19 打赏 收藏 转发到动态 举报
写回复
用AI写文章
19 条回复
切换为时间正序
请发表友善的回复…
发表回复
iadink 2013-10-23
  • 打赏
  • 举报
回复
方法名不存在。
gate1001 2013-10-15
  • 打赏
  • 举报
回复
[ERROR] The endpoint reference (EPR) for the Operation not found is /FeeWebService/services/FeeWebService and the WSA Action = null. 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 /FeeWebService/services/FeeWebService and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator 这是我遇到的问题,不知道怎么搞定啊,今天也是初步接触
虾米 2011-11-09
  • 打赏
  • 举报
回复
[Quote=引用 15 楼 luoxiang183 的回复:]

我跟楼主的问题差不多,在运行项目时会报出The endpoint reference (EPR) for the Operation not found is /axis2/services/BaseService and the WSA Action = null
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the……
[/Quote]

我们的是打的aar包有问题。 你重新检查一遍看看。现在已经不出问题了。
luoxiang183 2011-10-31
  • 打赏
  • 举报
回复
我跟楼主的问题差不多,在运行项目时会报出The endpoint reference (EPR) for the Operation not found is /axis2/services/BaseService and the WSA Action = null
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /axis2/services/BaseService and the WSA Action = null错误,但是项目却可以正常运行,axis2我没接触过,这个接口也是我另一同事写的,然后就离职了,我找不出问题原因,各位大虾求解。
虾米 2011-07-15
  • 打赏
  • 举报
回复
[Quote=引用 13 楼 www568189878 的回复:]

我报这个错误是因为在客户端调用的方法写错了。。。。
RPCServiceClient rpc = new RPCServiceClient();
Options options = rpc.getOptions();
options.setTo(new EndpointReference(
"http://localhost:8888/axis2/services/wang1"));
……
[/Quote]
但是问题是客户端调用是正常的,不会报错哦。。
www568189878 2011-07-12
  • 打赏
  • 举报
回复
我报这个错误是因为在客户端调用的方法写错了。。。。
RPCServiceClient rpc = new RPCServiceClient();
Options options = rpc.getOptions();
options.setTo(new EndpointReference(
"http://localhost:8888/axis2/services/wang1"));
AccountMsgEx acc = (AccountMsgEx) rpc.invokeBlocking(new QName(
"http://ws.apache.org/axis2", "getAccountsMsg"),
new Object[] { st }, new Class[] { AccountMsgEx.class })[0];
rpc.cleanupTransport();// 为了防止连接超时 必须加这段代码。

getAccountsMsg---这个写错了呵呵
虾米 2011-07-06
  • 打赏
  • 举报
回复
[Quote=引用 9 楼 weiyuguang_9 的回复:]

求解535949500
[/Quote]
[Quote=引用 10 楼 poFate 的回复:]

我也求解啊
[/Quote]
[Quote=引用 11 楼 qdcaijunjun的回复:]

学习...
[/Quote]

重新把服务端重写,再重新生成服务端,再发上去就可以了。原因不明。
qdcaijunjun 2011-05-22
  • 打赏
  • 举报
回复
学习...
poFate 2011-05-20
  • 打赏
  • 举报
回复
我也求解啊
weiyuguang_9 2011-05-10
  • 打赏
  • 举报
回复
求解535949500
虾米 2011-04-20
  • 打赏
  • 举报
回复
[Quote=引用 7 楼 data2010 的回复:]

碰到同样的问题,同求解答!
[/Quote]

同样的版本,只有在电信网是有报这个错误的,但是教育网没有,
调用这个接口的系统,同样也是电信网和教育网都会发布版本。
不知道这个是咋整的。。
只能自己调用试下,看是否有问题,然后再将调用这个接口的系统代码弄过来看下,是否还是出错!
先找到原因看。。。
哎,一直未解决。
data2010 2011-04-12
  • 打赏
  • 举报
回复
碰到同样的问题,同求解答!
虾米 2011-03-30
  • 打赏
  • 举报
回复
[Quote=引用 5 楼 xiami720 的回复:]
客户端wsdl访问地址不对,也会报这个错,但是问题就是,错误信息中,
/PQ/services/PQInfoService?wsdl
这个地址,是可以访问的呀,也是正常的呀。。。。
还有米有人,来看一看,瞧一瞧,说一说,可能出现问题的地方 ?
以前使用都是正常的,会不会是tomcat设置,或者客户端什么异常的访问会导致报这个错?
。。。。。
[/Quote]
tomcat是启动成功了,然后才报的这个错误。
o(︶︿︶)o 唉。。都木有人来回答。。。
虾米 2011-03-30
  • 打赏
  • 举报
回复
客户端wsdl访问地址不对,也会报这个错,但是问题就是,错误信息中,
/PQ/services/PQInfoService?wsdl
这个地址,是可以访问的呀,也是正常的呀。。。。
还有米有人,来看一看,瞧一瞧,说一说,可能出现问题的地方 ?
以前使用都是正常的,会不会是tomcat设置,或者客户端什么异常的访问会导致报这个错?
。。。。。
虾米 2011-03-29
  • 打赏
  • 举报
回复
自己对webservices不熟悉,然后这个接口是另外同事写的,服务器维护是由另外部门同事在维护,然后,然后。。。。
虾米 2011-03-29
  • 打赏
  • 举报
回复
还有漏了一点就是,以前都是在这台服务器上部署的,并且都是可以的,今天重启了一下,就报这错,然后换回到原来的war包,也还是报这个错。。

67,513

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧