Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread mahender reddy G
Dear Sir, I am installing apache SOAP on Tomcat by (method 2 defined in istall guide) Creating a new Context in Tomcat 's server.xml file, adding soap.jar file and samples to CLASSPATH. But i am getting error A Servlet Exception Has Occurred Exception

Re: Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread Dinakar S
try deleting the contentes in the work folders in the server and then restart ur server.hope that will work. - Original Message - From: mahender reddy G To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 12:34 PM Subject: Deploying Apache SOAP on Tomcat!

Re: Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread mahender reddy G
Hi, Little more help. You advised to remove content from work folder in the server, kindly suggest which server soap or tomcat. I've these things installed /usr/java/tomcat /usr/java/soap Thanks in advance Mahender - Original Message - From: Dinakar S To: [EMAIL

Re: Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread Dinakar S
its tomcat server. - Original Message - From: mahender reddy G To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 12:53 PM Subject: Re: Deploying Apache SOAP on Tomcat! Hi, Little more help. You advised to remove content from work folder in

Re: something is wrong with TcpTunnelGui

2001-10-18 Thread Satoshi Shirasuna
Thanks, the client worked after I stopped TcpTunnelGui. By the way, UtilSnoop is really cool tool, but it didn't work in my environment. I got the following reply from the server when I tried the sample in HowToUse.txt. --- HTTP/1.0 500 Internal Server Error Content-Type: text/xml;

Transactions support with SOAP., VC++ Service, Java Client??

2001-10-18 Thread Nishant Gupta
Hello All, Can anyone help me , about how do you support the transactions support with SOAP. For Example, if there is a service in VC++ and a client in Java, How do we go for it?? Is there any tutorial or example, with this illustration? Thanks a lot in advance. Nishant Gupta

Apache soap + tomcat 4.0.1 , rpcrouter servlet not working

2001-10-18 Thread chauhan anjali
Hi I am using apache soap 2.2. The rpcrouter servlet was properly functioning when I was using tomcat 3.2.3. Now I migrated to tomcat 4.0.1 . The context is set accordingly in server.xml. Also the path of soap.jar(soap-2_2/lib/soap.jar) is set in the classpath. Now when I try to use rpcrouter

Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread mahender reddy G
Hello All I am installing apache SOAP on Tomcat by (method 2 defined in istall guide) Creating a new Context in Tomcat 's server.xml file, adding soap.jar file and samples to CLASSPATH. But i am getting error A Servlet Exception Has Occurred Exception

Re: Transactions support with SOAP., VC++ Service, Java Client??

2001-10-18 Thread Pae Choi
If you describe your problem a little more in detail, including the description of: o How the Java client and VC++ server are communicating at the transport layer. o What kind of message format they are using and messages are acrossed over you are not using the SOAP at present. o etc...

Addressbook sample still bothering...

2001-10-18 Thread Jerry Jalassola
Hi soapers, I still have this problem of mine with the addressbook -sample. I decided to re-install soap by putting the soap.war in the webapps -directory and restarting tomcat (I deleted the old soap -directory first). Everything goes ok, soap is working fine. (rpcrouter ok , I can see the

deploy problem

2001-10-18 Thread Niko Luojumäki
Hi, I'm trying to deploy sample application (stockquote) that came along Apache-Tomcat. I'm using following command to do it: java -cp C:\Java\xml\xerces-1_3_1\xerces.jar;c:\java\soap\soap-2_2\lib\soap.jar;C:\Ja va\jaf-1.0.1\activation.jar;C:\Java\javamail-1.2\mail.jar

RE: SOAP and Applets

2001-10-18 Thread Phillip Urrea
Is there any lighter version of Apache SOAP which doesn't need such a large xerces.jar file?? The file is originally 1,556kb and I managed to get that down to 556kb with some trimming but that is very large for an applet to download along with the SOAP jar file and the applet code itself. Has

Illegal character

2001-10-18 Thread santosh . chinivar
Hi Christian(and everyone else), I am facing a similar issue as you had regarding an illegal character .. Were you able to find a solution for that? Your problem as listed in the archives was: 22001-07-24 06:52:41 - path=/soap :COMProvider: native code exception:[SOAPException:

OT: uddi registry

2001-10-18 Thread Stefan Henke
Hi,sorry for this off-topic question in the list here.I´m looking for free uddi registry which I can install locally fordevelopment purposes. I know that there is one from IBM, but you need toinstall DB2 for it. I´´m looking for one without a big database like Oracleor

Re: Deploying Apache SOAP on Tomcat....!

2001-10-18 Thread Alexander Schatten
stop this weird HTML posting please!

RE: uddi registry

2001-10-18 Thread Anne Thomas Manes
Stefan, You canuse Idoox WASP UDDI free for development. It supports Postgres, Cloudscape, PointBase, andOracle. You can download it from http://www.idoox.com/products/wasp_uddi Regards, AnneThomas Manes CTO, Idoox -Original Message-From: Stefan Henke [mailto:[EMAIL

OS390 revisited

2001-10-18 Thread Bill Binole
Title: OS390 revisited We have been trying ( with no luck ) to get our SOAP 2.0 based software to run on an OS390 ( Websphere 3.5, IBM JDK 1.3 on the server SUN JDK 1.3 on the client). We have played around with the content type being sent from the client setting it to text/xml; charset=UTF-8

timeout for a soap connection

2001-10-18 Thread Rich Catlett
How do I determine if a timeout occured while waiting for a response from the soap server. It say that the send method throws a SOAPException if something goes wrong. Do I check for a thrown SOAPException. Rich Catlett

RE: SOAP and Applets

2001-10-18 Thread Ong Boon Pang
Hi Phillip, Can you please pass me a version of 556kb xerces.jar library? The 1/3 sized library will help my deployment via Java WebStart..The user needs only to wait for the first time. The following activation will not require any more download unless there are changes. Boon Pang [EMAIL

Re: SOAP and Applets

2001-10-18 Thread Pae Choi
Are you folks using and referring to SOAP v2.1? If I am not wrong, Apache/SOAP v2.2 is no longer using the xerces, it is rather using the JAXP whch has two RIs, crimson and xalan. In v2.2 scenario, the size of crimson is only 183KB and 28KB for jaxp. Adding both of them just end up with 211KB

Re: SOAP and Applets

2001-10-18 Thread Ong Boon Pang
Hi Pae, At least I am refering to Apache/SOAP v2.2 I am not too sure about Phillip. Apache/SOAP v2.2 is no longer using the xerces Really? How do you come about doing this? I tried to remove xerces but failed. Could you tell me the detail on how to use this? In v2.2 scenario, the size of

RE: SOAP and Applets

2001-10-18 Thread E B
--- Phillip Urrea [EMAIL PROTECTED] wrote: Has anyone found a way to slim down the size of the client? have a look at apache-axis. Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the new all media adventure

regd classloader

2001-10-18 Thread E B
Hi In tc4, whats the difference between shared and common class loader ? From the docs, I understand that from the webapp's point of view they are same. ie., they both give classes to all the webapps. Am I correct ? I want my webapp's classes to be visible and shared by a soap service. When I

RE: webapps' classpath

2001-10-18 Thread E B
I think I can get around this problem by moving to tomcat 4. There seems to be a shared classloader for all the webapps. But I am wondering if other app servers also support tomcat-4's classloading structure, otherwise my app will become tc4-only. --- Brendan Johnston [EMAIL PROTECTED] wrote: