RE: how to tell if axis 1.4 is using http persistent connections or not?

2007-08-03 Thread Anil Philip
Does anyone know? -Original Message- From: Anil Philip [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 12:08 PM To: axis Subject: how to tell if axis 1.4 is using http persistent connections or not? Hello, how to tell if axis 1.4 is using http persistent connections or not

Re: how to configure axis 1.4 loggingusing log4j

2007-08-02 Thread Anil Philip
I had the same problem. The solution was to create a log4j.properties file. And put it in C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\classes # Set root category priority to INFO and its only appender to CONSOLE. log4j.rootCategory=INFO, CONSOLE #log4j.rootCate

how to tell if axis 1.4 is using http persistent connections or not?

2007-08-02 Thread Anil Philip
Hello, how to tell if axis 1.4 is using http persistent connections or not? And how to configure it. thanks much, Anil Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims St

basic qs. axis and closing connections

2007-08-01 Thread Anil Philip
Hello, Can anyone confirm - an axis client does not need to close its connection to the server after a call? thanks, Anil Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, p

RE: InvocationTargetException when calling service. Axis 1.2

2007-06-13 Thread Anil Philip
se the new generated one in its place. Has anyone seen this before? Was this the recommended way to handle it? Thanks, Anil ____ From: Anil Philip [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:44 PM To: axis-user@ws.apache.org Subject: InvocationTarge

InvocationTargetException when calling service. Axis 1.2

2007-06-11 Thread Anil Philip
); However, I am getting InvocationTargetException Does anyone know why? - thanks, Anil Philip init: deps-jar: Compiling 1 source file to C:\Source\Everest\Nepal\WSClients\build\classes compile: Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soa

RE: 401 error - where to enter userid, password when calling a client stub from Java?

2007-06-11 Thread Anil Philip
I got it after reading the Stub javadocs. You have to cast it ((org.apache.axis.client.Stub) port).setUsername("foo"); ((org.apache.axis.client.Stub) port).setPassword("bar"); Thanks, Anil -Original Message----- From: Anil Philip [mailto:[EMAIL PROTECTED] S

RE: 401 error - where to enter userid, password when calling a client stub from Java?

2007-06-11 Thread Anil Philip
org/axis/java/security.html. Axis relies on HTTPClient (http://jakarta.apache.org/commons/httpclient/). Anne On 6/8/07, Anil Philip <[EMAIL PROTECTED]> wrote: > > > > > > > I am trying to call a service, and get the following 401 error. The stubs > are generated using Axis

401 error - where to enter userid, password when calling a client stub from Java?

2007-06-08 Thread Anil Philip
I am trying to call a service, and get the following 401 error. The stubs are generated using Axis 1.4 WSDL2Java. How do I pass in userid-password? - thanks, Anil faultDetail: {}:return code: 401 Apache Tomcat/5.5.20 - Error report