Hi,
 What are the steps to invoke an Enterprise java bean deployed in JBOSS
through soap.
say I have a method getMails(String Loginid, String Passwd) in my
MailServiceSessionBean..
Can any one help ?

 I was successful in calling a standalone class through Apache-SOAP!

Regds,
Balaji

-----Original Message-----
From: Balaji Iyer 
Sent: Wednesday, August 15, 2001 1:44 PM
To: [EMAIL PROTECTED]
Subject: RE: excpetion in running examples


Pls check your Classpath again. Have you added this method in the
deploymentdescriptor.xml ? 



-----Original Message-----
From: Julian [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 11, 2001 6:19 PM
To: [EMAIL PROTECTED]
Subject: Re: excpetion in running examples


Hello srinivasa,

Saturday, August 11, 2001, 1:56:02 AM, you wrote:

scr> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
scr> list-post: <mailto:[EMAIL PROTECTED]>

scr> I am trying to run examples of Apache soap2.2 on JRun with
testit.cmd file
scr> given in the samples
scr> I get the following error , can anyone please help me where I am
going
scr> wrong.

scr> Ouch, the call failed:
scr> Fault Code   = SOAP-ENV:Server.Exception:
scr> Fault String = java.lang.NoSuchMethodError

scr> I am able to successfully test the server, and rpcrouter given in
scr> instructions like "Sorry, I don't speak via HTTP GET- you have to
use HTTP
scr> POST to talk to me."
scr> thanks,
scr> srinivas
Ensure that:
(a) You have deployed the sample service you want to use. 
(b) Xerces.jar is the very first entry in your classpath (set this in
tomcat.bat or tomcat.sh as per the SOAP installation instructions).
(c) There are no other XML parsers in your classpath. Some people have
experienced this problem due to an early version of the JAXP package
hiding in JAVA_HOME/jre/lib/ext.
(d) The sample classes are in the server's CLASSPATH. 

-- 
Best regards,
 Julian                            mailto:[EMAIL PROTECTED]

Reply via email to