Hi,
An exception of type 'System.Net.WebException' occurred in System.dll but was not handled in user code.
The remote server returned an error: (500) Internal Server Error.
using code:
using (Stream stream = request.GetRequestStream())
{
SOAPReqBody.Save(stream);
}
//Geting response from request
using (WebResponse Serviceres = request.GetResponse())
Please give me suggestion for sove this error.
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Oct 25, 2017, 9:33 AM
Rajkiran SwainPosted Oct 26, 2017, 3:09 AM
Shefali LahariyaPosted Oct 26, 2017, 1:45 AM