Web Service Registration

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
moustafa
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Wed Oct 19, 2011 9:54 pm

Web Service Registration

Post by moustafa » Mon Mar 18, 2013 10:40 pm

Hi,

I want to register a web service in AC Gold. In AC 7, we'd add the following to App_Data/ablecommerce.config:

Code: Select all

<files>
        .......
	<add path="AbleMods.QBWebService.asmx" />			
</files>
However, the structure of AC Gold's config file has changed entirely, so where do we put this?

Thanks,
Moustafa

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Web Service Registration

Post by AbleMods » Wed Mar 20, 2013 5:32 am

In AbleCommerce Gold, you add the line to the /app_data/ssl.config file. Same syntax, just a different file.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

moustafa
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Wed Oct 19, 2011 9:54 pm

Re: Web Service Registration

Post by moustafa » Wed Mar 20, 2013 5:48 am

Thanks a lot, Joe!

Post Reply