IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

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

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

    Posted Thu October 23, 2008 02:02 PM

    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


    #API-Management
    #webMethods
    #soa


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

    Posted Fri October 24, 2008 05:09 PM

    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


    #webMethods
    #soa
    #API-Management