Re: Beanserializer example

2001-12-14 Thread Daniel . Wolff
Hi, in the adressbook sample from Apache SOAP the BeanSerilaizer will be used. regards daniel SinnerSchrader Deutschland GmbH Communication Technology mailto:[EMAIL PROTECTED] http://www.sinnerschrader.com fon +49.(0) 40.39 88 55-0 fax +49.(0)

RE: Passing Complex objects

2001-12-14 Thread Andrew Fawcett
Title: RE: Passing Complex objects Hi, sorry for the late reply, the code can actually be downloaded from the Castor web site at http://www.castor.org/presentations.html. Enjoy! ;-) -Original Message-From: Chopra, Jitender [mailto:[EMAIL PROTECTED]]Sent: 10 December 2001

Problems with the samples

2001-12-14 Thread LAMY Olivier
Hi, I'm using W2K, jdk1.4, Tomcat 3.2.3 and soap 2.2. I have installed it. http://localhost:8080/soap/servlet/rpcrouter give me the right message. But when i try to execute the sample addressbook with the command line testit. I have the response java.lang.NoClassDefFoundError :

Re: Problems with the samples

2001-12-14 Thread Paramdeep Singh
Hi Lamy, I think that you have not added the samples in the classpath of Tomcat. please edit, tomcat.bat and add the classpath of the samples! Hope that it works for you. with warm regards, Paramdeep - Original Message - From: LAMY Olivier [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Problems with the samples

2001-12-14 Thread Rino Srivastava
Make sure your class is in the classpath. Cheer! Rino -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 7:03 AM To: [EMAIL PROTECTED] Subject: Problems with the samples Hi, I'm using W2K, jdk1.4, Tomcat 3.2.3 and soap 2.2. I have

problem with samples.messaging.POProcessor application

2001-12-14 Thread Mouli Narayanan
Hi, I'm getting the following error with it. Has anyone seen this? thanx, -mouli RESPONSE: ?xml version='1.0' encoding='UTF-8'? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/1999/XMLSchema-instance;

Re: Beanserializer example

2001-12-14 Thread Chris Malley
venkata akella wrote: Can someone give reference to a working example(client and service) shows Beanserializer done using apache soap. thanks Sastry A good example can be found in Java XML, 2nd Edition from O'Reilly. Chapters 12 13 are an excellent intro to Apache SOAP and general

probman calling stateless EJB's

2001-12-14 Thread Jeremy Levy
I am trying to call a stateless EJB in Jboss from soap but am getting the following in tomcat: = In TemplateProvider.locate() URI: urn:juiced DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider DD.ProviderClass: null Call.MethodName:

RE: SOLVED probman calling stateless EJB's

2001-12-14 Thread Jeremy Levy
I was missing a line in the descriptor for java class... OOPS thanks anwyays -Original Message- From: Jeremy Levy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 2:28 PM To: [EMAIL PROTECTED] Subject: probman calling stateless EJB's I am trying to call a stateless EJB in

Problem with custom objects only EJBs..

2001-12-14 Thread Jeremy Levy
I am having a problem with returning my custom object from a RPC call to an EJB. It works fine if I just pass the object back and forth to a simple class, but once I change the descriptior to call my EJB in jboss, it returns null. I am returning a vector with (0) as a long, (1) as a int, and

RE: Problem with custom objects only EJBs..

2001-12-14 Thread Jeremy Levy
one more thing, I get this in tomcat: = In TemplateProvider.locate() URI: urn:juiced DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider DD.ProviderClass: com/juiced/central/sessionmanager/SessionManager Call.MethodName: providerInit

Re: problem with samples.messaging.POProcessor application

2001-12-14 Thread Mouli Narayanan
I figured it out. Thanks anyway. we need to call messagerouter instead of the rpcrouter. The readme file is wrong. From: Mouli Narayanan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: problem with samples.messaging.POProcessor application Date: Fri, 14 Dec 2001

Base Complex Type ?

2001-12-14 Thread Raghavan Srinivasan
I tried tweaking the address2 Serializers class and created a BaseSerializer that dynamically loads up other serializers and deserializers based on the type of the object / name of the XML element as follows . public class BaseSerializer { public void marshall () { serHandlerType =