javax.xml.rpc.JAXRPCException:调用 Web 服务时出现 java.io.IOException

发布于 2024-11-07 17:27:54 字数 757 浏览 0 评论 0原文

你好 我在 .Net 中有登录 Web 服务,并从我的 J2ME Web 服务客户端。

它运行完美并且代码运行正常 但正如今天我开始我的项目并调用相同的,

它给了我错误,就像

javax.xml.rpc.JAXRPCException: java.io.IOException: Error initializing HTTP tunnel connection: 
HTTP/1.0 403 Forbidden
Content-type: text/html
Server: Muffin/0.9.3a

        at com.sun.j2mews.xml.rpc.OperationImpl.invoke(OperationImpl.java:283)
        at com.aa.stubs.aa_Stub.complaintList(aa_Stub.java:199)
        at com.aa.gui.form.LoginForm$LoginFormListener.getComplainList(LoginForm.java:128)
        at com.aa.gui.form.LoginForm$LoginFormListener$1.run(LoginForm.java:102)

相同的代码在不同的电脑上工作一样,

我测试了网络上可用的其他网络服务,他们甚至给出了相同的错误。

我使用的是ubantu 9.04 我在 win xp 和 Fedora 上测试过它,它正在工作,

可能有什么问题?

Hello
i have Login web service in .Net and calling it from my
J2ME web service client.

it was working perfect and code was working
but as today i started my project and calling same

it is giving me error like

javax.xml.rpc.JAXRPCException: java.io.IOException: Error initializing HTTP tunnel connection: 
HTTP/1.0 403 Forbidden
Content-type: text/html
Server: Muffin/0.9.3a

        at com.sun.j2mews.xml.rpc.OperationImpl.invoke(OperationImpl.java:283)
        at com.aa.stubs.aa_Stub.complaintList(aa_Stub.java:199)
        at com.aa.gui.form.LoginForm$LoginFormListener.getComplainList(LoginForm.java:128)
        at com.aa.gui.form.LoginForm$LoginFormListener$1.run(LoginForm.java:102)

same code is working on different pc

i had test other web service available on web they are even giving same error.

i am using ubantu 9.04
i had test it on win xp as well as on fedora where it is working

what could be problem??

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

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

发布评论

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

评论(1

终难愈 2024-11-14 17:27:54

我找到了解决方案。

我的 Net beans 设置为系统代理,我检查我公司的服务器设置
不允许使用代理网络的地方。

我只是设置了没有代理的net beans,问题就解决了。

i found the solution.

my net beans was set to system proxy and i check my company's server setting
where on proxy networking was not allowed.

i just set my net beans with no proxy and problem is solved.

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