Hi

Does the C# server map the exception to a SOAP Fault?
It throws a SoapException. I thought it was the same thing.

Is the SOAP Fault message described in your WSDL?
No. How do I do that? The WSDL é automatically generated by Visual C#. Do I
have to manually insert these faults inside the wsdl?

Do you catch the Fault and throw it as a Java exception?
I catch a AxisFault and inside the axisfault object I can see as the only
cause "ClassCastException".

Any help, please?


-----Mensagem original-----
De: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
Enviada em: quarta-feira, 20 de julho de 2005 18:17
Para: [email protected]
Assunto: Re: Axis can't get detailed exception error from C# Server


Does the C# server map the exception to a SOAP Fault?
Is the SOAP Fault message described in your WSDL?
Do you catch the Fault and throw it as a Java exception?

Anne

On 7/20/05, Marcelo Razzolini Correia <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a c# webservice and I can get the detailed Soap Exception that I
> throw when checking some parameters in my c# client. I try to get the
> detailed message in my java client but the only thing that shows is
> ClassCastException.
>
> What am I doing wrong? Any clues?
>
> Thanks
>
>


Reply via email to