Hi All,
Had anyone tried consuming .Net webservices( configured for Single Sign on) via Java client.
Environment: CS10, .Net WebSvc (Windows Authentication enabled) and security mode =TransportCredentialOnly and clientCredentialType="Windows" in webconfig, Java client
I was able to get data but it takes about 30secs to get the data where as when I use regular .net webservices using username & pwd to authenticate, it takes just 2secs to get node data.
It's fast when the .net webservices(SSO) consumed via .net client. The issue is only when using Java Client.
Any insights would be highly appreciated.
Mahesh