Tagged Questions
1
vote
2answers
958 views
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??
<bean id="soapLoggingInterceptor"
...
2
votes
1answer
4k views
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.
When I am ...
2
votes
1answer
855 views
Spring WS Osgi samples
We are currently researching OSGI at work and I need to provide a proof of concept on its use with spring dm and spring-ws in the appropriate application server(tomcat / jetty).Does anyone have a ...
3
votes
1answer
2k views
How do I get spring-ws + tomcat to log errors
I'm creating a Spring-WS based webservice and running it in tomcat. I made some change and now get a fault with OperationUnsupportedException.
I'd like to see the entire stack trace that Spring-WS ...
1
vote
1answer
1k views
list available web services on tomcat using spring-ws
Is it possible to get a list of all available web services on a tomcat server?