c# - Call a .asmx web Service from another .asmx web service -
can call web service web service.
i have tried adding web reference , getting below erro
system.configuration.configurationerrorsexception caught message=the current configuration system not support user-scoped settings. source=system baremessage=the current configuration system not support user-scoped settings. line=0 stacktrace: @ system.configuration.localfilesettingsprovider.getpropertyvalues(settingscontext context, settingspropertycollection properties) @ system.configuration.settingsbase.getpropertiesfromprovider(settingsprovider provider) @ system.configuration.settingsbase.getpropertyvaluebyname(string propertyname) @ system.configuration.settingsbase.get_item(string propertyname) @ system.configuration.applicationsettingsbase.getpropertyvalue(string propertyname) @ system.configuration.applicationsettingsbase.get_item(string propertyname)
pls help
extract methods separate class. , access common methods class. both of services can share methods want.
Comments
Post a Comment