2016-03-07 127 views
1

当我调用Wsdl2CodeProxyDelegate方法它表示类型“的ViewController”不符合协议“Wsdl2CodeProxyDelegate”错误我实现所有需要的方法,该方法是BE @ required.But我不知道为什么我收到此error.Can请您在I am Getting Below error,How can i solve??提前类型“的ViewController”不符合协议“Wsdl2CodeProxyDelegate”

+0

可以添加你实现的方法名称 –

+0

是@HarshalBhavsar。但我仍得到相同和error.The文件是在Objective-C。 –

+0

你可以张贴代码 –

回答

0

解决这个issue.Thanks帮助,我可以在以下网址看到

http://www.wsdl2code.com/

需要实现以下方法,您是否实施了以下方法。

func proxyRecievedError(ex: NSException, InMethod method: String) { 
} 

func proxydidFinishLoadingData(data: AnyObject, InMethod method: String) { 
} 
+0

我加了上面的方法仍然我面临同样的问题。@ Harshal Bhavsar –

+0

请发布您的代码 –

相关问题