DataConnection with a certificate
I have a dataconnection calls a wcf service wsdl that requires a digital certificate, but it is not returing the data that I can tell and no error is being thrown. The certificate has been loaded on the server and brings data back via a process I've created, so I know the call to the wsdl works.
I want to make the call via the data connection without submitting the form. I have succeeded doing a similar action with another data connection calling a web service but that one doesn't require a certificate.
So can thes done via a process without submitting the form or is there another way with the dataconnection?
