I\'ve been trying to get a webservices working using Sudzc. Whenever I convert my WSDL to obj-c without automatic reference counting it works just fine. The problem is, we are b
My webService was create in Java with Axis Eclipse.
FOR ARC I use : "soapenv:Body"
"soapenv:Body"
And in the file SoapObject.m I add
#import "Soap.h" #import "SoapObject.h"