Hi,
an exception that is happening in a Web Service constructor does not get
streamed back to my client. All other methods are, but not the constructor.
Is this normal? Is there anyway around it. I just get a General Server
Error at the client.
Tolga Erdogus - 09 Jul 2004 19:07 GMT
I tried throwing a SoapException but that didn't work either...
> Hi,
>
> an exception that is happening in a Web Service constructor does not get
> streamed back to my client. All other methods are, but not the constructor.
> Is this normal? Is there anyway around it. I just get a General Server
> Error at the client.