spring-ws
How to make Spring-ws work with Kerberos
I couldn\'t find information about how to make org.springframe开发者_如何学JAVAwork.ws.soap.security.xwss.XwsSecurityInterceptor[详细]
2023-03-28 14:33 分类:问答Making persistent connections using spring-ws client
I am using a spring-ws client to invoke a web service in two way ssl mode. I need to make sure that I don\'t end up creating a new connection everytime - instead I re-use connections.[详细]
2023-03-26 22:45 分类:问答Is there a built-in Spring environment variable for the web context root?
I\'m using Spring Web Services to expose a service as a web service. In my spring configuration xml file, I have a bean which is an instance of DefaultWsdl11Definition.One of the properties that needs[详细]
2023-03-26 04:31 分类:问答How to read data from SOAP message with large XOP attachment using Spring WS and Axiom
I\'m trying to build a web-service, which will receive large files and save them with the name specified in SOAP message.[详细]
2023-03-25 13:46 分类:问答transformWsdlLocations & <url-pattern>
When I have in web.xml: <param-name>transformWsdlLocations</param-name> <param-value>true</param-value>[详细]
2023-03-25 09:50 分类:问答Return Type for jdbcTemplate.queryForList(sql, object, classType)
I\'m executing a named query using jdbcTemplate.queryForList in the following manner: List<Conversation> conversations = jdbcTemplate.queryForList([详细]
2023-03-24 23:55 分类:问答Spring ws & multiple schemas
I have spring configuration in my servlet... <context:component-scan base-package=\"org.knowledgebase.webservice\"/>[详细]
2023-03-24 23:53 分类:问答Spring WS AbstractJDomPayloadEndpoint deprecated warning
For my java soap webservice, Spring-ws says AbstractJDomPayloadEndpoint deprecat开发者_StackOverflow中文版ed and I get warning in my code, even debugger does not hit any point in the class, how can I[详细]
2023-03-24 01:16 分类:问答How do you configure a truststore (jssecacerts file) in a spring-ws pox client?
I have a jssecacerts file i need to configure for SSL. Does spring-ws allow you to configure/point to a jssecacerts file? Here is my current configuration, note it is a POX service and not SOAP:[详细]
2023-03-24 00:58 分类:问答Spring WS tutorial: no declarationcan be found for element 'context:component-scan' error
I\'m following step-by-step (basically copying and pasting stuff) this spring-ws tutorial and I just hit a wall when configuring the spring-ws-serv开发者_StackOverflowlet.xml as below:[详细]
2023-03-22 07:06 分类:问答