Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 32719 invoked by uid 500); 15 Aug 2002 21:15:53 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 32710 invoked from network); 15 Aug 2002 21:15:53 -0000 Message-ID: <005901c244a0$f7d67b80$3800a8c0@riker> From: "Ben Souther" To: References: <6DD53F8578D7D41193C400B0D0B00910017DAC74@rm-nt-exch3.russellmellon.com> Subject: Re: Running the Axis client from within the Applet Sandbox. Date: Thu, 15 Aug 2002 17:16:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: Cape.Com VirusScan, no known virus found X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: It is going to be used somewhat internally. The applets will be for an hosted solution. I plan on having them cached on the client so size isn't that much of an issue. I was also considering making a custom jar file for the applets with only the classes needed for the client. The only issue now is the security violation. Does anyone know if there are plans applet support in the future? (near) ----- Original Message ----- From: "Jung, Eric (Contractor)" To: "Jung, Eric (Contractor)" ; Sent: Thursday, August 15, 2002 4:17 PM Subject: RE: Running the Axis client from within the Applet Sandbox. > Oops. I just went to the Wingfoot website and see they provide SOAP > capabilities. I thought it was only an XML parser. > > > -----Original Message----- > From: Jung, Eric (Contractor) > Sent: Thursday, August 15, 2002 4:15 PM > To: 'axis-user@xml.apache.org' > Subject: RE: Running the Axis client from within the Applet Sandbox. > > > Another tiny parser -- which I've personally used on PalmOS -- is NanoXML. > http://nanoxml.sourceforge.net/ > > But if your applet is for internal-use only (i.e., intranet-only with lots > of bandwidth), > perhaps using Axis isn't such a bad idea. It certainly would save > development, > debugging, and maintainence efforts because your applet wouldn't get to > generate and > parse its own SOAP packets. > > Eric H. Jung > > -----Original Message----- > From: Boris Garbuzov [mailto:boris.garbuzov@marketingtips.com] > Sent: Thursday, August 15, 2002 4:06 PM > To: axis-user@xml.apache.org > Subject: RE: Running the Axis client from within the Applet Sandbox. > > > I use Wingfoot and kSoap for the purpose. Other products including Axis are > not good for applet client: > 1. they are huge > 2. client's libraries are not separated from server's > 3. violate applet's security > > ============================= > > > > -----Original Message----- > From: Jung, Eric (Contractor) [mailto:ejung@russellmellon.com] > Sent: Thursday, August 15, 2002 8:17 AM > To: 'axis-user@xml.apache.org' > Subject: RE: Running the Axis client from within the Applet Sandbox. > > > Would passing the property to the applet as a inside the > element help? > e.g., > > > > > > http://www.blooberry.com/indexdot/html/tagpages/p/param.htm > > Eric H. Jung > > > > -----Original Message----- > From: Ben Souther [mailto:bsouther@fwdco.com] > Sent: Thursday, August 15, 2002 9:13 AM > To: axis-user@xml.apache.org > Subject: Fw: Running the Axis client from within the Applet Sandbox. > > > > ----- Original Message ----- > From: bsouther@redtrain.com > To: axis-user@xml.apache.org > Sent: Wednesday, August 14, 2002 6:05 PM > Subject: Running the Axis client from within the Applet Sandbox. > > > Has anyone had any luck running an Axis client from within the Applet > Sandbox? > > The following error leads me to think that the client is trying to read > system properties: > java.security.AccessControlException: access denied > (java.util.PropertyPermission axis.EngineConfigFactory read) > > There is one properties file in Axis.jar but it doesn't look like anything > that the client class would read. > > Any tips would be greatly appreciated. > >