Re: soap message to another server

2001-09-19 Thread Laurent
>is it anyone knowing a soap server that have some services that are >running,so a can try some calls to them? try http://www.xmethods.net lots of services laurent

soap message to another server

2001-09-19 Thread Ulf Reiman
Hello is it anyone knowing a soap server that have some services that are running,so a can try some calls to them? Ulf

from soap to java

2001-09-19 Thread Ulf Reiman
Hello Is it anny got tool to convert a soap message to java source code? /ulf

char encoder/decoder

2001-09-19 Thread clearthink
This question has already been asked but no replies have been forthcoming. how in the heck is it the case that apache soap handles all build-ins but not char? what is the solution? what is the work around? in my application i keep getting: No Serializer found to serialize a 'char' using encodi

Unsuscribe me

2001-09-19 Thread
Title: Unsuscribe me Unsuscribe me

Re: Tomcat 4.0 (Catalina) and soap 2.2

2001-09-19 Thread Ned Wolpert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-Sep-2001 Rich Catlett wrote: > Sounds like a classpath problem, I think where do you have xerces.jar > located. should be in the lib dir of tomcat. Likely the issue. But the question is where do I put it? In tomcat 4.0, the classloader stru

Re: Tomcat 4.0 (Catalina) and soap 2.2

2001-09-19 Thread Rich Catlett
Sounds like a classpath problem, I think where do you have xerces.jar located. should be in the lib dir of tomcat. Ned Wolpert wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Folks- > > I'm trying to get tomcat 4.0 (just released, finally) working with soap 2.2. >(I've been using t

Tomcat 4.0 (Catalina) and soap 2.2

2001-09-19 Thread Ned Wolpert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks- I'm trying to get tomcat 4.0 (just released, finally) working with soap 2.2. (I've been using tomcat 3.2.3 just fine for some time.) During a registration, I got the following response from Catalina: Exception in thread "main" [SOAPExcepti

Re: I broke my pipe...

2001-09-19 Thread Gary Frederick
I just tried xerces 1.4.3. I got the same results (broke pipe) :-( Gary On Wed, 2001-09-19 at 13:50, R. Blaine Mincey wrote: > Try a different version of xerces. I think there were some problems with the > version you are using. > > Blaine Mincey > [EMAIL PROTECTED] > > On Wednesday 19 Sept

Re: I broke my pipe...

2001-09-19 Thread R. Blaine Mincey
Try a different version of xerces. I think there were some problems with the version you are using. Blaine Mincey [EMAIL PROTECTED] On Wednesday 19 September 2001 14:44, you wrote: > I'm running into a problem installing SOAP. I installed and tested and > got a message telling me I have a brok

I broke my pipe...

2001-09-19 Thread Gary Frederick
I'm running into a problem installing SOAP. I installed and tested and got a message telling me I have a broken pipe. The debug out of TcpTunnelGui tells me "HTTP Status 302 - Moved Temporarily" Any help? I'm running Linux RedHat 7.0 java version "1.3.0" Java(TM) 2 Runtime Environment, Sta

RE: RMI v SOAP

2001-09-19 Thread Sekhar Nadella
Hi, This might help you. see question 2.14 http://xml.apache.org/soap/faq/faq_chawke.html#Q2_14 Thanks & Regards, Sekhar Nadella

RE: Setting Http headers

2001-09-19 Thread Wilkins, Craig
Look into Message Services. http://xml.apache.org/soap/docs/guide/index.html -Original Message- From: Roberto Venturetti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 8:21 AM To: [EMAIL PROTECTED] Subject: Setting Http headers Hi all, I need to set http heade

Re: java.lang.NoSuchMethodError

2001-09-19 Thread Peoter Veliki
Go into the tomcat.bat file and put xerces.jar at the front of your classpath. To make sure the changes you've made are correct, take a look at the output and check the classpath to make sure that xerces.jar is before jaxp.jar. - Original Message - From: "Hede, Bhagyesh" <[EMAIL PROTECT

RE: RMI v SOAP

2001-09-19 Thread Srinivasa Chinimilli (Rapidigm)
Hi, I have a java Applet that uses RMI for communicating with server. Now I want to replace it with SOAP. I can see two potential problems in replacing RMI with SOAP. One http connection to the server from an Applet as it cannot talk to any other server other than the host. Second the size of the

Unsubscribe me

2001-09-19 Thread Patrick Pracht
Unsubscribe me

Unsubscribe me

2001-09-19 Thread Vanessa Bonawitz
Unsubscribe me

Unsubscribe me

2001-09-19 Thread Will Pugh
Unsubscribe me

Re: RMI v SOAP

2001-09-19 Thread shaker_nadella
Hi, Refer FAQs from the following link(question:5.15) http://xml.apache.org/soap/faq/faq_chawke.html#Q5_15 Hope this will help. Thanks & Regards, Sekhar Nadella

Sample/tutorial using WSDL and Apache SOAP

2001-09-19 Thread Micael Ericsson (QIN)
Where can I find a good sample (with description or tutorial) on how to use WSDL files and Apache SOAP. I need samples for both client (using apaches classes) and server. In supplied samples some have .wsdl file, but does not explain how they are used. In the User guide/Interoperability is says

Error Message

2001-09-19 Thread c.jones
I have received the following non-descript error message: Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError which occurs on every execution of java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcr

RMI v SOAP

2001-09-19 Thread Adam.Leggett
Does anyone know of any benchmark performance stuff for RMI v Apache SOAP? Cheers Adam Adam Leggett UPCO Direct Line: 0113 20 10 631 Fax: 0113 20 10 666 The contents of this email are intended for the named addressees and may contain confidential and / or privileged mate

Setting Http headers

2001-09-19 Thread Roberto Venturetti
Hi all, I need to set http header for a RPC call, there is a way to do it? I tried getting Envelope from Call and passing it to a SOAPHTTPConnection, then set header of this connection and used the send(...) method, but i seems a little too complex. Is there a more clear way to do it?

Unsubscribe me

2001-09-19 Thread Prince Matthew
Unsubscribe me _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

RE: java.lang.NoSuchMethodError

2001-09-19 Thread Hede, Bhagyesh
Hi again, As pointed out so many times before in this mailing list, we always end up in problems with the CLASSPATH with tomcat. the jaxp.jar from tomcat shud never preceed the xerces.jar that u add. java.lang.NoSuchMethodError is yet another way the problem manifests itself. Tha

java.lang.NoSuchMethodError

2001-09-19 Thread Hede, Bhagyesh
Hi, I have installed SOAP-2.2 and i am using TOMCAT-3.1.3 as servlet engine. All installation testings on server side are going perfect. The admin tool is coming up...at the right port... but when i try to run the command java org.apache.soap.server.ServiceManager http://localhost:8080/soap/se

RE: soap and JES

2001-09-19 Thread Anne Thomas Manes
I don't think that JES provides a servlet engine, so you'd have to add one. JES was designed to allow you to more easily deploy embedded applications into a device. JES wasn't designed to work like what most people think of as an application se3rver. It doesn't provide support for multi-users, ses

Re: RE: Re: Re: a simple question

2001-09-19 Thread Laurent
>ok.That's all.Now I run it as "java hello.Client2 >http://localhost:8080/apache-soap/servlet/rpcrouter amy".And there is a >message as followed: >Generated fault: > Fault Code = SOAP-ENV:Client > Fault String = Deployment error in SOAP service 'urn:Hello': class name > 'hello.Name' coul

Re: RE: Re: Re: a simple question

2001-09-19 Thread amy
hi, The first is programmed to serialize and deserialize a string. And the second is programmed to serialize and deserialize a javaBean. Now I paste my programs as followed: // Client2.java package hello; import java.net.URL; import java.ut

Re: Re: Re: a simple question

2001-09-19 Thread amy
hi, Thanks.I succeeded in the first example that serialize with a String. But do u try the second example that serialize with a javaBean? When I tried,there is another problem as followed. Generated fault: Fault Code = SOAP-ENV:Client Fault String = Deployment error i