El mar, 06-02-2007 a las 11:52 +0530, sumedha rubasinghe escribió:
> 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.

Er... I know perfectly what they mean, thanks. I just need help writing
the WSDL block that correspond to those messages. I am unable to write
it myself properly, although I've written a large amount of correct WSDL
that didn't reference faults.

Please see Message-Id: <[EMAIL PROTECTED]> by
myself where I explain in more detail why I'm stuck.

Thanks,

> 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]

-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to