I discover yesterday a library to use WebServices with Objective-C : Sudzc. I try to use this and i have a problem with parameters in call methods. I call like this :
SDZMobileActionsBeanService *service = [SDZMobileActionsBeanService service];
[service getListMobileMenuItemByMobileApplicationId:self action:@selector(getApp:) arg0:15];
arg0 is my argument and when soap transmit request to my jboss server i see that arg0 is null. I try also with wsdl2objc library it's the same result. I don't know why, any suggestions?
Thanks