0
A
回答
0
我覺得這是你所需要的: How to call soap service
0
這裏..
嘗試此鏈接.. SoapCalls and XmlParsing example for Iphone
您也可以使用WSDL2ObjC ..例如以下就在這裏..對於一日一...它比wsdl2objC更加靈活.. WSDL2ObjC
最好去
快樂編碼.. :)
1
我使用SudzC爲SOAP Web服務創建一個Objective-C代理。
0
ios上的web服務有2種類型的XML-RPC和SOAP。您必須選擇要使用的Web服務。這兩個例子。
1.SOAP
tell application "URL of the soap web-service"
call Soap{ option+l
method name: method_name, SOAPAction: action_name, option+l
method namespace uri: namespace_name, parameters: parameters_list}
end tell
2.XMP-RPC
tell application "URL of xml web-service"
call xmlrcp {method name: method_name, parameters: parameters_list}
end tell
相關問題
- 1. iphone Web服務
- 2. iphone + web服務
- 3. iPhone Web服務
- 4. iphone web服務
- 5. iphone web服務
- 6. 使用Web服務在iPhone
- 7. iPhone Soap Web服務
- 8. iPhone web服務ASIHTTPRequest
- 9. iPhone的Web服務通訊
- 10. WSDL web服務爲iphone
- 11. iPhone上的Web服務sdk
- 12. iPhone上的Web服務
- 13. iPhone Web服務通訊
- 14. iPhone Web服務NSData和PHP
- 15. Web服務肥皂iphone
- 16. pdf從web服務到iPhone
- 17. iPhone和SOAP Web服務
- 18. iPhone的RESTful Web服務
- 19. iphone中的Web服務
- 20. 無法解析Web服務在iphone
- 21. Web服務在蘋果Iphone連接
- 22. 在iphone上使用soap l web服務
- 23. 肥皂web服務不工作在iphone
- 24. 實現Web服務在iPhone SDK的WSDL
- 25. 檢查Web認證服務在iphone
- 26. WSDL SOAP Web服務在IPhone應用
- 27. 如何在iphone中使用Web服務
- 28. Web服務或Web服務
- 29. iPhone如何在iPhone和Web服務器之間交換數據?
- 30. 在Web服務
什麼類型的web服務的? – 2011-04-23 09:09:22
你嘗試了什麼等等...請輸入6個以上的單詞。 – shkschneider 2012-07-10 13:18:20