跳至內容
選單
此問題已被標幟
4183 瀏覽次數

Hello! i am developing an ios app to connect to product.product and i am trying to make a simple search call, this is how i am doing it:

NSArray *arr = [NSArray arrayWithObjects:@"active", @"=", YES, nil];

    NSArray *arri =[NSArray arrayWithObjects:arr, nil];

    [request2 setMethod:@"execute" withParameters:[NSArray arrayWithObjects:@"db_ms",1,@"pass1", @"product.product", @"search", arri, nil]];

but it's giving me Thread 1:EXC_BAD_ACCESS(code =2, adress=0x1) when creating arr array, i don't know what i am doing wrong.

 

I already managed to login with this code:

XMLRPCRequest *request = [[XMLRPCRequest alloc] initWithURL:[NSURL URLWithString:@"http://192.168.1.106:8069/xmlrpc/common"]];

    XMLRPCConnectionManager *manager = [XMLRPCConnectionManager sharedManager];

    

    [request setMethod:@"login" withParameters:[NSArray arrayWithObjects:@"db_ms",@"admin",@"pass1", nil]];

and it worked. I don't know what is the syntax to pass values to the search, i would appreciate some help.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
3月 15
5775
1
1月 20
9829
0
5月 16
6274
3
7月 25
2837
1
10月 24
2060