Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 5286 invoked from network); 31 Dec 2008 17:10:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 17:10:22 -0000 Received: (qmail 83456 invoked by uid 500); 31 Dec 2008 17:10:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 83393 invoked by uid 500); 31 Dec 2008 17:10:20 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 83382 invoked by uid 99); 31 Dec 2008 17:10:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 09:10:20 -0800 X-ASF-Spam-Status: No, hits=-1998.4 required=10.0 tests=ALL_TRUSTED,FRT_LEVITRA,NORMAL_HTTP_TO_IP,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 17:10:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4FA2F234C4A7 for ; Wed, 31 Dec 2008 09:09:44 -0800 (PST) Message-ID: <2217021.1230743384322.JavaMail.jira@brutus> Date: Wed, 31 Dec 2008 09:09:44 -0800 (PST) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-4168) The service cannot be found for the endpoint reference (EPR) Error While Invoking Axis2 Webservice from SOAP client In-Reply-To: <58112379.1228485104347.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660095#action_12660095 ] Deepal Jayasinghe commented on AXIS2-4168: ------------------------------------------ Did you check your request, please make sure that your client send the correct SOAP action. Deepal > The service cannot be found for the endpoint reference (EPR) Error While Invoking Axis2 Webservice from SOAP client > ------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-4168 > URL: https://issues.apache.org/jira/browse/AXIS2-4168 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: adb > Affects Versions: 1.4.1 > Environment: Windiws XP > Reporter: naveen kvm > Priority: Critical > > Hi, > I am gettign the following exception when i tried to invoke my axis2(1.4.1) webservice from .NET client: > The service cannot be found for the endpoint reference (EPR) http://135.127.123.138:8080/project24/aptra/unifiedagent/server/servermgmt/host > org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) http://135.127.123.138:8080/project24/aptra/unifiedagent/server/servermgmt/host > at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:65) > 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.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275) > at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > 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:175) > 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:879) > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2080) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > My axis2.xml: > > > > > > true > false > false > false > > > > > > > > > > > > > 30000 > > > false > > > > > false > admin > axis2 > > > > > > > C:/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/project24/WEB-INF/aptra/unifiedagent/server/servermgmt/host > > > > > project24--> > > > > aptra/unifiedagent/server/servermgmt/host > > > false > > > false > > > > > > > > > > > > > > > > > > > > > > > > > > > class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/> > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> > class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/> > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> > > > > > > > > class="org.apache.axis2.transport.http.XFormURLEncodedFormatter"/> > class="org.apache.axis2.transport.http.MultipartFormDataFormatter"/> > class="org.apache.axis2.transport.http.ApplicationXMLFormatter"/> > class="org.apache.axis2.transport.http.SOAPMessageFormatter"/> > class="org.apache.axis2.transport.http.SOAPMessageFormatter"/> > > > > > > > > class="org.apache.axis2.builder.ApplicationXMLBuilder"/> > class="org.apache.axis2.builder.ApplicationXMLBuilder"/> > class="org.apache.axis2.builder.XFormURLEncodedBuilder"/> > class="org.apache.axis2.builder.MultipartFormDataBuilder"/> > > > > > class="org.apache.axis2.transport.http.SimpleHTTPServer"> > 8080 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > class="org.apache.axis2.transport.tcp.TCPTransportSender"/> > class="org.apache.axis2.transport.local.LocalTransportSender"/> > class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> > HTTP/1.1 > chunked > > > > class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> > HTTP/1.1 > chunked > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"> > > > class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"> > > > > > class="org.apache.axis2.dispatchers.AddressingBasedDispatcher"> > > > > > > > class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/> > class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/> > class="org.apache.axis2.dispatchers.RequestURIOperationDispatcher"/> > class="org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher"/> > class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/> > class="org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher"/> > class="org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher"/> > > > > > > class="org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker"> > > > > > > > > > > > > > > > > > > > class="org.apache.axis2.dispatchers.AddressingBasedDispatcher"> > > > > > > > class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/> > class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/> > class="org.apache.axis2.dispatchers.RequestURIOperationDispatcher"/> > class="org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher"/> > class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/> > class="org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher"/> > class="org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher"/> > > > > > > > > > > > > > > > > > My tomcat server.xml: > > > > > > > > > > > > > > > type="org.apache.catalina.UserDatabase" > description="User database that can be updated and saved" > factory="org.apache.catalina.users.MemoryUserDatabaseFactory" > pathname="conf/tomcat-users.xml" /> > > > > > > > > > > > connectionTimeout="20000" redirectPort="8443" /> > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" disableUploadTimeout="true" > acceptCount="100" scheme="https" secure="true" > clientAuth="true" sslProtocol="TLS" > keystoreFile="C:/Program Files/Java/jre1.6.0_07/bin/.keystore" > keystorePass="changeit" /> > > > > > > > > > > > > > > > resourceName="UserDatabase"/> > > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > > > > > > > > > > > My WSDL: > > targetNamespace="http://tempuri.org/" > xmlns:tns="http://tempuri.org/" > xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" > xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" > xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" > xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:wsa10="http://www.w3.org/2005/08/addressing" > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:i0="http://www.ncr.com/aptra/unifiedagent/server" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" > xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://135.127.123.138:8080/project24/aptra/unifiedagent/server/servermgmt/host > > JH50012@corp.ncr.com > > > > > > > Plese felp me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.