Problem running SOAP sample in Apache SOAP 2.3.1

2003-02-06 Thread Mukul
Hello , I gave incomplete information in my previous mail about this problem. I am specifying the parameter values as below. ID -> urn:AddressFetcher Scope -> Application Methods -> getAddressFromName addEntry getAllListings putListings Provider Type -> Java Provider Class -> samples.addres

Re: zipping Soap

2003-02-06 Thread Scott Nichol
Martin, If you haven't noticed, your computer is living in the past (7 Sep 2002) On 7 Sep 2002 at 18:12, Martin wrote: > Malte- > Thanks to Scott for going to the mat on stack trace..this is clearly above > and beyond the call.. > I once worked for somebody who when I inquired aboutt populating

Re: Passing initliasation parameters to SOAP services

2003-02-06 Thread Scott Nichol
You are right, it's not in the 2.3.1 release. We will have a new release when a more experienced committer can help me through the process, but I've been waiting for months now. On 7 Feb 2003 at 10:06, Jesus M. Salvo Jr. wrote: > > Hmmm ... I assume this is not part of the 2.3.1 release .. on

Re: zipping Soap

2003-02-06 Thread Scott Nichol
I have committed a patch which I believe will fix your problem, which from my tests I believe would occur when you have a null value for a Vector element. On 6 Feb 2003 at 17:54, Scott Nichol wrote: > Thank you for your help in finding this problem. I have made a small > code change to improv

Re: zipping Soap

2003-02-06 Thread Martin
Malte- Thanks to Scott for going to the mat on stack trace..this is clearly above and beyond the call.. I once worked for somebody who when I inquired aboutt populating a Database of instance A his reply would be: Populate 1 column with the CORRECT DATATYPE to a column in an existing Table As I rea

Re: Passing initliasation parameters to SOAP services

2003-02-06 Thread Jesus M. Salvo Jr.
Hmmm ... I assume this is not part of the 2.3.1 release .. only on the nightly builds? When will we have a new release? Scott Nichol wrote: The configure method of the ConfigurableService interface is only called immediately after the constructor. It is *not* called each time a service meth

Re: zipping Soap

2003-02-06 Thread Scott Nichol
Thank you for your help in finding this problem. I have made a small code change to improve the information that will appear in the stack trace (the trace for the IllegalArgumentException should appear, too). Please check the nightly builds and get the newest one when it appears, then post th

AW: AW: zipping Soap URGENT

2003-02-06 Thread Malte Kempff
Hi Scott, I tried it with the nightly build version of today an got the same result of Error. For further Analysis I post you the Exceptions trace stack SOAP-RPC-Fehler: SOAP-RPC:[Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=java.lang.IllegalArgumentException: No mapping found for 'java

Problem deploying SOAP service from Apache SOAP admin tool

2003-02-06 Thread Mukul
Hello , I have configured "Apache SOAP Server 2.3.1" with Tomcat 3.2. Everything is working fine, but I am facing problem deploying a service from "Apache SOAP Admin" tool. I can install the service without problems from the Apache SOAP command line tool e.g. java org.apache.soap.server.ServiceMa

AW: AW: zipping Soap URGENT

2003-02-06 Thread Malte Kempff
Hi Scott, I have a class which does all my calling to soap, which works fine with the official soap 3.2.1 Often I am sending Vectors having some objects (other Vectors for instance). I give you the source of that class and the part of it which calls it, and the deploydescriptor with the gzip option

How can I get a session mechanism?

2003-02-06 Thread Oliver Rettig
Hallo, I want to have a session mechanism in my Soap-Server. I use tomcat/apche-soap2.3. I can config apache-soap that it creates for every http-session an instance of my service. Every client has a user-ID and I want to prohibit that the same user cauld not start more than one client at time.