• maraben
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
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

I want to retrieve data for a product, including any newly added fields, without having to manually get the latest WSDL file each time. The office toolkit manages to do it. Any suggestions?
I want to retrieve data for a product, including any newly added fields, without having to manually get the latest WSDL file each time. The office toolkit manages to do it. Any suggestions?