You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Patrik Johansson (JIRA)" <ji...@apache.org> on 2007/05/09 12:03:15 UTC

[jira] Created: (SANDESHA2-88) Uninformative SOAP faults when trying to shoot at a RM endpoint from a non-RM client

Uninformative SOAP faults when trying to shoot at a RM endpoint from a non-RM client
------------------------------------------------------------------------------------

                 Key: SANDESHA2-88
                 URL: https://issues.apache.org/jira/browse/SANDESHA2-88
             Project: Sandesha2
          Issue Type: Improvement
            Reporter: Patrik Johansson
            Priority: Minor


When shooting at an endpoint running on RM from a non-RM client the fault returned is 

<soapenv:Fault>

  <soapenv:Code>
    <soapenv:Value>soapenv:Sender</soapenv:Value>
    <soapenv:Subcode>
      <soapenv:Value>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>
      <wsa:Action>*</wsa:Action>
    </wsa:ProblemAction>
  </soapenv:Detail>

</soapenv:Fault>

, which is not very informative for the client user. It would be great if one could get some info saying that this endpoint needs the client to run RM. 

Perhaps "Expected http://.../CreateSequence" could be added to the reason text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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