Note that there are some explanatory texts on larger screens.

plurals
  1. POThe endpoint reference (EPR) for the Operation not found is
    primarykey
    data
    text
    <p>I have been struggling with the following error the last couple of days can you please help!</p> <p>I generated my server and client code using the wsdl2java tool from a wsdl 2.0 file. When invoking the webservice I am getting the following error:</p> <pre><code>org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /axis2/services/MyService/authentication/?username=Denise345&amp;password=xxxxx and the WSA Action = null </code></pre> <p>My service is displayed on the axis2 webpage with all available methods. Here is the output from TcpMon</p> <pre><code>============== Listen Port: 8090 Target Host: 127.0.0.1 Target Port: 8080 ==== Request ==== GET /axis2/services/MyService/authentication/?username=Denise345&amp;password=xxxxx HTTP/1.1 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 SOAPAction: "" User-Agent: Axis2 Host: 127.0.0.1:8090 ==== Response ==== HTTP/1.1 500 Internal Server Error Server: Apache-Coyote/1.1 Content-Type: application/xml;charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 12 May 2011 15:53:20 GMT Connection: close 12b &lt;soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"&gt; &lt;soapenv:Text xml:lang="en-US"&gt;The endpoint reference (EPR) for the Operation not found is /axis2/services/MyService/authentication/?username=Denise345&amp;password=xxxxx and the WSA Action = null&lt;/soapenv:Text&gt;&lt;/soapenv:Reason&gt; 0 </code></pre> <p>==============</p> <p>I am using:</p> <ul> <li>axis2-1.5.4</li> <li>Tomcat 7.0.8</li> <li>wsdl 2.0 file</li> </ul> <p>Please help!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload