NetTalk Central

Author Topic: Login Rqd for WebApp but not for WebService, but...  (Read 3263 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Login Rqd for WebApp but not for WebService, but...
« on: October 30, 2014, 06:01:02 AM »
In my application i'm using login, all my procedures are set up for "USER MUST BE LOGGED".
In the same application i have WEBSERVICES that is not set up for "USER MUST BE LOGGED"

the problem is, if i access a mothed from WEBSERVICES http://127.0.0.1/mtdgetsomething?id=12 it just work after logged in application.

Regards,
Walter - SOFTVALE
Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Login Rqd for WebApp but not for WebService, but...
« Reply #1 on: October 30, 2014, 11:28:38 PM »
check the WebHandler procedure - there's a list there of procedures that require a login as well.

cheers
Bruce

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: Login Rqd for WebApp but not for WebService, but...
« Reply #2 on: October 31, 2014, 05:04:50 AM »
Hi Bruce,

I really not know what had happen, but after a Rebuild Project (does a clean) everything is normalized.

Thanks
Walter - SOFTVALE
Walter - SOFTVALE