您的位置:首页 > 编程语言 > Java开发

Spring中常用的hql查询方法(getHibernateTemplate())

2012-10-04 19:53 429 查看
description:

        No Deserializer found to deserialize a 'xxx' using encoding style 'yyy'

reason:

        the requesting envelope-xml doesn't match the wsdl definition. you can monitor the request-envelope-xml with TCP/IP Monitor (Eclipse plugin) and check against the wsdl definition, especially the "xmlns:xx" and "xsi:type" part.

 

SOAP Client

1. Apache SOAP

2. Apache Axis (based on #1, found memory issue actually (https://issues.apache.org/jira/browse/AXIS-2749), not recommended)

3. Apache Axis2 (based on #2)

4. CXF

5. Weblogic clientgen

 

TIP: All the client technologies mentioned above can generate the client artifact via wsdl file. But you can just post the xml document to the SOAP server and you can also get the response(xml), find an example here: http://www.java-tips.org/other-api-tips/httpclient/how-to-send-an-xml-document-to-a-remote-web-server-using-http-5.html 

 

 

Reference:

        实例讲解:JAVA SOAP技术: http://imain.iteye.com/blog/263494

        Apache SOAP type mapping, Part 1: Exploring Apache's serialization APIs:http://www.ibm.com/developerworks/webservices/library/ws-soapmap1/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: