You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Aseem Sharma <as...@yahoo.co.in> on 2008/12/24 12:36:05 UTC

Endpoint reference (EPR) for the Operation not found in axis2 1.4

I have developed asynchronous  web services using axis2 1.4 with xmlbean
binding. Its is working fine when we are using axis generated client stub.
But when we are calling our web services through other clients i.e.
developed in .net , we are getting the following error:-

org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
not found is /axis2/services/myService and the WSA Action = null
	at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:88)
	at org.apache.axis2.engine.Phase.invoke(Phase.java:333)
	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
	at
org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:136)
	at
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
	at
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:824)
	at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:253)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
	at
org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:880)
	at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
	at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2081)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)


Please help me to resolve this problem.


Thanks,
Aseem Sharma
-- 
View this message in context: http://www.nabble.com/Endpoint-reference-%28EPR%29-for-the-Operation-not-found-in-axis2-1.4-tp21156820p21156820.html
Sent from the Axis - User mailing list archive at Nabble.com.


Re: Endpoint reference (EPR) for the Operation not found in axis2 1.4

Posted by Deepal jayasinghe <de...@gmail.com>.
You can send the request via a TCP monitor and see both request and the
response.

Deepal
> I am not able to receive the request in skeleton....how can i check the
> request other than skeleton?? ...Plz help me..
>
>
>
> Amila Suriarachchi wrote:
>   
>> compare the requests send by .Net client and Axis2 client.
>>
>> thanks,
>> Amila.
>>
>> On 12/24/08, Deepal jayasinghe <de...@gmail.com> wrote:
>>     
>>> Please check the WSDL.
>>> Are you using customize WSDL ?
>>> Check the SOAP action
>>>
>>> Deepal
>>>       
>>>> I have developed asynchronous  web services using axis2 1.4 with xmlbean
>>>> binding. Its is working fine when we are using axis generated client
>>>> stub.
>>>> But when we are calling our web services through other clients i.e.
>>>> developed in .net , we are getting the following error:-
>>>>
>>>> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the
>>>> Operation
>>>> not found is /axis2/services/myService and the WSA Action = null
>>>> 	at
>>>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:88)
>>>> 	at org.apache.axis2.engine.Phase.invoke(Phase.java:333)
>>>> 	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
>>>> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
>>>> 	at
>>>> org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:136)
>>>> 	at
>>>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
>>>> 	at
>>>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:824)
>>>> 	at
>>>> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:253)
>>>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
>>>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>>> 	at
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>> 	at
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>> 	at
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>> 	at
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>>>> 	at
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>> 	at
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>>> 	at
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>> 	at
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>>> 	at
>>>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:880)
>>>> 	at
>>>> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
>>>> 	at
>>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2081)
>>>> 	at
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>>>> 	at
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>>>> 	at java.lang.Thread.run(Thread.java:595)
>>>>
>>>>
>>>> Please help me to resolve this problem.
>>>>
>>>>
>>>> Thanks,
>>>> Aseem Sharma
>>>>
>>>>         
>>> --
>>> Thank you!
>>>
>>>
>>> http://blogs.deepal.org
>>> http://deepal.org
>>>
>>>
>>>       
>> -- 
>> Amila Suriarachchi
>> WSO2 Inc.
>> blog: http://amilachinthaka.blogspot.com/
>>
>>
>>     
>
>   


-- 
Thank you!


http://blogs.deepal.org
http://deepal.org


Re: Endpoint reference (EPR) for the Operation not found in axis2 1.4

Posted by Aseem Sharma <as...@yahoo.co.in>.
I am not able to receive the request in skeleton....how can i check the
request other than skeleton?? ...Plz help me..



Amila Suriarachchi wrote:
> 
> compare the requests send by .Net client and Axis2 client.
> 
> thanks,
> Amila.
> 
> On 12/24/08, Deepal jayasinghe <de...@gmail.com> wrote:
>> Please check the WSDL.
>> Are you using customize WSDL ?
>> Check the SOAP action
>>
>> Deepal
>>> I have developed asynchronous  web services using axis2 1.4 with xmlbean
>>> binding. Its is working fine when we are using axis generated client
>>> stub.
>>> But when we are calling our web services through other clients i.e.
>>> developed in .net , we are getting the following error:-
>>>
>>> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the
>>> Operation
>>> not found is /axis2/services/myService and the WSA Action = null
>>> 	at
>>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:88)
>>> 	at org.apache.axis2.engine.Phase.invoke(Phase.java:333)
>>> 	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
>>> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
>>> 	at
>>> org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:136)
>>> 	at
>>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
>>> 	at
>>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:824)
>>> 	at
>>> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:253)
>>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
>>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>> 	at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>> 	at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>> 	at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>> 	at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>>> 	at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>> 	at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>> 	at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>> 	at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>> 	at
>>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:880)
>>> 	at
>>> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
>>> 	at
>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2081)
>>> 	at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>>> 	at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>>> 	at java.lang.Thread.run(Thread.java:595)
>>>
>>>
>>> Please help me to resolve this problem.
>>>
>>>
>>> Thanks,
>>> Aseem Sharma
>>>
>>
>>
>> --
>> Thank you!
>>
>>
>> http://blogs.deepal.org
>> http://deepal.org
>>
>>
> 
> 
> -- 
> Amila Suriarachchi
> WSO2 Inc.
> blog: http://amilachinthaka.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Endpoint-reference-%28EPR%29-for-the-Operation-not-found-in-axis2-1.4-tp21156820p21174961.html
Sent from the Axis - User mailing list archive at Nabble.com.


Re: Endpoint reference (EPR) for the Operation not found in axis2 1.4

Posted by Amila Suriarachchi <am...@gmail.com>.
compare the requests send by .Net client and Axis2 client.

thanks,
Amila.

On 12/24/08, Deepal jayasinghe <de...@gmail.com> wrote:
> Please check the WSDL.
> Are you using customize WSDL ?
> Check the SOAP action
>
> Deepal
>> I have developed asynchronous  web services using axis2 1.4 with xmlbean
>> binding. Its is working fine when we are using axis generated client stub.
>> But when we are calling our web services through other clients i.e.
>> developed in .net , we are getting the following error:-
>>
>> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
>> not found is /axis2/services/myService and the WSA Action = null
>> 	at
>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:88)
>> 	at org.apache.axis2.engine.Phase.invoke(Phase.java:333)
>> 	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
>> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
>> 	at
>> org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:136)
>> 	at
>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
>> 	at
>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:824)
>> 	at
>> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:253)
>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
>> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>> 	at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>> 	at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>> 	at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>> 	at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>> 	at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>> 	at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>> 	at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>> 	at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>> 	at
>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:880)
>> 	at
>> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
>> 	at
>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2081)
>> 	at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>> 	at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>> 	at java.lang.Thread.run(Thread.java:595)
>>
>>
>> Please help me to resolve this problem.
>>
>>
>> Thanks,
>> Aseem Sharma
>>
>
>
> --
> Thank you!
>
>
> http://blogs.deepal.org
> http://deepal.org
>
>


-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

Re: Endpoint reference (EPR) for the Operation not found in axis2 1.4

Posted by Deepal jayasinghe <de...@gmail.com>.
Please check the WSDL.
Are you using customize WSDL ?
Check the SOAP action

Deepal
> I have developed asynchronous  web services using axis2 1.4 with xmlbean
> binding. Its is working fine when we are using axis generated client stub.
> But when we are calling our web services through other clients i.e.
> developed in .net , we are getting the following error:-
>
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not found is /axis2/services/myService and the WSA Action = null
> 	at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:88)
> 	at org.apache.axis2.engine.Phase.invoke(Phase.java:333)
> 	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
> 	at
> org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:136)
> 	at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
> 	at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:824)
> 	at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:253)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> 	at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> 	at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> 	at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> 	at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> 	at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> 	at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> 	at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> 	at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> 	at
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:880)
> 	at
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
> 	at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2081)
> 	at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
> 	at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
> 	at java.lang.Thread.run(Thread.java:595)
>
>
> Please help me to resolve this problem.
>
>
> Thanks,
> Aseem Sharma
>   


-- 
Thank you!


http://blogs.deepal.org
http://deepal.org