Re: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread E.Narayanan
> What is XML-RPC? Is it a spec or implementation? Its a spec. It's remote procedure calling using HTTP as the transport and XML as the encoding > Does JAX-RPC stand for Java API for XML-RPC? Stands for Java API for XML Based RPC > --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > What is t

Re: Axis Performance Problem

2003-03-25 Thread E.Narayanan
03 9:05 AM To: [EMAIL PROTECTED] Subject: RE: Axis Performance Problem Have you measured how much of this time is network transport? James -Original Message- From: E.Narayanan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 24, 2003 7:41 AM To: [EMAIL PROTECTED] Sub

Axis Performance Problem

2003-03-24 Thread E.Narayanan
Hi, I have an Axis Web service hosted on Jboss(Jetty). For performance testing I had made a java client which creates threads and makes webservice calls. The calls were using the proxies generated from wsdl2java. I found that when the client and the server were on the same machine(P4 win

Re: Maximum Connections

2003-03-21 Thread E.Narayanan
  -Original Message-From: E.Narayanan [mailto:[EMAIL PROTECTED]Sent: 21 March 2003 06:46To: [EMAIL PROTECTED]Subject: Maximum Connections Hi,     I have an Axis Web service hosted on Jboss. For performance testing  I had made a java  client which creates threads and makes

Maximum Connections

2003-03-20 Thread E.Narayanan
Title: Message Hi,     I have an Axis Web service hosted on Jboss. For performance testing  I had made a java  client which creates threads and makes webservice calls. The calls were using the proxies generated from wsdl2java.It worked fine with 100 and 200 threads. When I tried with 300 thr

Caching

2003-03-14 Thread E.Narayanan
Hi,    I've hosted a Axis 1.0 web service on JBoss.I've been trying to figure out what caching stratergy Axis    uses. For eg. .Net has a parameter to enable results to be cached for a user defined interval to deal    with further similar requests. Is there something similar in Axis or doe

Re: Jetty/JBoss/Axis

2003-02-25 Thread E.Narayanan
Hi,     I was trying to achieve the same thing. I copied the xml-axis-10/webapps/axis directory as server/default/deploy/axis.war . When I tried http://localhost:8080/axis/ all it shows me is a WEB-INF directory of size 0 bytes instead of the start page. Please tellme what I am missing out.

Authenticating Axis client

2003-02-21 Thread E.Narayanan
Hi, I have to access a wsdl at http://machineName/projectserver/PDS.wsdl under IIS. I can create a java proxy client for the same using wsdl2java if the "projectserver" dir uses Anonymous authentication. But when I change to integrated windows authentication , it fails.        I had a s