Unable to send SOAP request ovet https URL provided by SalesForce.com (WSDL)

Hi All,

I created the WSCOnnector(consumer) succesfully using the WSDL provided by CRM(SALESFORCE.COM).

SOAP ADDRESS LOCATION in WSDL IS ::
<soap:address location="https://xyz.salesforce.com/services/Soap/class/GetList>

(USER ID AND PWD is also provided)

When Im trying to send the SOAP Request using Pub.client.SOAPHTTP.
overHTTPS
Unknown Host Exception is thrown.

Could you please guide me to get this working.

  1. Do I need to do any configuration from network point of view
  2. Does the CRMSFDC required any SSL configuration

Thanks in advance

Regards
Santosh Arora

Unknown host means that your IS can not resolve the hostname in the URL. You can use a command line utility like telnet, ping or nslookup to confirm that your IS server can resolve the hostname. If it can not, you will either need to use the IP address instead of the hostname or work with your network folks to resolve the issue.

Mark