method not found error while accessing web service using asihttprequest
问题 I've created SOAP web service that would be accessible from Objective-C environment with ASIHTTPRequest library using JSON-RPC bridge . When I tested it from JavaScript everything where OK. But from Objective-C I got an error {"id":2,"error":{"code":591,"msg":"method not found (session may have timed out)"}} Web Service: @WebService() public class UserWS { /** * User data list - id, first name, last name, service number, username */ /** * Provides web service to get current user with waiter