hanks
Max
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 4:05 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem accessing a web service. Please help. Thanks
When you create your parameter, you must specify the class of the parameter,
not the Para
type
params.addElement (new Parameter("symbol", String.class, symbol, null));
call.setParams (params);
Scott
- Original Message -
From: "Max Stolyarov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 4:41 PM
Subject: Problem
Hello,
I wrote a very sime Web Service and a client application to access. I
successfully deployed the service on Tomcat, but when I try to make an RPC
call to it from the client application I get the following error. Can
somebody please shed some light on it for me. Thanks
SOAP Fault Msg I r