Re: unsubscribe me!

2002-06-11 Thread Ruben_Inoto
To remove your address from the list, send a message to: [EMAIL PROTECTED] To stop subscription for an alternate address, for example [EMAIL PROTECTED], just add a hyphen and your address (with '=' instead of '@') after the command word: [EMAIL PROTECTED]

RE: Auto deployment of services???

2002-05-23 Thread Ruben_Inoto
In soap.xml (in WEB-INF) you can specify a directory for your deployed services file --- !-- Apache SOAP Server Configuration File -- soapServer !-- Specifies the location of the DeployedServices.ds file --

RE: How to disable ServiceManagerClient

2002-05-14 Thread Ruben_Inoto
Making the DeployedServices.ds read-only it's a simple solution and it works (at least in Unix). When you want to deploy you own services just make it writable again. regards, Ruben |-+ | | armstpat@WellsFar| | | go.COM

Re: Unsubscribe me

2002-04-25 Thread Ruben_Inoto
To remove your address from the list, send a message to: [EMAIL PROTECTED] To stop subscription for an alternate address, for example [EMAIL PROTECTED], just add a hyphen and your address (with '=' instead of '@') after the command

Re: weblogic 6.1 and Apache soap 2.2

2002-04-24 Thread Ruben_Inoto
Hi Pete, what version of Xerces are you using? I had problems with previous ones, but using 1.4.4 I get no errors anymore (the server doesn't complain in startup). Maybe you also need to add xml-apis.jar to the classpath (if not using jdk1.4) and place the patch of Weblogic 6.1 I attach, before

Re: soap service and properties file in weblogic

2002-03-08 Thread Ruben_Inoto
Hi Gus, Try adding WEB-INF/ to weblogic's classpath Gus Delgado

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto
Hi Gus, this seems a problem with the ServletOutputStreamImpl class in weblogic. I found a patch that solves the problem (find it attached), just place it before weblogic.jar in server's classpath.(See attached file: patchCR058220.jar) regards, Ruben

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto
Hi Gus, no idea, I tried to find the Patch from Bea support for a long time but I get no response, just know that it works and I think they solved the problem in sp2. Ruben

Re: oracle exception in my own soap service

2002-03-05 Thread Ruben_Inoto
Is classes12.zip also in Tomcat's classpath? Ruben Jerzy Kut

Re: oracle exception in my own soap service

2002-03-05 Thread Ruben_Inoto
Hi Jerzy, don't know about Tomcat 4, but you can either edit setclasspath.sh to make the classpath point to your package, or place classes12.zip in the directory where tomcat adds the libraries dinammically to the classpath (if any). Ruben

SOAP SSL - Handshake error

2001-12-19 Thread Ruben_Inoto
Hi all, I'm trying to make my SOAP server running in weblogic 6.1 to work under SSL. The client uses the JSSE classes (packages jcert, jsse jnet) and has been provided with the key of the server in the client.keystore. When I try to call a service I get this SOAP Exception:

Antwort: Apache Sample for WebLogic EJB

2001-12-07 Thread Ruben_Inoto
It doesn't look exactly as the same problem I had (at least in client side), but there is a bug in Weblogic 6.1 (sp1) working with SOAP 2.2. To avoid the NullPointerException in the server, place the .jar attached at the beginnig of the classpath in startWeblogic.cmd... Ruben (See attached

Antwort: RE: unsubscribe me

2001-12-05 Thread Ruben_Inoto
Don't get angry, but this seems a classpath problem. Maybe you are confusing environment variable classpath and server classpath. Have a closer look in your tomcat.bat (.sh) and check it again, probably you have spelt it wrong. Ruben Steven Howe [EMAIL PROTECTED] on 12/05/2001

Security issue - deploy

2001-11-29 Thread Ruben_Inoto
Hi all, do you know any way to prevent malicious persons from deploying (undeploying) a service in my SOAP Server? I mean, is there anything integrated ni SOAP to accept deploy (undeploy) calls only from specific IPs or something? I wouldn't like my services being undeployed by anyone

Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Ruben_Inoto
Hi Rino, Try placing xerces.jar in front of your classpath.. Rino Srivastava [EMAIL PROTECTED] on 11/29/2001 02:43:48 PM Bitte antworten an [EMAIL PROTECTED] An: [EMAIL PROTECTED] Kopie: Thema:RE:NoSuchMethodError while running a soap client Hi there: I am trying to run your

Antwort: RE: Security issue - deploy

2001-11-29 Thread Ruben_Inoto
Thank you very much, making the .ds file read-only seems the best solution for me.. thank you again, Ruben Wilkins, Craig [EMAIL PROTECTED] on 11/29/2001 03:43:04 PM Bitte antworten an [EMAIL PROTECTED] An: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Kopie: Thema:RE: Security issue