Hi, Sorry for posting this again but I'm still stuck in it. I'm using SOAP v2.2 and Orion 1.5.2 SOAP application is deployed with the soap.war file my services(a java app) is located in my $ORION-HOME/lib/soapservices.jar - the SOAP RPC Servlet is working fine - the services object is found correctly - a simple method that simply return a String works well too The problem is that everytime I want to use an EJB(Session Bean here) in another service method I get the following error: " Fault Code : SOAP-ENV:Server Fault String : Exception from service object: com/shockfish/spotme/person/ejbmanager/PersonAgentHome Fault Actor : /soap/servlet/rpcrouter/ " where com/shockfish/spotme/person/ejbmanager/PersonAgentHome is the path to my bean's home interface I can't guess what this error is?? I would appreciate any push on this error? Hadi
BEGIN:VCARD VERSION:2.1 N:Barkat;Elhadi;;M. FN:Elhadi Barkat NICKNAME:hadi ORG:shockfish TEL;HOME;VOICE:+41(0)213117289 TEL;CELL;VOICE:+41(0)763810511 ADR;WORK:;;PSE - EPFL;Lausanne;VD;1015;Switzerland LABEL;WORK;ENCODING=QUOTED-PRINTABLE:PSE - EPFL=0D=0ALausanne, VD 1015=0D=0ASwitzerland ADR;HOME:;;Rue de la Tour 35;Lausanne;VD;1004;Switzerland LABEL;HOME;ENCODING=QUOTED-PRINTABLE:Rue de la Tour 35=0D=0ALausanne, VD 1004=0D=0ASwitzerland URL:http://diwww.epfl.ch/~ebarkat URL:http://www.shockfish.com EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20001026T133703Z END:VCARD
