Hi,
I'm customiizing ML 8.0 VB.Net. one of the task is invoking WSI.
WSE 3.0 is configured on Development server as suggested here http://manual.aspdotnetstorefront.co...tallingWSI.htm and /ipx.asmx is tested successfully.
But, when am trying to execute the sample client code provided by ASPDNSF it says -
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentException: Authentication Failed
at ipx.DoItUsernamePwd(String AuthenticationEMail, String AuthenticationPassword, String XmlInputRequestString) in D:\Domains\EZway\SUNY_ADNSF\Web\App_Code\ipx.vb:li ne 45
--- End of inner exception stack trace ---
I've tried both options of "Use WSE3 Token Authentication:", plain & password field value from database.
Can somebody help me out?
Thanks.