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

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: 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

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: 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

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

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 theDOM 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 PROTECTED]