Open Bug 1331360 Opened 7 years ago Updated 7 years ago

Method not found = error for all methods

Categories

(Testopia :: API, defect)

defect
Not set
normal

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: el_tigre4jc, Assigned: gregaryh)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170109165508

Steps to reproduce:

BUgzilla 4.4.12

Hi!

I tried to make a new .NET client to use XMLRPC .NET.

The installation work normally, when accessed by GUI. 

I managed to login by calling User.login function. This was ok. I received the login token.

But every other function I call (like testopia.testopia_version or Tesplan.get_test_cases) fails with the following error:

The requested method 'TestPlan.get_test_cases' was not found
The requested method 'Testopia.testopia_version' was not found

What can I do? Why do the login function works and any other functions don't work?

Thank you
SOLVED !

Seemed like the method whitelisting was missing.
Done that and now everything works all right.
You need to log in before you can comment on or make changes to this bug.