Solved
Forum Discussion
Suhas
6 years agoIdeator I
Hello SaiSunil,
Instead of complete URL (i.e localhost/.../default.aspx) can you please check with(localhost/.../)
As well as while creating HttpServerConnection object pass password parameter without using MD5 encryption.
i.e. HttpServerConnection con = IomFactory.CreateHttpServerConnection(url, database, username, password);
But in case of OAuth above code will not work directly.
Regards,
Suhas
saisunil
6 years agoIdeator I
Hi Suhas,
Thank you so much it works fine.
Regards,
Sunil