Re: Usage of mail.jar,activation.jar

2001-07-03 Thread Anver Sotnikov
It used to send multipart mime messages for example with attachments. (mail.jar) Kumar Raj <[EMAIL PROTECTED]> 07/03/2001 07:10 AM Please respond to soap-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Usage of mail.jar,activation.jar Hi Can

Re: Realization of SOAP-Scopes in ApacheSOAP

2001-06-05 Thread Anver Sotnikov
Request - SOAP will create new object to process each request. Session - one object per session will be created, so if user maintains session then consequent calls from user will use same object. Application - only one object will deal with all requests for all users of your service. Ralf B

Re: WSDL generator

2001-05-30 Thread Anver Sotnikov
There is a Swrap utility which generates WSDL from class but somehow it generates WSDL only for methods of java.lang.Object, that is completely opposite from what I want. I need WSDL for all "public functions of my object minus public functions of java.lang.Object" :o( "