Hey Guys,
We're trying to use some WSI tools we've developed against an ML 8.1.2 isntance and noticing we are getting errors. Mainly, we used to do the following:
Is this now AspDotNetStorefrontImportWebServiceSoapClient?AspDotNetStorefrontImportWebService svc = new AspDotNetStorefrontImportWebService();
private string _userName = ConfigurationManager.AppSettings["StoreUserName"];
private string _password = ConfigurationManager.AppSettings["StorePassword"];
svc.Url = ConfigurationManager.AppSettings["WSIUrl"];
svc.DoIt(blahblah);
If so, any updated samples for these changes?