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
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
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(
"