gpt4 book ai didi

objective-c - SOAP WebService objective-c

转载 作者:行者123 更新时间:2023-11-28 20:32:20 24 4
gpt4 key购买 nike

客户实现 soap webservice,并给我这个服务的 url。 url 上有这段文字:

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:

svcutil.exe http://server/?wsdl

This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example: ...

我必须在 objective-c 上实现客户端应用程序。问题:

1) 这项服务有效吗?或者我必须要求客户在他的服务器上执行操作 (svcutil.exe http://server/?wsdl)。他应该向我发送生成的文件吗?

2) 我应该执行哪些步骤来实现此服务的客户端?

3) 我应该使用 WebService 核心框架吗?如何将它包含到我的 iOS 项目中?

谢谢

最佳答案

不要使用任何会为您生成文件的工具,而是遵循本教程,您将获得所需的所有信息,http://www.icodeblog.com/2008/11/03/iphone-programming-tutorial-intro-to-soap-web-services/

并且您应该要求您的客户向您提供 soap 请求,以便您可以解析它们。如何解析?在上面的链接中给出。

祝你好运

关于objective-c - SOAP WebService objective-c,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11755408/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com