Hi,
I have a Spring ws 1.5.6 deployed on WAS 6.1.
This Spring Webservice has a spring ws client inside which calls a service hosted on WAS.
So the flow looks like ClientA --> Spring WS -->...
Type: Posts; User: yassera; Keyword(s):
Hi,
I have a Spring ws 1.5.6 deployed on WAS 6.1.
This Spring Webservice has a spring ws client inside which calls a service hosted on WAS.
So the flow looks like ClientA --> Spring WS -->...
Figured out. Added load on startup. It works.
try adding load on startup to 1 in web.xml
Hi,
I am trying to setup spring ws 1.5.6 on WAS 6.1.
When I try to access the service, I get the following exception on the browser..Error 404: SRVE0201E: Servlet...