Sudzc with iOS 5 and ARC

后端 未结 4 528
太阳男子
太阳男子 2021-02-02 02:31

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

4条回答
  •  野性不改
    2021-02-02 02:38

    My webService was create in Java with Axis Eclipse.

    FOR ARC I use : "soapenv:Body"

    And in the file SoapObject.m I add

    #import "Soap.h"
    #import "SoapObject.h"
    

提交回复
热议问题