Re: SoapException - NullReferenceException
- From: "Nick" <a@xxxxx>
- Date: Wed, 21 May 2008 09:50:27 +0100
Hi Steven
As for webservice over SSL, there does exists some common issue such as
the
client certificate supplyment(if you've configured it to require client
cert) or the server certificate of the SSL is not recognized at client
side. Since the "Null Reference" exception is quite a general one, I
think
it would be better to do more tests before we look further into it:
** You can turn off SSL and access it through normal http to see whether
it
works.
Okay, well, I know that the SSL certificate is fine, if that helps as the
error page that I am redirected to has the same certificate as it's on the
same sate, and IE says it's all okay. Also I have previously had the issue
with an invalid certificate and know this to not be the case.
** As you mentioned that you can visit the asmx page via webbrowser, is
there any warning or error when you visit it through webbrowser? Some
warning (that can be suppress interactively) may cause exception when we
access it programmtically
Nope, I can just view the page fine. If I try and invoke it through the
browser I get redirected to a 500 error, internal server error.
**As Alex suggested, Eventlog is also worth checking for any useful clues.
Unfortunately there is nothing in the Event Viewer for this error, do I
have to enable something in order to see more detailed information?
Cheers for your time, I'm still cracking at it.
Nick.
.
- Follow-Ups:
- Re: SoapException - NullReferenceException
- From: Nick
- Re: SoapException - NullReferenceException
- References:
- SoapException - NullReferenceException
- From: Nick
- RE: SoapException - NullReferenceException
- From: Steven Cheng [MSFT]
- SoapException - NullReferenceException
- Prev by Date: Re: SoapException - NullReferenceException
- Next by Date: Re: SoapException - NullReferenceException
- Previous by thread: RE: SoapException - NullReferenceException
- Next by thread: Re: SoapException - NullReferenceException
- Index(es):
Relevant Pages
|