The Underlying Connection was closed

R

RajeevSekar

Hai Experts,
I am trying to call asp.net web service from a asp page,
i am using the following code to do this

Dim objSoapClient Set objSoapClient =
Server.CreateObject("MSSOAP.SoapClient")
objSoapClient.ClientProperty("ServerHTTPRequest") = True
objSoapClient.mssoapinit("http://localhost/RajeevProjects/F10CRMLeadCreationService/F10CRMLeadCreationWS.asmx?WSDL")
str=objSoapClient.LeadCreation(testString)


But i got Exception like


soap:Server (0x80004005)
Server was unable to process request. --> The underlying connection was
closed: An unexpected error occurred on a send.

Please anyone help me to solve this problem.


Thanks & Regards,
S.Rajeev.
 
N

Nitin Mittal

Dear Rajiv

First of all check the url of the web service u r using.. if its okay.. then
probably there was a network disturbence while a request is being made.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,060
Latest member
BuyKetozenseACV

Latest Threads

Top