Xcode 应用程序上传时实例化 Web 服务客户端失败
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已经到了最底层了。在我们的防火墙上运行 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.
您尝试过使用应用程序加载器吗?尝试一下,看看是否有效。希望这有帮助。
Have you tried using Application Loader? Try that and see if it works. Hope this helps.