Applets are fraught with permission errors and you will need to spend as much time as necessary in the java.policy file
to grant your Applet File I/O / Socket I/O / execute as well as read access..not a pleasant nor quick way to implement a simple axis client

I would construct a simple jsp page which captures the input you need to transmit the parameters  to the AXIS service

M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
 

 
----- Original Message -----
From: KALYAN
Sent: Tuesday, August 15, 2006 4:30 PM
Subject: Applets--Could not get it working

Hi all,
Has anyone found the solution to using java applets as the client.

I could do it only this way.
1.) Sign the required jars
2.) Modify the java.policy file to
        grant {
                permission java.security.AllPermission;
        };
So the users would not want to modify the java.policy file.

Is there any solution for this problem. I would love to hear a solution.

I am using Axis 1.4

Thanks
Kalyan


Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.

Reply via email to