Page 1 of 1

Web Service Consumer

Posted: Tue Jun 06, 2017 4:48 pm
by perezjos
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

Re: Web Service Consumer

Posted: Wed Jun 21, 2017 11:53 am
by perezjos
the response :

[JadeEnvironment]
EnableWinHTTP = false
EnableWinINet = true


all working now
thanks