Hi,
I try to consume a web service for adresse validation . The service runs over HTTPS on the internet.
I manage to import the wsdl and create the proxy classes in Jade, but when I try to invoke a method I got an error. Same when I create a JadeTestCase
The service returned a fault message
HTTP Error 12029 HTTP Send Request Failed
I put Fiddler to trace the call but it even does not have any trace of activity. It looks like nothing try to connect to internet.
Do I miss something ?
Thanks
Jose