Below is sample code for creating custom Web Service using eConnect for Next PONumber.
public static string nextponumber = string.Empty;
string sConnectionString = @"data source=datasource;initial catalog=TWO;integrated security=SSPI;persist security info=False;packet size=4096";
GetNextDocNumbers myDocNumbers = new GetNextDocNumbers();
nextponumber = myDocNumbers.GetNextPONumber(IncrementDecrement.Increment, sConnectionString);
public static string nextponumber = string.Empty;
string sConnectionString = @"data source=datasource;initial catalog=TWO;integrated security=SSPI;persist security info=False;packet size=4096";
GetNextDocNumbers myDocNumbers = new GetNextDocNumbers();
nextponumber = myDocNumbers.GetNextPONumber(IncrementDecrement.Increment, sConnectionString);
No comments:
Post a Comment