Problem trying to call a web service.
i have cf page needs use user authentication asp.net machine, i'm trying call web service determine whether or not user has been authenticated.
i'm using code:
<cfinvoke
webservice="https://my-domain.com/sessionqueryservice?wsdl"
method="userlookupserviceservice"
returnvariable="authenticated"
>
running returns following error:
unable read wsdl url: https://my-domain.com/sessionqueryservice?wsdl.
error: javax.net.ssl.sslpeerunverifiedexception: peer not authenticated.
i'm assuming certiificate problem, since when visit asp.net machine via browser, certificate warning , have add exception. assumption correct, , there way around it?
ok, fixed authentication problem. i'm little closer getting working. have figure out how session id .net server (which seems odd, because you'd think invoking web service create session id).
if has experience this, advice appreciated.
More discussions in ColdFusion
adobe
Comments
Post a Comment