Unsubscribe me

2002-06-14 Thread Tiago Fernandes Thomaz
Please Unsubscribe me from these mailing lists Tiago Fernandes Thomaz

RE: SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-04 Thread Tiago Fernandes Thomaz
better way to do what I intend? Hope I made myself clear enough. Thanks in advance. Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: terca-feira, 4 de Junho de 2002 14:18 To: [EMAIL PROTECTED] Subject: Re: SOAP Service Manager: Unable to read

RE: SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-03 Thread Tiago Fernandes Thomaz
System.out.println(" Fault String = " + fault.getFaultString());  }  else  {    org.apache.soap.rpc.Parameter result = resp.getReturnValue();  }     }   }   Any ideas?Could this be a problem of classpath? Where do u think the problem is located, in the client, in the server, classpath,

SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-03 Thread Tiago Fernandes Thomaz
Anybody knows what this error might be?   Exception:    "SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start "   Thanks in advance   Tiago Fernandes Thomaz

RE: Heavy loads on SOAP RPC

2002-04-22 Thread Tiago Fernandes Thomaz
That's must it, Scott! I'm running the process on a Microsoft Windows 2000 Workstation. Not on a Server OS version. I'll try to run on a HP-UNIX machine to check this problem out. Thanks a lot. Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL P

Heavy loads on SOAP RPC

2002-04-22 Thread Tiago Fernandes Thomaz
m.out.println(this.getName() + " :Error! - " + e.getMessage()); } } } , and I'm getting the following exception for most of the Threads (30 out of 50): Thread-i Error opening socket: Connection refused: connect Does anyone explain me why am I getting this? Is it because SOAP can only handle about 20 http connections? Tiago Fernandes Thomaz

RE: Coinnector.EndMessage error: Invalid procedure call or argument!

2002-04-03 Thread Tiago Fernandes Thomaz
I've tried to look for the binaries of 2.0 to download but did not find any. Do u know where can I found them? Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 3 de Abril de 2002 19:50 To: [EMAIL PROTECTED] Subjec

RE: Coinnector.EndMessage error: Invalid procedure call or argument!

2002-04-03 Thread Tiago Fernandes Thomaz
Scott, I've tried to run the client in several operating systems (Windows NT4, Windows 2000 SP2) with this toolkit (SOAP 2.0) and I've not been able yet to run it succesfully. What are your achievements so far? Tiago Fernandes Thomaz -Original Message- From: Scott Nich

RE: Coinnector.EndMessage error: Invalid procedure call or argument!

2002-04-03 Thread Tiago Fernandes Thomaz
Where can I get TcpTunnelGui and how do I manage it? Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 3 de Abril de 2002 17:03 To: [EMAIL PROTECTED] Subject: Re: Coinnector.EndMessage error: Invalid procedure call or argument

RE: Coinnector.EndMessage error: Invalid procedure call or argument!

2002-04-03 Thread Tiago Fernandes Thomaz
I'm running the vb client from my machine. Thnaks anyway, Scott! Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 3 de Abril de 2002 16:25 To: [EMAIL PROTECTED] Subject: Re: Coinnector.EndMessage error: Invalid procedure

Coinnector.EndMessage error: Invalid procedure call or argument!

2002-04-03 Thread Tiago Fernandes Thomaz
I believe the problem is nopt in the string since I've tried with a simpler one (sXML="Tiago") and still got the same error. I've done that scott and still get the same error in line: Connector.EndMessage Any ideas?? Tiago Fernandes Thomaz -Original Message

RE: How to setUp a Visual Basic Client to talk to Apache Service

2002-04-03 Thread Tiago Fernandes Thomaz
It keeps gwetting the following error: Invalid procedure call or argument. Any ideas? Tiago Fernandes Thomaz -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 3 de Abril de 2002 05:28 To: [EMAIL PROTECTED] Subject: Re: How to setUp a Visual Basic Cli

Is it possible?

2002-03-21 Thread Tiago Fernandes Thomaz
xml string would look like this: String sXML = "value1value2value3"; Thanx! Tiago Fernandes Thomaz