Re: Need help with the SOAP-EJB deployment error

2002-10-29 Thread Scott Nichol
Raes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 4:39 PM Subject: Need help with the SOAP-EJB deployment error > Hi, > > I need to invoke a EJB deployed under weblogic thru the soap server. I make > the soap call using a Java cli

Need help with the SOAP-EJB deployment error

2002-10-29 Thread Inge Raes
Hi, I need to invoke a EJB deployed under weblogic thru the soap server. I make the soap call using a Java client and expect it to invoke my EJB method and return the result of the EJB processing. In my proxy I have the Call.invoke and after which it checks for the fault node as listed below