Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2009-08-05 Thread vijaia

hi there,

Could you please let me know how you solved this issue? I have the same
problem now

Thanks,
Vijai

MShah wrote:
> 
> I figured this.  Thanks it works.
>  
> Monisha
> 
> --- On Mon, 9/1/08, keith chapman  wrote:
> 
> From: keith chapman 
> Subject: Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for
> the Operation not found
> To: axis-user@ws.apache.org
> Date: Monday, September 1, 2008, 7:00 PM
> 
> 
> 
> Hi,
> 
> The root cause of this problem is that the axis2 server could not find the
> service and operation the request was destined to. Basically the request
> did not contain enough information for it to get dispatched. This article
> [1] describes how axis2 dispatching works. Reading though it will point
> you in the right direction. You may also use TCPMonitor in order to have a
> look at the request [2] to identify weather the request has any
> information for it to get dispatched correctly.
> 
> [1] http://wso2.org/library/176
> [2]
> http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html
> 
> Thanks,
> Keith.
> 
> 
> On Tue, Sep 2, 2008 at 6:42 AM, MShah  wrote:
> 
> 
> I deployed a web service on axis2 and when I write web service client to
> invoke and test the web service, I get the following exception.  Any
> inputs
> on resolving this will be much appreciated.
> 
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB and the WSA Action = null
>at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
>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(RESTUt
> il.java:136)
>at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
>at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
>at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
>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(Appl
> icationFilterChain.java:290)
>at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
>at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:233)
>at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:191)
>at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:128)
>at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:102)
>at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:109)
>at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:286)
>at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :845)
>at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
> ss(Http11Protocol.java:583)
>at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
> 7)
>at java.lang.Thread.run(Thread.java:619)
> [ERROR] The endpoint reference (EPR) for the Operation not found is
> /axis2/servi
> ces/wsInsertDB/ and the WSA Action = null
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB/ and the WSA Action = null
>at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
>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(RESTUt
> il.java:136)
>at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
>at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
>at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
>at javax.serv

Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2008-09-02 Thread Moni
I figured this.  Thanks it works.
 
Monisha

--- On Mon, 9/1/08, keith chapman <[EMAIL PROTECTED]> wrote:

From: keith chapman <[EMAIL PROTECTED]>
Subject: Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the 
Operation not found
To: axis-user@ws.apache.org
Date: Monday, September 1, 2008, 7:00 PM



Hi,

The root cause of this problem is that the axis2 server could not find the 
service and operation the request was destined to. Basically the request did 
not contain enough information for it to get dispatched. This article [1] 
describes how axis2 dispatching works. Reading though it will point you in the 
right direction. You may also use TCPMonitor in order to have a look at the 
request [2] to identify weather the request has any information for it to get 
dispatched correctly.

[1] http://wso2.org/library/176
[2] 
http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html

Thanks,
Keith.


On Tue, Sep 2, 2008 at 6:42 AM, MShah <[EMAIL PROTECTED]> wrote:


I deployed a web service on axis2 and when I write web service client to
invoke and test the web service, I get the following exception.  Any inputs
on resolving this will be much appreciated.

org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
not f
ound is /axis2/services/wsInsertDB and the WSA Action = null
       at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
se.java:89)
       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(RESTUt
il.java:136)
       at
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
til.java:130)
       at
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
essURLRequest(AxisServlet.java:829)
       at
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
5)
       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(Appl
icationFilterChain.java:290)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
       at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
       at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
       at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:128)
       at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
       at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
       at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:286)
       at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:845)
       at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
       at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
7)
       at java.lang.Thread.run(Thread.java:619)
[ERROR] The endpoint reference (EPR) for the Operation not found is
/axis2/servi
ces/wsInsertDB/ and the WSA Action = null
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
not f
ound is /axis2/services/wsInsertDB/ and the WSA Action = null
       at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
se.java:89)
       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(RESTUt
il.java:136)
       at
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
til.java:130)
       at
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
essURLRequest(AxisServlet.java:829)
       at
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
5)
       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(Appl
icationFilterChain.java:290)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
       at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
       at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
       at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:128)
       at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
       at
org.apache.catalina.core.Standard

Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2008-09-02 Thread MShah

I used TCP Monitor and the SOAP Request and Response are as under:
http://www.w3.org/2003/05/soap-envelope";>http://wsDB";>Information
Technology


RESPONSE:

http://www.w3.org/2003/05/soap-envelope";>soapenv:Receiverjava.lang.UnsupportedOperationException: An access occurred
that is not valid.

Still not quite certain on how to resolve this.  Any inputs or guidance will
ber much appreciated.

Thanks,

Monisha


keith chapman wrote:
> 
> Hi,
> 
> The root cause of this problem is that the axis2 server could not find the
> service and operation the request was destined to. Basically the request
> did
> not contain enough information for it to get dispatched. This article
> [1] describes
> how axis2 dispatching works.  Reading though
> it
> will point you in the right direction. You may also use TCPMonitor in
> order
> to have a look at the
> request[2]
> to identify weather the request has any information for it to get
> dispatched correctly.
> 
> [1] http://wso2.org/library/176
> [2]
> http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html
> 
> Thanks,
> Keith.
> 
> On Tue, Sep 2, 2008 at 6:42 AM, MShah <[EMAIL PROTECTED]> wrote:
> 
>>
>> I deployed a web service on axis2 and when I write web service client to
>> invoke and test the web service, I get the following exception.  Any
>> inputs
>> on resolving this will be much appreciated.
>>
>> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the
>> Operation
>> not f
>> ound is /axis2/services/wsInsertDB and the WSA Action = null
>>at
>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
>> se.java:89)
>>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(RESTUt
>> il.java:136)
>>at
>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
>> til.java:130)
>>at
>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
>> essURLRequest(AxisServlet.java:829)
>>at
>> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
>> 5)
>>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(Appl
>> icationFilterChain.java:290)
>>at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
>> ilterChain.java:206)
>>at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
>> alve.java:233)
>>at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
>> alve.java:191)
>>at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
>> ava:128)
>>at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
>> ava:102)
>>at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
>> ve.java:109)
>>at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
>> a:286)
>>at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
>> :845)
>>at
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
>> ss(Http11Protocol.java:583)
>>at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
>> 7)
>>at java.lang.Thread.run(Thread.java:619)
>> [ERROR] The endpoint reference (EPR) for the Operation not found is
>> /axis2/servi
>> ces/wsInsertDB/ and the WSA Action = null
>> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the
>> Operation
>> not f
>> ound is /axis2/services/wsInsertDB/ and the WSA Action = null
>>at
>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
>> se.java:89)
>>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(RESTUt
>> il.java:136)
>>at
>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
>> til.java:130)
>>at
>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
>> essURLRequest(AxisServlet.java:829)
>>at
>> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
>> 5)
>>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(Appl
>> icat

RE: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2008-09-02 Thread Moni
Here is the wsdl file.  Any inputs on resolving this will be much appreciated.
 
Thanks,
 
Monisha


--- On Mon, 9/1/08, Martin Gainty <[EMAIL PROTECTED]> wrote:

From: Martin Gainty <[EMAIL PROTECTED]>
Subject: RE: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the 
Operation not found
To: axis-user@ws.apache.org
Date: Monday, September 1, 2008, 6:21 PM




#yiv1835264586 .hmmessage P
{
margin:0px;padding:0px;}
#yiv1835264586 {
FONT-SIZE:10pt;FONT-FAMILY:Tahoma;}

please supply wsdl

Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 

> 
> 
> I deployed a web service on axis2 and when I write web service client to
> invoke and test the web service, I get the following exception. Any inputs
> on resolving this will be much appreciated.
> 
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB and the WSA Action = null
> at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
> 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(RESTUt
> il.java:136)
> at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
> at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
> at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
> 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(Appl
> icationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:128)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:102)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:109)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:286)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :845)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
> ss(Http11Protocol.java:583)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
> 7)
> at java.lang.Thread.run(Thread.java:619)
> [ERROR] The endpoint reference (EPR) for the Operation not found is
> /axis2/servi
> ces/wsInsertDB/ and the WSA Action = null
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB/ and the WSA Action = null
> at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
> 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(RESTUt
> il.java:136)
> at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
> at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
> at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
> 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(Appl
> icationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(Standar

Re: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2008-09-01 Thread keith chapman
Hi,

The root cause of this problem is that the axis2 server could not find the
service and operation the request was destined to. Basically the request did
not contain enough information for it to get dispatched. This article
[1] describes
how axis2 dispatching works.  Reading though it
will point you in the right direction. You may also use TCPMonitor in order
to have a look at the
request[2]
to identify weather the request has any information for it to get
dispatched correctly.

[1] http://wso2.org/library/176
[2]
http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html

Thanks,
Keith.

On Tue, Sep 2, 2008 at 6:42 AM, MShah <[EMAIL PROTECTED]> wrote:

>
> I deployed a web service on axis2 and when I write web service client to
> invoke and test the web service, I get the following exception.  Any inputs
> on resolving this will be much appreciated.
>
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB and the WSA Action = null
>at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
>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(RESTUt
> il.java:136)
>at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
>at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
>at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
>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(Appl
> icationFilterChain.java:290)
>at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
>at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:233)
>at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:191)
>at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:128)
>at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:102)
>at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:109)
>at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:286)
>at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :845)
>at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
> ss(Http11Protocol.java:583)
>at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
> 7)
>at java.lang.Thread.run(Thread.java:619)
> [ERROR] The endpoint reference (EPR) for the Operation not found is
> /axis2/servi
> ces/wsInsertDB/ and the WSA Action = null
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
> not f
> ound is /axis2/services/wsInsertDB/ and the WSA Action = null
>at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
> se.java:89)
>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(RESTUt
> il.java:136)
>at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU
> til.java:130)
>at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc
> essURLRequest(AxisServlet.java:829)
>at
> org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25
> 5)
>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(Appl
> icationFilterChain.java:290)
>at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
>at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:233)
>at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:191)
>at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:128)
>at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:102)
>at
> org.apache.catalina.core.StandardEngineValve.invoke(S

RE: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found

2008-09-01 Thread Martin Gainty

please supply wsdlMartin __ 
Disclaimer and confidentiality note Everything in this e-mail and any 
attachments relates to the official business of Sender. This transmission is of 
a confidential nature and Sender does not endorse distribution to any party 
other than intended recipient. Sender does not necessarily endorse content 
contained within this transmission. > > > I deployed a web service on axis2 and 
when I write web service client to> invoke and test the web service, I get the 
following exception. Any inputs> on resolving this will be much appreciated.> > 
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation> not 
f> ound is /axis2/services/wsInsertDB and the WSA Action = null> at> 
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha> 
se.java:89)> 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(RESTUt> 
il.java:136)> at> 
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU> 
til.java:130)> at> 
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc> 
essURLRequest(AxisServlet.java:829)> at> 
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25> 5)> 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(Appl> 
icationFilterChain.java:290)> at> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF> 
ilterChain.java:206)> at> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV> 
alve.java:233)> at> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV> 
alve.java:191)> at> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j> 
ava:128)> at> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j> 
ava:102)> at> 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal> 
ve.java:109)> at> 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav> a:286)> 
at> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java> 
:845)> at> 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce> 
ss(Http11Protocol.java:583)> at> 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44> 7)> at 
java.lang.Thread.run(Thread.java:619)> [ERROR] The endpoint reference (EPR) for 
the Operation not found is> /axis2/servi> ces/wsInsertDB/ and the WSA Action = 
null> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the 
Operation> not f> ound is /axis2/services/wsInsertDB/ and the WSA Action = 
null> at> 
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha> 
se.java:89)> 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(RESTUt> 
il.java:136)> at> 
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTU> 
til.java:130)> at> 
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.proc> 
essURLRequest(AxisServlet.java:829)> at> 
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:25> 5)> 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(Appl> 
icationFilterChain.java:290)> at> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF> 
ilterChain.java:206)> at> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV> 
alve.java:233)> at> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV> 
alve.java:191)> at> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j> 
ava:128)> at> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j> 
ava:102)> at> 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal> 
ve.java:109)> at> 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav> a:286)> 
at> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java> 
:845)> at> 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce> 
ss(Http11Protocol.java:583)> at> 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44> 7)> at 
java.lang.Thread.run(Thread.java:619)> [ERROR] The endpoint reference (EPR) for 
the Operation not found is> /axis2/servi> ces/wsInsertDB.wsInsertDBHttpEndpoint 
and the WSA Action = null> org.apache.axis2.AxisFault: The endpoint reference 
(EPR) for the Operation> not f> ound is 
/axis2/services/wsI