concurrent call.invoke problem

2004-02-14 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi guys, I have already posted this question. Could you please throw some light on this. I have deployed a simple "Hello world" soap service in axis in weblogic 8.1. And I have tried to invoke it using 5 concurrent clients for 10 times each. Surprisingly, the invocation time for each transaction

RE: Java.sql.date schema mapping

2004-02-14 Thread Lin, Yaxiong
I should give more details on my question below. My java class has java.sql.Date attributes (either defined in the current class or in the ancestor class). After I deploy this java class with the wsdd using the beanMapping of beanSerializer/beanDeserializer, I examine the wsdl axis generated (

Re: Axis and Classpath JAR's question

2004-02-14 Thread Tony Blair
Hi Niel,   Specifiying jar file in the classpath should technically work. Have you tried perhaps copy the third party jars under Tomcat? I had a similar problem with the SoapMonitorApplet classes and ended up moving them under Tomcat to make it work.   Regards, Tony.[EMAIL PROTECTED] wrote: Hi,I wo

Re: XML DOM

2004-02-14 Thread Tony Blair
Hi Vivek,   I am not sure if I understand your question correctly. The Web Services and the DOM standards are platform independent thus a correct implementation of these standards should be interoperable. I don't see why there should be any concern?   Regards, Tony.Vivek Nagulapati <[EMAIL PROTECT

Re: tomcat+axis

2004-02-14 Thread Tony Blair
Hi there,   Is your deploy.wsdd a valid XML document. It seems that the SAX parser is having a difficulty to parse your deploy.wsdd.   Hope this helps. Tony.Xiao-Ye Wu <[EMAIL PROTECTED]> wrote: HiI've installed tomcat v4.1.29 & axis1.1 on my machine according to the instruction, and I can get the

Re: SOAP via RMI?

2004-02-14 Thread Thomas Trocha
Or let me ask in an other way! Do anyone know a possibility who to access a services via RMI (Naming.lookup(...))! If you do not, please tell me that! THAT would help me,too. ThX, ToM Thomas Trocha wrote: Hi there, i know there is a RMIHandler, but i failed to understand what the function of

Re: Geting a file in WEB-INF from a web service

2004-02-14 Thread Barry BURNEREAU
Thanks a lot It's exactly what i want. Barry At 16:09 14/02/2004, you wrote: Hi Barry, // Get path to WEB-INF org.apache.axis.MessageContext msgContext = org.apache.axis.MessageContext.getCurrentContext(); String strWebInf = msgContext.getProperty(org.apache.axis.transport.http.HTTPConstants.MC

Re: Geting a file in WEB-INF from a web service

2004-02-14 Thread Jeff
Hi Barry, // Get path to WEB-INF org.apache.axis.MessageContext msgContext = org.apache.axis.MessageContext.getCurrentContext(); String strWebInf = msgContext.getProperty(org.apache.axis.transport.http.HTTPConstants.MC_HTTP_ SERVLETLOCATION).toString(); // Use path to WEB-INF to read text file in

Geting a file in WEB-INF from a web service

2004-02-14 Thread Barry BURNEREAU
Hello I'm adding some web service to an existing webapp written with servlet. There is a configuration file in the web-inf directory. I'd like to read this configuration file in the web service. In the servlet, I use servletcontext.getResourceAsStream(path). How could i do similar thing in the

RE: Axis and Classpath JAR's question

2004-02-14 Thread Saunders, Roger
Try putting the jar file in %CATALINA_HOME%\webapps\axis\WEB-INF\lib and restart tomcat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 February 2004 13:00 To: [EMAIL PROTECTED] Subject: Axis and Classpath JAR's question Hi, I would like to dploy a simple w

Axis and Classpath JAR's question

2004-02-14 Thread n . w . robinson
Hi, I would like to dploy a simple web service using AdminClient. However, this service uses third-party (i.e. non-java) classes, whose jars have been placed in my classpath. Hence the service compiles fine. However, after deployment onto Axis, When you access the service axis (in the Tomcat log)

RE: Problem with axis c++ client

2004-02-14 Thread Kanchana Welagedara
Hi Hope you try to check interoperability of client in Axis Java and Axis C++ .Is that your purpose? > Hi All, > I am using tomcat as a server and webservices are using axis java. > My client is in c++. I download axis-c-beta-win32.zip (binary) for > client. Your purpose is bit confused here. IF