Hi Javier,
I am not quite sure what you meant by ' describing the following two fault messages with WSDL + SOAP1.1'.

But what I gathered from the replies you got is,

1. You have called a web service ( possibly an authentication service) with some credentials 2. For this request you got a response (fault response) saying the user name you entered is incorrect.

/sumedha



Javier Kohen wrote:
Hi,

I need help describing the following two fault messages with WSDL + SOAP
1.1. The messages come from a third party webservice running on .Net and
there's no chance of modifying them in any way.

I'm using Axis2 1.1.1 with XmlBeans binding, so it would be a plus if
the result could be handled with it, at least on the client side.

First message:
    <soap:Fault>
      <faultcode>soap:Client</faultcode>
      <faultstring>The user specified is invalid SignInName:
xxx</faultstring>
      <faultactor>http://.../MyAction</faultactor>
      <detail>
        <errorcode xmlns="mynamespace">InvalidUser</errorcode>
        <errorstring xmlns="mynamespace">The user specified is invalid
SignInName: xxx</errorstring>
        <additionalDetails>
          <originalExceptionErrorMessage>The user specified is invalid
SignInName: xxx</originalExceptionErrorMessage>
        </additionalDetails>
      </detail>
    </soap:Fault>

Second message:
    <soap:Fault>
      <faultcode>AuthenticationFailed</faultcode>
      <faultstring>Authentication Failed</faultstring>
      <detail>
        <NewChallenge xmlns="mynamespace2">a_cookie</NewChallenge>
      </detail>
    </soap:Fault>

If you can't or are not willing to answer this question here, I'd be
grateful if you could at least point me to another list or forum where I
can get more help with this.

Thanks for your time,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to