RE:pass arguments to the constructor of SOAP service

2002-01-14 Thread Rino Srivastava
Is there anyway by which you can pass arguments to the constructor of SOAP service? If yes then where to configure these parameter values? Thanks. Rino

Re: WSDL , Apache Soap question

2002-01-14 Thread greyson . smith
This is what is working for me... types xsd:schema targetNamespace=http://www.lockerservice.com/Locker; xmlns=http://www.w3.org/1999/XMLSchema/; xsd:complexType name=Hashtable xsd:element name=table type=xsd:[Ljava.util.Hashtable$Entry;/

Multithreading and Blocking of Deployed Services

2002-01-14 Thread Alex Rau
Hi there, for a student job we're developing a newsgroup system for mobile devices (Compaq Ipaqs). Currently, we have some trouble with the deployed service class. On desktop computers everything works fine, but the slow ipaqs showed up some strange deadlock problem, which hasn't been

RE: Multithreading and Blocking of Deployed Services

2002-01-14 Thread Jason Smith
On desktop computers everything works fine, but the slow ipaqs showed up some strange deadlock problem, which hasn't been detected before. This tells me you need to check your JVM on the iPaq and see how it handles things like threads. When a server thread receives a soap request

Do I need a serializer ?

2002-01-14 Thread Jamie Tsao
Title: Do I need a serializer ? I'm a beginner with SOAP, and have been reading a lot of documentation on it. I'm a bit confused about whether or not I need a serializer. What I'm trying to build: I want to use the RPC router servlet to provide a SOAP interface to our existing platform.

Re: Subject: unsubscribe me

2002-01-14 Thread RJFitzpatrick
unsubscribe me vikas K singh To: [EMAIL PROTECTED]

RE: Do I need a serializer ?

2002-01-14 Thread Andrew Simpson
Standard apache serializers will (de)serialize most of what you need. As well as basic types, you can even d/s arrays of beans, or beans which contain other beans. Attached is a deployment descriptor for a stateless session bean which returns arrays of beans, some sample beans, and some sample

RE: pass arguments to the constructor of SOAP service

2002-01-14 Thread Shashi Anand
I do not there is any way to do that. Only defauly constructor is used to consruct the object. -Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 7:23 PM To: [EMAIL PROTECTED] Subject: RE:pass arguments to the constructor of SOAP service

RE: Do I need a serializer ?

2002-01-14 Thread Shashi Anand
Title: Do I need a serializer ? Apache comes with serializer/de-serializerfor Javabean and other datatypes so if you pass and receive whihc is not one of such datatypes then you do not need your custom one. Shashi Anand -Original Message-From: Jamie Tsao [mailto:[EMAIL

RE: Can we run a SOAP server without any Web Server?

2002-01-14 Thread Shashi Anand
Title: Can we run a SOAP server without any Web Server? i think yes, soap is not limited to http you can use mail server or some other protocol too. -Original Message-From: Chouthri Palanisamy [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 15, 2002 8:42 AMTo: [EMAIL