Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

problem with ServerXmlHttp

Hello,

I am getting a problem while connecting to secure site which requires the
SSL certificate via Https.
I am using ServerXmlHttp in Asp.Net to connect to the third party server.
I have also installed the SSL certificate in my machine.
But when i send my request as an Xml Dom Document object a receive an error
as "Internal Server Error(500)".

Also i am able to log on to the Third party server through my web browser.

I am unable to find any reason for not connecting through the code.
Has anyone have any idea. Any help will be highly appreceated.

Amit.
[619 byte] By [Amit] at [2007-11-9 15:29:02]
# 1 Re: problem with ServerXmlHttp
You are going to need to look in the third party's event logs etc. to get an
idea of what has really gone wrong. If the server is known to be otherwise
stable you should scrutanise your xml to make sure it conforms to the
server's expectations. Are there other users of the third party making
successful SSL posts?

Anthony.
Anthony Jones at 2007-11-11 23:29:39 >
# 2 Re: problem with ServerXmlHttp
"Anthony Jones" <Ant@yadayadayada.com> wrote:
>You are going to need to look in the third party's event logs etc. to get
an
>idea of what has really gone wrong. If the server is known to be otherwise
>stable you should scrutanise your xml to make sure it conforms to the
>server's expectations. Are there other users of the third party making
>successful SSL posts?
>
>Anthony.
>
>

Hi Anthony,
Thanks for replying.

Actually it is understood between the third party server and me that if the
xml document sent through my request is invalid then the server would generate
an error response which would also be another xml document.
Also i have contacted the third party server to check whether other people
are able to connect with it.
But problem for me is that i am able to connect from my browser and test
my xml document successfully, so i just wanted to be confirmed that there
is no problem in my code which would cause for the serevr to generate 'Internal
Server Error'.

Amit
Amit at 2007-11-11 23:30:40 >
# 3 Re: problem with ServerXmlHttp
>>
so i just wanted to be confirmed that there
is no problem in my code which would cause for the serevr to generate
'Internal
Server Error'.
<<

I can't see how calling client code can generate an internal server error.
Perhaps you should post the ASP.NET code to he appropriate Group.

Anthony.
Anthony Jones at 2007-11-11 23:31:44 >
# 4 Re: problem with ServerXmlHttp
"Anthony Jones" <Ant@yadayadayada.com> wrote:
>>>
>so i just wanted to be confirmed that there
>is no problem in my code which would cause for the serevr to generate
>'Internal
>Server Error'.
><<
>
>I can't see how calling client code can generate an internal server error.
>Perhaps you should post the ASP.NET code to he appropriate Group.
>
>Anthony.
>
>

Thanks for all the replies and suggestions.
The third party server people have actually identified a problem in their
server following my mail to them, i think now i will be able to connect after
the problem is solved.
Thanks a lot again

Amit.
Amit at 2007-11-11 23:32:46 >