ios - Type 'ViewController' does not conform to protocol 'Wsdl2CodeProxyDelegate' -


when call wsdl2codeproxydelegate method showing type 'viewcontroller' not conform protocol 'wsdl2codeproxydelegate' error implemented required method @required.but don't know why getting error.can please solving issue.thanks ini getting below error,how can solve?? advance

as can see on following url

http://www.wsdl2code.com/

you need implement following methods, have implemented following methods.

func proxyrecievederror(ex: nsexception, inmethod method: string) { } 

and

func proxydidfinishloadingdata(data: anyobject, inmethod method: string) { } 

Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -