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 keithgchap...@gmail.com wrote: From: keith chapman keithgchap...@gmail.com Subject:

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

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: ?xml version='1.0' encoding='UTF-8'?soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope;soapenv:Bodyns1:insertDept xmlns:ns1=http://wsDB;ns1:deptNameInformation

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,

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

2008-09-01 Thread MShah
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

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

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. http://wso2.org/library/176