Hi again,
Problem isolated...
The folks in the lab put a jconsole port instead of the web app port in their configuration. The soap client was sending a soap request to jconsole. Jconsole...
Type: Posts; User: John Mezzetta; Keyword(s):
Hi again,
Problem isolated...
The folks in the lab put a jconsole port instead of the web app port in their configuration. The soap client was sending a soap request to jconsole. Jconsole...
Hi,
I have implemented 2 web servers where one issues soap requests to the other using the spring client api. The other server uses the spring endpoint api to receive the soap request. Everything...
Hi,
I have a simple soap endpoint that works fine when the xml file containing the bean definitions are loaded in the regular way with the default classloader and a simple <import resource=......
Hi,
Is it possible to configure the system to fetch the "hardcoded" ServletContext resource from a directory other than /WEB-INF.
For example, the spring docs state that if this is in the...