Click here to Skip to main content
15,919,245 members

Comments by jcjohnc (Top 6 by date)

jcjohnc 14-Apr-16 9:19am View    
namespace ZZZZZZ.Services
{
// NOTE: If you change the interface name "IService1" here, you must also update the reference to "IService1" in Web.config.
[ServiceContract]
public interface IIcxnService
{
[OperationContract]
DataSet GetAxxxetData(string searchCode);

[OperationContract]
DataSet LoadDailyAxxxts(string date);

}
}
jcjohnc 14-Apr-16 8:28am View    
Hi, just wondering if anybody can help on this? Tks
jcjohnc 14-Apr-16 6:14am View    
@Rishikesh_Singh - any update on were the service contract code location is?
jcjohnc 14-Apr-16 5:07am View    
service contract code? do you know where this is located so I can copy it in.
jcjohnc 14-Apr-16 4:05am View    
Hi, it is part of the config file in the main project, that is the snippet above from the config file