hello people, hello axis guru
How configure axis2 ntlm authenticate on local computer, my computer is not
in domain, I am using local account
List authSchema = new ArrayList();
authSchema.add(HttpTransportProperties.Authenticator.NTLM);
HttpTransportProperties.Authe
Sean, check the logs directory under your tomcat install directory. You should
see errors in one of the logs there. I also find it helps for development to
nut run tomcat as a service and start/stop it from the commandline scripts in
the bin directory. You can see errors immediately on the conso
On Fri, Apr 2, 2010 at 06:29, indika kumara wrote:
> Please forgive me if I am asking an idiot question. I do not have
> good knowledge about spring..
>
> I just want to get to know.
>
> Does this spring integration support to obtain any qualities offered
> by the Spring (runtime system quality
I followed the steps here to create a simple service called MyService:
http://ws.apache.org/axis2/1_5_1/userguide-buildingservices.html#deploypojo
That worked fine. But now I've written some code to make a somewhat useful
service and when I copy it into axis2/WEB-INF/services ... nothing seems to