Websphere 6 Web 服务问题
我们刚刚将 Web 服务从 websphere 5 升级到 Websphere 6。
一些客户回来告诉我们他们遇到的问题。
任何直接将 SOAP 发布到我们的服务的客户都会遇到以下问题:
由以下原因引起:org.xml.sax.SAXException:WSWS3047E:错误:无法 反序列化bean的元素请求 com.service.generic.query.GenericQuery_Request。
我对旧版 Websphere 5 盒子尝试了相同的肥皂请求,并返回了正确的响应。
您认为这可能是 websphere 6 中的问题还是我们必须为 Websphere 6 重新生成 web 服务?
非常感谢有关此问题的任何帮助
谢谢达米安
,
We have just upgraded our webservice onto Websphere 6 from websphere 5.
A few clients have come back telling us of issues they are having.
Any clients that post SOAP directly to our service are getting issues such as
Caused by: org.xml.sax.SAXException: WSWS3047E: Error: Cannot
deserialize element request of bean
com.service.generic.query.GenericQuery_Request.
I tried the same soap request against our legacy Websphere 5 boxes and the correct responses are returned.
Do you think this may be an issue within websphere 6 or will we have to regenerate our webservice for Websphere 6?
Any help on this issue is greatly appreciated
Thanks
Damien
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能正在处理一个在 WebSphere 中发生更改的库。 您可以尝试将类加载器策略更改为parent_last,看看是否可以修复该问题。
You are likely dealing with a library that got changed in the WebSphere. What you can try to do is change the classloader policy to parent_last to see if it will fix it.