Re: Does SOAP support attachments with JDK1.3

2005-02-18 Thread Scott Nichol
Apache SOAP can send and receive MIME attachments, so it could be used to upload a zip file if the service supports MIME attachments. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message

I want to deploy the soap service in my own context

2005-02-17 Thread Tao Jiang
Hi, all for example : http://localhost/tct2api/tctapi/servlet/rpcrouter.wss rather than http://localhost/soap/servlet/rpcrouter how can i do ? Thanks and regards.

How run application after start

2005-02-16 Thread Jaroslav Srytr
Hi all, I use Apache SOAP with Tomcat 5 and I have this trouble. When started Tomcat, is run RPCRouterServlet (this is define in SOAP web.xml - load-on-startup/). But applications deployed in SOAP are run on first SOAP call. And I need run this applications when is Tomcat started (and when is

Re: How run application after start

2005-02-16 Thread Scott Nichol
I assume you are talking about having your service classes loaded and initialized in some way. The answer is no, there is no way to make this happen with Apache SOAP. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail

ANNOUNCEMENT : AxisC++ 1.5 Alpha Released

2005-02-08 Thread axis cpp
Hi All; 1.5alpha has been released andcan be downloaded at http://www.apache.org/dist/ws/axis-c/ The 1.5 release is to be amajor bug fixes release plus some improvements. Improvements The default transport was upgraded from Axis2Transport to Axis3Transport which is now a cleaner and extensible

Tao Jiang is out of the office.

2005-02-08 Thread Tao Jiang
I will be out of the office starting 2005-02-06 and will not return until 2005-02-16. I am in Chinese Festival holiday, and will respond to your message when I return.

Exception from service object: org.apache.xerces.framework.XMLParser

2005-01-24 Thread Tao Jiang
Hi, I deploy a soap server side as a web application in WAS5.1, and when i called the client side it appears the exception like the title, anyone's help is appreciated. This is the place to throw this exception, i googled and found no any useful infos, /** * to parse

Re: Exception from service object: org.apache.xerces.framework.XMLParser

2005-01-24 Thread Martin Gainty
Good Morning Jiang: 2 things I would check:I would first verify the package name com.ibm.tct.api.exception.ServerException (it appears that com specification is om for some reason..perhaps you have a folder named om instead of com?)Going back to CS101I would not declare methods private.

Re: Exception from service object: org.apache.xerces.framework.XMLParser

2005-01-24 Thread Scott Nichol
I do not think I can be of much help, but I have a comment. The code you show has the very unfortunate side-effect of destroying the exact information you need to explore this problem. I specifically mean the exception handling. When the code catches an exception and does throw new

Exception from service object: org.apache.xerces.framework.XMLParser

2005-01-21 Thread Tao Jiang
Hi, all I found when some method runs well standalone, while runs inormally with the following exception when running as a soap server side in WAS 5.1 , how come this ? I guess it maybe the xerces.jar problem, i removed the xerces.jar in my WEB-INF/lib, and problem can not be solved.

Re: problem in a web service

2005-01-17 Thread Martin Gainty
Francesco:Can we see the source code for xml_parsAlso please provide the wsdl you are usingMolte Grazie,Martin- 001-617-852-7822 - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 6:18 AM Subject: problem in a web

Re: problem in a web service

2005-01-17 Thread Francesco Dipalo
I use only a deployment descriptor file TIA - Original Message - From: Martin Gainty To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 3:15 PM Subject: Re: problem in a web service Francesco:Can we see the source code for xml_parsAlso please provide

Re: problem in a web service

2005-01-17 Thread Martin Gainty
Dont mean to sound like a broken record butwhat is happening in xml_pars? Martin - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 2:11 PM Subject: Re: problem in a web service I use only a deployment

RE: ServiceManagerClient classpath issues

2005-01-13 Thread David Vick
Scott and Martin: Thanks again to both of you for your help and quick responses. I tried both of your solutions and everything is running fine now. I moved the SQL server entry in the path to the end and shortened as you suggested Martin and Scott I added the dot at the beginning of my CLASSPATH

Axis or SOAP...

2005-01-13 Thread Jim
I was interested in evaluating for use Apache Java class libraries for SOAP/WSDL. My questions are the following: o Should I be using Axis or SOAP? o Does the SOAP project supercede the Axis project? Which should I be using. I will investigate both, but was just wondering if . Thanks to

Re: Axis or SOAP...

2005-01-13 Thread Scott Nichol
You should use Axis. It continues to evolve to support new and updated standards. Notably, it supports WSDL 1.1 and JAX-RPC, the latter implying that you could use Axis now and decide to switch to another implementation in the future if necessary. Apache SOAP supports SOAP 1.1 and SOAP with

ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
Hi all: I've got some issues and it driving me nuts trying to figure out why. I keep getting a no class def found when I try to verify the client side installation with the following: C:\java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list The

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Scott Nichol
You need something like set CLASSPATH=.;C:\apacheSoap\soap2_3_1\lib\soap.jar Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: David Vick [EMAIL PROTECTED] To: [EMAIL

RE: ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
I'm pretty sure I tried that, but I'll give it a shot when I get home tonight. This is one of those cases where I've tried so many different things I can't remember what I have and haven't tried. Thanks for the fast reply, I'll post my results when I get them. Dave -Original Message-

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Martin Gainty
Dave- Most ANT build.xml and most java compilers dont understand longwinded NTFS folder names e.g. C:\Program Files which is why any folder which follows the longwinded name in a environment var wont be regosnised at the end of the path to be safe always put in the 8 character directory name so

RE: ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
Wow, good call Martin. I had the same sort of issue when I installed tomcat and changed the folder name to get rid of spaces. But, I didn't think that a listing with spaces would cause following ones to be unrecognized. I'll try that too. Thanks a lot for the input. -Original Message-

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
Hi Pramodh, why don't you deploy it in several deployment descriptors? That's the way I do it, and it works fine. Malte -Ursprungliche Nachricht- Von: Pramodh Peddi [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. Januar 2005 23:24 An: [EMAIL PROTECTED] Betreff: Multiple URNs in a single

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
Where do you put the deployment descriptors? I've tried putting it in each of my servlet context but it does not get deployed when I bounce my server. Thanks, Noel -Original Message- From: Malte Kempff [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 1:25 AM To: [EMAIL

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
I just have a job for each of my soap-deployment-descriptors, using the soapdeploy SoapDeployDescr.xml command So it does not very much matter for me where they stand. What do you mean with bouncing your server? Malte -Ursprungliche Nachricht- Von: Fuentes, Noel [mailto:[EMAIL

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
I mean restarting my server and I expect my SOAP service to be registered if I include my deployment descriptors in my web app rather than running a script outside of my server. Thanks, Noel -Original Message- From: Malte Kempff [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11,

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
Soap needs to get the Deployment not the Servlet-Container itself. I do not know how you did it in the first place. Maybe you have run an Ant-Task to deploy it. Malte -Ursprungliche Nachricht- Von: Fuentes, Noel [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. Januar 2005 17:46 An:

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
So, you're saying that the deployment descriptor needs to be in soap.war? Thanks, Noel -Original Message- From: Malte Kempff [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:04 AM To: [EMAIL PROTECTED] Subject: AW: Multiple URNs in a single server application Soap needs to

Re: Multiple URNs in a single server application

2005-01-11 Thread Martin Gainty
Noel: you would specifically configure the soapServer via context-param param-nameConfigFile/param-name param-valueconfig-file/param-value /context-param Take a look at http://ws.apache.org/soap/docs/guide/ HTH, Martin- - Original Message - From: Fuentes, Noel [EMAIL

Re: Transmission parameters into application

2005-01-10 Thread Scott Nichol
Building from the current source tree (e.g. a nightly build at http://cvs.apache.org/dist/soap/nightly/2004-06-22/) gives you a nice way to access configuration parameters when your service class is instantiated. The configure sample code

Multiple URNs in a single server application

2005-01-10 Thread Pramodh Peddi
Hi, My server application, till now, has a single URN server and all the soap methods used to be under that URN. Now, we are planning to distribute the soap services into different URNs and thus want to declare multiple URNs in my deployment descriptor file. We are using soap2.3 with MessageRouter

Re: Transmission parameters into application

2005-01-09 Thread Martin Gainty
Jaroslav Here is an example of SOAP Request/Response passing an Integer http://www.soapuser.com/basics3.html A bit trickier with complex datatypes but the idea is the same Martin- - Original Message - From: Jaroslav Srytr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 07,

Transmission parameters into application

2005-01-07 Thread Jaroslav Srytr
Hi, I have this question: in a Apache SOAP I have deployed a application. When is application started (with SOAP), I need transmit one parameter into application (with constructor or any method). It possible? Can I define this in any configuration file? Thanks, Jarda

AW: Transmission parameters into application

2005-01-07 Thread Malte Kempff
hi Jarda, yes you can. Since the serverpart is nothing else than an usual Java-class, you may read a property-file either in the constructor or in the static part for class initialisation. At least I do it in this way, and it works fine. Malte -Ursprungliche Nachricht- Von: Jaroslav

Re: Document-literal complex type question

2004-12-28 Thread Scott Nichol
I suggest you give Axis (http://ws.apache.org/axis/) a spin. It is a more complete SOAP implementation than Apache SOAP (supports more standards) and almost certainly handles WSDL with imports. Sun's JAX-RPC reference implementation probably would handle this WSDL as well. Scott Nichol Do

Document-literal complex type question

2004-12-24 Thread Frank Cohen
It suprises me how little knowledge is out there for a Java developer to learn how to write Web Service consumers (clients) that can handle document-literal encoding of complex data types. I found a very good article on this topic at: http://www.sys-con.com/webservices/article.cfm?id=674 I

timeout troubles

2004-12-20 Thread Julien ALLANOS
Hello, I'm experiencing timeout using ws-soap-2.3.1: if i try to invocate a soap method in my client, using a wrong ip address, call.invoke() throws an exception (java.net.ConnectException: Connection timed out) after 3-4 minutes. I want to lower this timeout delay, but i believe

Re: timeout troubles

2004-12-20 Thread Martin Gainty
Bonjour Julien! I would tracert to the IP address that HTTPConnection is trying to connect to (to make sure you have a clear route) Also.. do a netstat -a to see if that Port number is already being used Bon chance, Martin- Etats Unis 001-617-852-7822 - Original Message - From: Julien

Re: timeout troubles

2004-12-20 Thread Scott Nichol
The Java sockets classes did not provide any way to timeout the connect until JDK 1.4. Prior to that, only I/O after the connection was made was subject to timeout. The 2.3.1 release of SOAP does not support this new feature of JDK 1.4. However, the current code base does. If you download

Jared P Jurkiewicz/Raleigh/IBM is out of the office.

2004-12-20 Thread Jared P Jurkiewicz
I will be out of the office starting December 18, 2004 and will not return until January 4, 2005. I am out of the office for the Chrismas holiday. If it's an emergency, you should be able to contact my manager Darrell Mcpeake. I will check mail off and on over my vacation, but I cannot promise

Re: timeout troubles

2004-12-20 Thread Julien ALLANOS
Selon Scott Nichol [EMAIL PROTECTED]: The Java sockets classes did not provide any way to timeout the connect until JDK 1.4. Prior to that, only I/O after the connection was made was subject to timeout. The 2.3.1 release of SOAP does not support this new feature of JDK 1.4. However, the

Re: timeout troubles

2004-12-20 Thread Scott Nichol
You should move to Axis if you can. It continues to be developed and supports many specs that Apache SOAP does not: SOAP 1.2, WSDL 1.1, DIME, JAX-RPC all come to mind. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific

ANNOUNCEMENT : AxisC++ 1.4 final Released

2004-12-16 Thread axis cpp
Hi All; 1.4 Final has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL implementation2. Cookie based session support for the client side(AXISCPP-226)3. SOAP header based session supportfor the client

testing http://localhost/axis/EchoHeaders.jws?method=list gives a soapenv:Server.userException (java.lang.NullPointerException)

2004-12-15 Thread Stig Rasmussen
Hi all I'm trying to run theEchoHeaders.jws in order to validate mySOAP endpoint, butI get the follwing xml fault in my browser:Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/server/ServiceManagerClient I'm quite new when it comes to servlet engines but

Re: testing http://localhost/axis/EchoHeaders.jws?method=list gives a soapenv:Server.userException (java.lang.NullPointerException)

2004-12-15 Thread Scott Nichol
Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Stig Rasmussen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

tomcat connection pooling

2004-12-13 Thread Martin Vossler
Does anyone know if its possible for an Apache Soap service to leverage Tomcats database connection pooling features? Any point in the right direction for where to find such information is greatly appreciated.

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
Hello Jonathan 1)I have to ask the dumb question What kind of bean would handle the DB Connection Pooling ??? 2)Can we expect any performance degradations since we have the added facade layer to get to the DB Pool? Many Thanks, Martin- (cell) 617-852-7822 Hi Martin, This shouldnt be any

RE: tomcat connection pooling

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
Martin, Connection pool is an enterprise app resource. As long as the service is part of the app, it should be able to make use of that. Jai -Original Message- From: Martin Vossler [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: tomcat

RE: tomcat connection pooling

2004-12-13 Thread Martin Gainty
Thomas Let me rephrase the question to make myself clearer What Im looking for is Is the Database Connection Pool you are speaking of a Session Bean? a CMP Bean a Entity Bean? I think this may be OffTopic from SOAP so feel free to respond to my inquiry offline. Thank You, Martin Gainty (cell)

RE: tomcat connection pooling

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
It doesn't matter what type of ejb it is. Your web service is only an access point to a set of business functionalities. If your service invokes a session bean, whatever connection pooling mechanism you have in place would work in the same way it is acessed via a web interface (or anything else

RE: tomcat connection pooling

2004-12-13 Thread Martin Gainty
The short answer is yes it does matter if you use Entity or Session Beans Here is a reprised version of a conversation from Scot Bellamy response to Patrick Lighbody on this topic As for the last question, should entity beans be used, it depends on what the bean is needed to do. One valuable

Re: tomcat connection pooling

2004-12-13 Thread Scott Nichol
The answer is yes. Tomcat implements the JNDI DataSource interface, as well as the JNDI InitialContext interface required to use this. The JNDI Resources HOW-TO (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.html) describes generally how to configure initialization

Re: tomcat connection pooling

2004-12-13 Thread Jonathan Roberts
Thanks Martin, I thought you were talking about pure tomcat jakarta, personally I'd run websphere/weblogic or jboss if there was a requirement for ejbs. Thanks for the link however, good reading. Re : Session and entity beans, this wholy depends on usage. However I was merely answin your

Jared P Jurkiewicz/Raleigh/IBM is out of the office.

2004-12-13 Thread Jared P Jurkiewicz
I will be out of the office starting December 10, 2004 and will not return until December 14, 2004. I am out of the office the friday afternoon (2:00PM - ) of December 10, Through monday, December 13th.

Re: tomcat connection pooling

2004-12-13 Thread Jonathan Roberts
Hi Martin, This shouldnt be any different from usual usage. You should implement pooling in the same may in your biz objkects/beans. soap should juts be used to access the interface stubs of the server side interfacee.g client interface --- server interface- facade-- java bean

RE: tomcat connection pooling

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
Martin, That is a true comparison of session vs entity, but I thought your question was how to levearge connection pooling to axis web services. Jai -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 2:51 PM To: [EMAIL PROTECTED] Subject:

RE: tomcat connection pooling

2004-12-13 Thread Jonathan Roberts
Equally, unless I'm behind on the apache/tomcat specs, EJBs cannot be implemented on apache/tomcat. The only beans you can run on apache are normal java beans and not ejbs. Jonathan"THOMAS, JAI [AG-Contractor/1000]" [EMAIL PROTECTED] wrote: Martin,That is a true comparison of session vs entity,

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
There are somany EJB servers that run under Tomcat where to start?take a look athttp://www.openejb.org/tomcat-adapter.htmlwhich installs an embedded EJB Server inside TomcatGranted Session bean will help you out for shortlived connectionsotherwise think about expanding your horizons to

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-10 Thread Scott Nichol
Any JAX-RPC compliant implementation will interop with .NET. I highly recommend Axis: http://ws.apache.org/axis/. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: ab ab

Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread ab ab
Are there any sample codes in the Apache SOAP or any other SOAP Java framework that will allow us to easily create SOAP Document style messages to interface with MS .NET #C web services? Thanks much for any help ... Tom __ Do you Yahoo!? The

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Tom- With DOM you can create 1 of 3 clients HTTP Get HTTP Post or using Microsoft's XML MSXML DOM Document parser (ActiveXObject(Msxml2.DOMDocument) ;) for examples check out http://www.codeproject.com/webservices/aspwebsvr.asp HTH, Martin- - Original Message - From: ab ab [EMAIL

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread ab ab
Thanks Martin but i'm really looking for an open-source Java SOAP client toolkit (handling SOAP faults etc..) instead of creating a SOAP message request using dom4j which is very simple to implement ... Tom --- Martin Gainty [EMAIL PROTECTED] wrote: Tom- With DOM you can create 1 of 3 clients

RE: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Tom- For Java Client consuming a .NET WebService Take a look at Johan Danforth's page at http://weblogs.asp.net/jdanforth/archive/2003/11/17/38006.aspx HTH, Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasystems.com From: ab ab [EMAIL PROTECTED] Reply-To: [EMAIL

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Form Java Client consuming .NET Web Service example check out Johan Danforth's page at http://weblogs.asp.net/jdanforth/archive/2003/11/17/38006.aspx HTH Martin- - Original Message - From: ab ab [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 09, 2004 1:37 PM Subject:

Axis backward compatibility to Apache Soap w/ messagerouter

2004-12-08 Thread Pramodh Peddi
Hi, I am trying to migrate from soap_2.3 to axis_1.1. The current apache-soap services are using messagerouter. So, all the methods in the services has similar signature like: myservice(Envelope, SOAPContentx request, SOAPContext response) Axis_1.1 does not have these classes

Jingping Chang/Bsg/MetLife/US is out of the office for vacation.

2004-12-08 Thread Jingping Chang
I will be out of the office starting 12/06/2004 and will not return until 12/26/2004. I will respond to your message when I return from my vacation. If it is MetLink production issue, please contact with Costas Xeinis (908-626-5869) during my absence. Thanks a lot. The information contained

Axis c++ 1.4 Alpha is released

2004-12-03 Thread axis cpp
Hi All; 1.4 Alpha has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL implementation2. Cookie based session support for the client side(AXISCPP-226)3. SOAP header based session supportfor the client

Apache Soap vs Axis

2004-12-02 Thread Pramodh Peddi
My company is trying to make the product more scalable. We are using Apache Soap right now. So, we are considering migrating from Soap to Axis as one of the important sources to enhance the scalability/performance of the product. Can anyone provide any official documentation on how

Re: Tomcat path

2004-11-24 Thread Martin Gainty
Glad that works for you Molte Grazie!!! Martin Gainty From: Francesco Dipalo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat path Date: Tue, 23 Nov 2004 18:10:05 +0100 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by

Jared P Jurkiewicz/Raleigh/IBM is out of the office.

2004-11-24 Thread Jared P Jurkiewicz
I will be out of the office starting November 22, 2004 and will not return until November 29, 2004. I am out of the office for the Thanksgiving holiday. I will respond to notes when I return.

Re: Tomcat path

2004-11-23 Thread Martin Gainty
Francesco: You may also want to try setting TOMCAT_HOME and CATALINA_HOME environment variable to TOMCAT installation folder Molte Grazie e Ciao, Martin Gainty From: Francesco Dipalo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat path Date: Mon, 22 Nov

Re: Tomcat path

2004-11-23 Thread Francesco Dipalo
I try Start Java this way: CATALINA_HOME= c:\somedir\subdir\file java -Dcatalina.home=%CATALINA_HOME%javafilename Then access it by getting system properties: System.getProperty(catalina.home) and it is correct TIA - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: [EMAIL

Tomcat path

2004-11-22 Thread Francesco Dipalo
I need a java command totake the CATALINA_HOME environment variable in a string. How can I do? TIA

RE: Tomcat path

2004-11-22 Thread Tommy Kalafut
Look at the java command line option -D H:\java -help Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) where options include: -client to select the client VM -server to select the server VM

Re: Tomcat path

2004-11-22 Thread Scott Nichol
Can you be more specific? Which java command are you talking about? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Tomcat path

2004-11-22 Thread Francesco Dipalo
I need to insert this thing in a java code TIA - Original Message - From: Tommy Kalafut To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 4:46 PM Subject: RE: Tomcat path Look at the java command line option -D H:\java -help Usage: java

Re: Tomcat path

2004-11-22 Thread Felipe Furtado Palma Dias
System.getProperty("catalina.home") - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:21 PM Subject: Re: Tomcat path I need to insert this thing in a java code TIA - Original Message -

Re: Tomcat path

2004-11-22 Thread Francesco Dipalo
for example, with: String classPath = System.getProperty(java.class.path,.); classPath contains the CLASSPATH environment variable. How can I do to obtain the CATALINA_HOME environment variable? TIA - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Tomcat path

2004-11-22 Thread Felipe Furtado Palma Dias
Start Java this way:CATALINA_HOME= c:\somedir\subdir\filejava -Dcatalina.home=%CATALINA_HOME% javafilenameThen access it by getting system properties:System.getProperty("catalina.home") - Original Message - From: Felipe Furtado Palma Dias To: [EMAIL PROTECTED] Sent:

Re: Tomcat path

2004-11-22 Thread Daniel Zhang
String home=System.getProperty(catalina.home); Daniel Z. Francesco Dipalo wrote: for example, with: String classPath = System.getProperty(java.class.path,.); classPath contains the CLASSPATH environment variable. How can I do to obtain the CATALINA_HOME environment variable? TIA - Original

Re: Tomcat path

2004-11-22 Thread Francesco Dipalo
returns null TIA - Original Message - From: Felipe Furtado Palma Dias To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 6:34 PM Subject: Re: Tomcat path System.getProperty("catalina.home") - Original Message - From: Francesco

Re: Tomcat path

2004-11-22 Thread Felipe Furtado Palma Dias
I know, try Start Java this way:CATALINA_HOME= c:\somedir\subdir\filejava -Dcatalina.home=%CATALINA_HOME% javafilenameThen access it by getting system properties:System.getProperty("catalina.home") - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED]

Re: Tomcat path

2004-11-22 Thread James Williamson
Felipe Furtado Palma Dias wrote: I know, try Start Java this way: CATALINA_HOME= c:\somedir\subdir\file java -Dcatalina.home=%CATALINA_HOME% javafilename Then access it by getting system properties: System.getProperty(catalina.home) I'm assuming this is on a Un*x machine. If you inspect

Re: Tomcat path

2004-11-22 Thread Francesco Dipalo
thanks a lot TIA - Original Message - From: Felipe Furtado Palma Dias To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 7:11 PM Subject: Re: Tomcat path I know, try Start Java this way:CATALINA_HOME= c:\somedir\subdir\filejava

Adding a deserializer for a new type

2004-11-18 Thread Nige White
Scott, and other listmembers, First of all, thanks for all your help so far. I have the system working, and my new SOAP-based java proxy object slots into the web app where the old proprietary one used to go easily (I generate it with exactly the same signature). With compression, packets are

Re: Adding a deserializer for a new type

2004-11-18 Thread Scott Nichol
In this specific case, use the xsd:hexBinary type, and Apache SOAP can deserialize it automatically. paramname xsi:type=xsd:hexBinary000102/paramname However, I must point out that your SOAP payload below has a return value and output parameters. Apache SOAP does not handle output

Re: Adding a deserializer for a new type

2004-11-18 Thread Scott Nichol
Correction: return xsi:type=fc1:methodNameReturn returnvalue xsi:type=xsd:int1/returnvalue paramname xsi:type=xsd:hexBinary000102/paramname /return Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. -

Unsuscribe

2004-11-15 Thread Blanchard, Raphael
Title: Unsuscribe The address I received to unsuscribe from this list, when I first suscribed doesn't work. Could somebody please give me the correct address. Raphaƫl-Pierre Blanchard National Research Council Conseil national de recherches Canada Systems Programmer-Analyst

Re: Unsuscribe

2004-11-15 Thread Scott Nichol
It's actually hidden away in the headers of the email: [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Blanchard, Raphael [EMAIL PROTECTED] To: [EMAIL

Re: Compressing SOAP requests

2004-11-15 Thread Nige White
Scott Nichol wrote: FYI, deflate follows Zlib as described in RFC 1950 (http://www.ietf.org/rfc/rfc1950.txt?number=1950). The Zlib DEFLATE method of compression is described in RFC 1951, while gzip is described in RFC 1952 (http://www.ietf.org/rfc/rfc1952.txt?number=1952). RFC 1952 looks like

Re: Compressing SOAP requests

2004-11-15 Thread Scott Nichol
Your compressed response should have HTTP headers Content-Type: text/xml Content-Encoding: gzip Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED]

Where to find all dependencies to build soap.jar

2004-11-15 Thread Miao, Yong
Hi, I am trying to build soap.jar from source code. I am having hard time to find all dependencies for building soap.jar. I'd appreciate it if someone could tell me where to find all dependencies. Thanks, ~ Yong Miao Sr. Staff Engineer Aspen Technology,

Re: Where to find all dependencies to build soap.jar

2004-11-15 Thread Scott Nichol
The most obscure dependencies can be found at http://archive.apache.org/dist/ws/soap/version-2.2/. For all others, I use class files from Tomcat and JBoss. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.

Re: special characters (SOLVED)

2004-11-14 Thread tizo
I could fix it, changing the default parser that I had in the client, with Xerces. -- Mensaje original -- Reply-To: [EMAIL PROTECTED] Date: Fri, 12 Nov 2004 23:15:42 -0300 From: [EMAIL PROTECTED] Subject: special characters To: [EMAIL PROTECTED] Hi, I have a problem with Strings returned by

How run application after start

2004-11-12 Thread Jaroslav Srytr
Hi, I use Apache SOAP and Tomcat. In SOAP I have deployed application and I have this trouble: Aplication is start up by SOAP, when client call any method of this application, but I need start up application, when is Tomcat (and next SOAP) started. How I have tell SOAP, that run application

Compressing SOAP requests

2004-11-12 Thread Nige White
I've specified setGzip(true), and the incoming data is encoded. I'm having trouble uncompressing it using the zlib library from http://www.gzip.org/zlib/ (I can call C routines from this DBL language) I can compress and decompress data in DBL using the zlib inflateInit(), inflate(), and

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
Standard Zlib is equivalent to HTTP Content-Encoding header value 'deflate'. This differs from 'gzip', in that gzip includes some extra bytes (a header and checksum) in the compressed data. Apache SOAP does not support deflate right now. My experience working with PHP Zlib is that many

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
The magic header is 8 bytes: \x1f\x8b\x08\x00\x00\x00\x00\x00. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Compressing SOAP requests

2004-11-12 Thread Nige White
Scott Nichol wrote: The magic header is 8 bytes: \x1f\x8b\x08\x00\x00\x00\x00\x00. Interesting. I've read elsewhere that the header is 10 bytes, but... I've tried writing those 8 bytes followed by the zlib-deflated data, followed by 32 bits of zero. Now, where gunzip -t used to say invalid

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
Try it without any CRC: I think gzip may be willing to decompress it, anyway. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED] To: [EMAIL

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
FYI, deflate follows Zlib as described in RFC 1950 (http://www.ietf.org/rfc/rfc1950.txt?number=1950). The Zlib DEFLATE method of compression is described in RFC 1951, while gzip is described in RFC 1952 (http://www.ietf.org/rfc/rfc1952.txt?number=1952). RFC 1952 looks like it specifies 10

  1   2   3   4   5   6   7   8   9   10   >