1. Is the spring-ws client also need the springframework to support the web service calling?
No. Unless you want to take advantage of the SpringFramework on your client.
2. Is the ws-security...
Type: Posts; User: bok76er; Keyword(s):
1. Is the spring-ws client also need the springframework to support the web service calling?
No. Unless you want to take advantage of the SpringFramework on your client.
2. Is the ws-security...
Hi Virfal,
Checking your configuration files, they look pretty straight forward. What is the exact error you're getting? If it is a 404 (File Not Found), this could mean that your web application...
Hi there,
We've migrated the current implementation of our Web Services to Spring WS Framework. We used JibxMarshaller to unmarshall our request and marshall our responses. Currently, we created...