spring-ws
Custom Context in Spring-WS
I am trying to customize the spring-ws servlet context in a similar manner as I did for my spring context. For the initial context (initialized when the server starts), I have extended the ContextLoad[详细]
2023-02-08 15:40 分类:问答Need help deciphering a small stack trace: which kind of WS am I using?
I\'m tryin开发者_运维百科g to deploy an application and I\'ve got a webservice that is unavailable.By contacting the team responsible for the webservice, they\'re asking me if I\'m using Axis or Sprin[详细]
2023-02-08 06:58 分类:问答How Should I Unit Test WebServiceTemplate (SpringWS)
I\'m trying to figure out the best way to write unit tests for Spring\'s WebService Template classes.What I\'m trying to do is check to make sure that I wired these classes up correctly for each reque[详细]
2023-02-07 22:17 分类:问答Using AspectJ to replace third party objects with mocks in Unit Tests
I\'m writing a web services client using Spring-WS and the WebServiceTemplate class.Down in the bowls of the WebServiceTemplate class, a WebServiceConnection is created. WebServiceConnection.send is u[详细]
2023-02-06 12:00 分类:问答JAXB2 Mtom attachment broken by BOM
I\'m using JAXB2 to to do OXM in a Spring-WS. The XSD I\'ve specified requires a large XML file to be attached to the soap message so I\'m using MTOM to transfer the file and have enabled MTOM on my J[详细]
2023-02-04 17:36 分类:问答Response is not getting logged?
Hi I am using tomcat + spring 3.0 ws trying to log request and response can see request in catalina, but no reponse??[详细]
2023-02-04 05:13 分类:问答Problems with Spring WS Streaming Attachments with Security Interceptor
I\'m having problems getting Spring WS to receive a request which has a file attached and use streaming. The problem is I get the following exception whenever I try to use a security interceptor:[详细]
2023-02-03 10:34 分类:问答How to get application context path in spring-ws?
I am using Spring-WS to create a webservice.In my project, I have created a Helper class to reads sample response and request xml file which are located in my /src/main/resource folder.[详细]
2023-02-03 08:18 分类:问答How jaxb marshaller and unmarshallers uses generated classes
I have generated classes using wsimport/wsconsume for my webserv开发者_开发技巧ice. I am using JAXB marshaller and unmarshaller support. Can any one tell me how these marshaller/unmarshaller uses gner[详细]
2023-02-03 06:14 分类:问答What is Spring Webservice version to use for Spring 2.0.7
Is Spring Webservices (Spring WS) supported by Spring 2.0.7? If so what is the version for Spring WS to use?[详细]
2023-02-02 11:39 分类:问答