function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
marabenmaraben 

Underlying Connection Closed v6 API

Hi,
Although I can get the VB.NET Enterprise sample to work, my own ASP.NET program fails with "Underlying Connection Closed" when doing a .login using the enterprise WSDL that I have downloaded from https://na1.salesforce.com/soap/webservices.jsp.
In fraustration, I reverted to a version of my program which worked a couple of weeks back, but I get the same problem.
The top of the WSDL file looks like this:

Salesforce.com Enterprise Web Services API Version 6.0

Generated on 2005-10-26 13:00:45 +0000.

Copyright 1999-2005 salesforce.com, inc.

All Rights Reserved

<definitions targetNamespace="urn:enterprise.soap.sforce.com"

xmlns="http://schemas.xmlsoap.org/wsdl/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns:tns="urn:enterprise.soap.sforce.com"

xmlns:fns="urn:fault.enterprise.soap.sforce.com"

xmlns:ens="urn:sobject.enterprise.soap.sforce.com"

<types>

<schema elementFormDefault="qualified"

xmlns="http://www.w3.org/2001/XMLSchema"

targetNamespace="urn:sobject.enterprise.soap.sforce.com">

Message Edited by maraben on 11-04-2005 04:44 AM