views:

20

answers:

0

Their wsdl is here

https://www.wealthengine.com/ws2/search?wsdl

I can connect via http, and work with this WS, however when I change the link to https, It can't connect to this service.

Here is the error I get.

There was an error downloading 'https://www.wealthengine.com/ws2/search?wsdl'. The underlying connection was closed: An unexpected error occurred on a send. Received an unexpected EOF or 0 bytes from the transport stream. Metadata contains a reference that cannot be resolved: 'https://www.wealthengine.com/ws2/search?wsdl'. An error occurred while making the HTTP request to https://www.wealthengine.com/ws2/search?wsdl. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server. The underlying connection was closed: An unexpected error occurred on a send. Received an unexpected EOF or 0 bytes from the transport stream. If the service is defined in the current solution, try building the solution and adding the service reference again.

Any ideas on how to configure it so it works via https? Thanks!