You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2017/03/26 10:48:41 UTC

[jira] [Commented] (AXIS2-5843) Getting "The [action] cannot be processed at the receiver." while invoking request xml

    [ https://issues.apache.org/jira/browse/AXIS2-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942229#comment-15942229 ] 

Andreas Veithen commented on AXIS2-5843:
----------------------------------------

Can you enable debug logging for org.apache.axis2 and attach the logs?

> Getting "The [action] cannot be processed at the receiver." while invoking request xml
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5843
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5843
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.7.4
>         Environment: Windows 10
>            Reporter: Ramesh Kumar G
>
> I have re-created and deployed simple Axis 2 webservice using Top down approach (see below) many times in Apache Tomcat server. But, I've been unable to get this simple webservice app to work!
> That is, when I submit the simple SOAP request (see "service request", below) I receive the following error: "The [action] cannot be processed at the receiver."
> QUESTION: What is causing this error: " "? DO I need to modify wsdl SoapAction values b4 creating web service files. Please help.
> Endpoint URL is : http://localhost:8080/NotifyEvt/services/EventNotifyService/
> Request XML
>     <soap:Envelope
>     xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
>     xmlns:even="http://veda-services/event-notify-v1-0.xsd"
>     xmlns:wsa="http://www.w3.org/2005/08/addressing">
>     <soap:Header>
>         <wsa:Action>http://localhost:8080/event/notifyEvent</wsa:Action>
>     </soap:Header>
>     <soap:Body>
>     <even:enquiry-id>23232323121266</even:enquiry-id>
>     </soap:Body>
>     </soap:Envelope>
> Error Response
>     <soapenv:Body>
>        <soapenv:Fault>
>           <soapenv:Code>
>              <soapenv:Value>soapenv:Sender</soapenv:Value>
>              <soapenv:Subcode>
>                <soapenv:Value xmlns:wsa="http://www.w3.org/2005/08/addressing">wsa:ActionNotSupported</soapenv:Value>
>             </soapenv:Subcode>
>            </soapenv:Code>
>            <soapenv:Reason>
>             <soapenv:Text xml:lang="en-US">The [action] cannot be processed at the receiver.</soapenv:Text>
>          </soapenv:Reason>
>          <soapenv:Detail>
>             <wsa:ProblemAction xmlns:wsa="http://www.w3.org/2005/08/addressing">
>                <wsa:Action>{http://schemas.xmlsoap.org/wsdl/http/}//localhost:8080/event/notifyEventRequest</wsa:Action>
>            </wsa:ProblemAction>
> Please help me to fix the issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org