RE: Beginner question

2003-06-11 Thread Wei Li
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Beginner question Hi, I have experience with Java and XML, but am pretty new to SOAP and WSDL. I've been able to invoke the demo web ser

Re: Beginner question

2003-06-11 Thread Anne Thomas Manes
no plan to upgrade it to support WSDL. Anne - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 9:15 AM Subject: Beginner question > > > > > Hi, > > I have experience with Java and XML, but am pretty new t

Beginner question

2003-06-11 Thread michael_sobczak
Hi, I have experience with Java and XML, but am pretty new to SOAP and WSDL. I've been able to invoke the demo web services provided at xmethods.com using the Java client code provided with no problem. I've been trying to invoke the Unisys Weather web service using the Currency Exchange Servi

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
oups i meant laurent sorry ;-) [EMAIL PROTECTED] 09/05/2001 11:07 AM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        RE: beginner question about samples included in SOAP install and of course because tomcat&#

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
and of course because tomcat's servlet.jar had to be added thanks again Ram [EMAIL PROTECTED] 09/05/2001 11:05 AM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        RE: beginner question about samples included in

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
[EMAIL PROTECTED] 09/05/2001 10:38 AM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        RE: beginner question about samples included in SOAP install thanks  Ram. well all the errors i get where when i try to launch the

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
C:\lib\rhino1_5R2\js.jar thanks again Elise "Ram, Kumar" <[EMAIL PROTECTED]> 09/05/2001 10:08 AM Please respond to soap-user                 To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         cc:                 Subject:        RE: begin

RE: beginner question about samples included in SOAP install

2001-09-05 Thread Ram, Kumar
eg>java samples.test.GetUser http://localhost:8080/soap/servlet/rpcrouter "seven"   Ram -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 04, 2001 10:22 PMTo: [EMAIL PROTECTED]Subject: beginner question about samples included in SOA

Re: beginner question about samples included in SOAP install

2001-09-05 Thread Elise_Dupont
well i tryed... but it doesn't seem to work better : i do have the same errors... thanks anyway elise Laurent <[EMAIL PROTECTED]> 09/04/2001 11:19 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        R

Re: beginner question about samples included in SOAP install

2001-09-04 Thread Laurent
>Location: /soap/servlet/rpcrouterInternal Servlet Error: >java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: >method >getSession()Ljavax/servlet/http/HttpSession; not found Maybe you should add Tomcat 3.3's servlet.jar file to your classpath. It's in tomcat/lib. laurent

Re: beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
r in my browser it responds fine... where is the problem ? i think I've followed each step of the Installation Instructions for Apache SOAP v2.2 regards [EMAIL PROTECTED] 09/04/2001 04:22 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:          

beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
hi all, I've for the first time installed apache, jakarta-tomcat-3.3-m4 ,  xerces 1.4.3 and SOAP 2.2. i think i have followed each install steps now to test if everything is okay i tried to launch any of the samples give with SOAP install... (for example : the calculator) when i launch the te

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
Hi, Yes, u r right. Tomcat 3.1.1 is working perfectly with me too. Thanks Rosh Nair -Original Message- From: Se-yong, Um [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 5:54 PM To: [EMAIL PROTECTED] Subject: Re: Beginner question : Client throwing AbstractMethodError Hi

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
:230) Did u encounter this problem? Thanks Rosh -Original Message- From: Se-yong, Um [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 5:54 PM To: [EMAIL PROTECTED] Subject: Re: Beginner question : Client throwing AbstractMethodError Hi. I have got AbstractMethodError like you. My en

Re: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Se-yong, Um
r" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 23, 2001 2:33 AM Subject: Beginner question : Client throwing AbstractMethodError > Hi all, > I was trying out the Java World tutorial on soap. I am trying out with >

Re: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Javier A. Soltero
uot;http://schemas.xmlsoap.org/soap/encoding/";> > Rosh > > > > > I am doing everything according to the docs. But still the invocation is > unsuccessful. > > Thanks > Rosh Nair > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMA

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Javier A. Soltero Sent: Friday, June 22, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: Re: Beginner question : Client throwing AbstractMethodError Rosh, from your previous tunnel output: http://schemas.xmlsoap.org/soap/encoding/";> R

Re: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Javier A. Soltero
APMethodName or any URI. Instead their is a > SOAPAction:"" field. Is this the cause of the AbstractMethodError. > > Thanks > Rosh Nair > > -Original Message- > From: Hansen, Richard [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 12:17 PM > To:

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
] Sent: Friday, June 22, 2001 12:17 PM To: '[EMAIL PROTECTED]' Subject: RE: Beginner question : Client throwing AbstractMethodError >From the Java API docs : public class AbstractMethodError extends IncompatibleClassChangeError Thrown when an application tries to call an abstract me

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Hansen, Richard
bly changed since the currently executing method was last compiled. > -Original Message- > From: Rosh R Nair [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 2:13 PM > To: [EMAIL PROTECTED] > Subject: RE: Beginner question : Client throwing AbstractMethodError >

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
MethodError /mysoap/servlet/rpcrouter Is their anything missing in the client request? Thanks Rosh Nair -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Javier A. Soltero Sent: Friday, June 22, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: Re: Beginner qu

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Matthew J. Duftler
ROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Beginner question : Client throwing AbstractMethodError > > > Hi, > I tried to use the TcpTunnelGui tool. My Soap Service is running within > Apache on port 8080. But I am not getting any dump inside the tool

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Matthew J. Duftler
om: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 2:26 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Beginner question : Client throwing AbstractMethodError > > > what is the TcpTunnelGui does.. > Is there any way I can know what XML da

Re: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Javier A. Soltero
atthew J. Duftler [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 11:23 AM > To: [EMAIL PROTECTED] > Subject: RE: Beginner question : Client throwing AbstractMethodError > > Hi Rosh, > > Try running the TcpTunnelGui tool, as described in the documentation, to see > what

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
context that we have created. Please clarify my doubts. Thanks Rosh Nair -Original Message- From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:23 AM To: [EMAIL PROTECTED] Subject: RE: Beginner question : Client throwing AbstractMethodError Hi Rosh, Try

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Khamesra, SandeepX
what is the TcpTunnelGui does.. Is there any way I can know what XML data is coming to the Apache Soap service ? -Original Message- From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:23 AM To: [EMAIL PROTECTED] Subject: RE: Beginner question : Client

RE: Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Matthew J. Duftler
> Cc: [EMAIL PROTECTED] > Subject: Beginner question : Client throwing AbstractMethodError > > > Hi all, > I was trying out the Java World tutorial on soap. I am trying out with > Tomcat 3.2 and Soap 2.2. But when I try to run a sample program which just > returns a string I am get

Beginner question : Client throwing AbstractMethodError

2001-06-22 Thread Rosh R Nair
Hi all, I was trying out the Java World tutorial on soap. I am trying out with Tomcat 3.2 and Soap 2.2. But when I try to run a sample program which just returns a string I am getting an error: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.AbstractMethodError The client is