Base solution for your next web application
Open Closed

Can't call App Tier Methods #1732


User avatar
0
pamparo created

Hi guys, sorry for my english.

I'm developing an app that was started by other programmer and he implemented the ASP.NET Boilerplate architecture.

He put some methods in the Application Tier that i can call them perfectly from the Web Tier in the client JS. Im added some methods to the Application Tier in one of the services, but when i try to call those method i created, i get an error "lotService.GetPayment is not a function", But i already have the GetPayment method implemented.

What am i doing wrong?

Thank you in advance!


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    methods on the client side starts with lower case letters. I think you should call your method as "lotService.getPayment"