Xcode 应用程序上传时实例化 Web 服务客户端失败

发布于 2024-11-24 09:12:37 字数 447 浏览 2 评论 0原文

我正在使用 XCode 4.0.2 将我的 iPhone 应用程序上传到 iTunes 应用程序商店,但收到以下错误消息:

Failure instantiating web-service client
An exception has occurred: Unable to open url: https://contentdelivery.itunes.apple.com/WebObjects/MZLabelService.woa/ws/MZITunesProducerService?wsdl
Could not connect to Apple's web service
Unable to authenticate the package: 450416349.itmsp

我已获得最新的 Java 版本 (1.6),并仔细检查了 Java 首选项中的网络设置。

有什么想法吗?

I'm using XCode 4.0.2 to upload my iPhone app to the iTunes app store but get the following error messages:

Failure instantiating web-service client
An exception has occurred: Unable to open url: https://contentdelivery.itunes.apple.com/WebObjects/MZLabelService.woa/ws/MZITunesProducerService?wsdl
Could not connect to Apple's web service
Unable to authenticate the package: 450416349.itmsp

I've got the latest Java version (1.6) and have double checked the network settings in the Java preferences.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我很坚强 2024-12-01 09:12:37

已经到了最底层了。在我们的防火墙上运行 TCP 转储发现 XCode 发出的一些(但不是全部)请求正在使用配置的代理,而其他请求则没有。

我们允许完全绕过代理进行测试,一切正常。

Got to the bottom of it. Running a TCP dump on our firewall discovered that some (but not all) of the requests that XCode made were using the configured proxy, and others were not.

We allowed the proxy to be bypassed completely to test and it all worked fine.

自演自醉 2024-12-01 09:12:37

您尝试过使用应用程序加载器吗?尝试一下,看看是否有效。希望这有帮助。

Have you tried using Application Loader? Try that and see if it works. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文