Applet dont work in java runable browser

This is the HTML file i wrote. The class Start.class
is in the same folder but if i call the HTML page there arrives a message class Start.class not found. Maybe it�s really trivial but i cant find a solution. Can anybody help me?
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>JBuilder-Projekt haus.jpr</TITLE>
</HEAD>
<BODY>
<APPLET code= "Start.class" width="800" height="600">
</APPLET>
</BODY>
</HTML>

Does your class implements Applet or JApplet ?
I have the same problem when using JApplet, It only runs with appletviewer but no in a browser.

Similar Messages

  • Applets not working with Java 1.7.0_51 in MII 14.0 SP4 Patch 5

    Hi,
    I'm currently evaluating the migration of our MII 12.0 developments to MII 14.
    But I'm running in several issues just trying to use simple things like a SQL query template with an iGrid Display template in test mode.
    Used versions are: MII 14.0 SP4 Patch 5 and on client side the latest Mozilla Firefox with Java 1.7.0_51
    At first I always get a java security warning when the applet is being loaded about unsigned applications.
    At second the applet itself is not running. It always shows "No data available" and the java console shows the following errors (iResult is the id of the applet):
    iResult [ERROR] - Couldn't set query template: No Query Defined
    iResult [ERROR] - Couldn't set display template: null
    iResult [ERROR] - Couldn't set display template: null
    Is this perhaps a general problem, that the MII applets are not working with Java 1.7.x versions?
    If I call the same MII page from a client with Java 1.6.x it is working without errors.
    Do you have some suggestions for me?
    Regards Timo

    please clear your JAVA Cache. that should solve the JRE issue. thanks

  • My swing applets dont work in IE!!! Anyone can help?

    Hi to everyone, I`ve read a lot about this subject this last week,
    but I don`t seem able to solve my problems, that are kind of a mistery,
    and any help will be wonderful.
    I`ve developped some swing applets with KAWAPro v 4.01. I had no problems running them on the appletviewer, but when I tried to do it on the IE6 I found that it didn`t work at all. The message from the window
    help dialog was "class Myclass not found", and when I opened the Java console I found the message that follows:
    java.lang.ClassNotFoundException: javax.swing.JApplet
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at java/lang/ClassLoader.resolveClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    And this happens with any applet I want to run locally, even with those I`ve downloaded from the sun site. But I can see perfectly any swing applet remotly when I access to the sun www pages.
    I tried including ARCHIVE = "rt.jar" in the HTML code, with rt.jar the jar file that includes the javax.swing.JApplet class. Then things changed, and the message I get from the Java console is:
    warning: running 1.2 version of SwingUtilities
    java.lang.InstantiationException: MyClass
    at com/ms/applet/BrowserAppletFrame.newInstance
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    That doesn`t seem to mean anything to me. I`ve tried something with CAB files, but anything works. I also have the Java Plug in installed.
    I`ve tried to run my applets locally in other computers and I found not problem, so I`m kind of puzzled, and I`ve no idea what`s happening.
    I`d be thankful if anyone could help me.
    Regards: Tony

    it sounds like you don't have the swing classes on the classpath - I don't really understand how this would happen (unless you have a pre-131 environment)
    Try downloading the JRE again?

  • Upgraded to 1.4 now applets dont work

    I used to be able to work with applets in my web browser.
    Now since i have upgraded to 1.4 it seems none of them work any more. Though I can compile and run java apps
    Any ideas?
    Thanks

    download msjavx86.exe
    DON' T !!!
    If you are using swing in your applets then they wont work in IE 'coz IE uses the
    m$ jvm. U need the sun's jvm if u are to run applets using swing properly on IE.
    Just go to
    http://java.sun.com/products/plugin/1.3/converter.html
    I doubt they have a converter for 1.4 but you can see.
    Convert your applet html code and your applets will run fine on IE.
    If you are unable to run on Netscape then it must be specific instance of the problem.
    In that case - what is the exact error you get ? Youcan see this using the "Java Console"
    option in the menubar.
    all the best.

  • Textlayout dont work correctly with the browser

    hello i finished my website and i publish it but when i open th HTML page the text in the textLayout component does not appear but if i run run the swf it work perfectely i dont know why . i am using flash CS4 the text is arabic it came from an external text file
    thank you for your help

    //Load the arabic text
    homePath = "home_ar.txt";
    homeLoader.load(new URLRequest("home/" + homePath));
    homeLoader.addEventListener(Event.COMPLETE, onComplete);
    function onComplete(e:Event):void
    str = e.target.data;
    home_mc.home_txt.xmlText = str;
    the content of the home_ar.txt file:
    <?xml version="1.0" encoding="utf-8"?>
    <flow:TextFlow paddingRight="5" paddingLeft="5" paddingBottom="5" paddingTop="5" whiteSpaceCollapse="preserve" xmlns:flow="http://ns.adobe.com/textLayout/2008">
    <flow:p direction="rtl" textAlign="justify" marginLeft="10" marginRight="10" textIndent="20" textAlignLast="right">
    <flow:span fontFamily="Arial" fontSize="30">بدون أقنعة....... و لا ستائر نتواصل معكم من بوابة    موقعنا.أهلا بكم ضيوفا بيننا.... فابحروا....فالجو مطمئن والطريق سالكة ......</flow:span></flow:p>
    <flow:p direction="rtl" textAlign="justify" marginLeft="10" marginRight="10" textIndent="20" textAlignLast="right">
    <flow:span fontFamily="Arial" fontSize="30">و نحن في إنتظاركم على ضفاف مسرح القطار</flow:span></flow:p>
    </flow:TextFlow>
    i load the content from a simple txt file then pass it into a String then pass it as the xmltext of text layout framework component.
    because with the arabic caracter a had an error in the encoding it didn't load correctly but with this sollution it work in the swf but in the browser not working

  • Applets on osx dont work

    do you have any idea why the same applets, i programmed and published on internet, work fine under ie or other browser on windows xp, but they dont work at all under safari on mac os x?
    other applets work on the same os x system but mine dont.

    >
    do you have any idea why the same applets, i programmed and published on internet, work fine under ie or other browser on windows xp, but they dont work at all under safari on mac os x?>You write crappy, non-xplat code? Just because Java is an x-plat language, does not prevent developers from writing platform specific code. To give any better answer, it would probably be necessary to see URLs for the breaking applets, or an SSCCE of code that fails.
    BTW - do you have any idea where your shift key is? When you locate it, please apply it once at the start of each sentence.

  • Applet Not Working in Browser

    I built a java applet that works fine in the applet viewer, but just appears as a gray screen in a web browser. In the status bar of the web browser, it says that the applet has been started. The only possible cause of this that I can think of is a failure to connect to the internet. The program should appear like that if it fails to connect to the internet when it first starts. If this is the problem, please see my other post about making that work.
    http://forum.java.sun.com/thread.jsp?forum=31&thread=449444&tstart=0&trange=15

    1) What Browser?
    2) What is you code?
    1) If it is Internet Explorer, the problem would be an outdated JVM. MS JVM only supports up to Java 1.1.8 so you would have to rework your Applet to fit with just those classes/methods present at that time (ie no Swing, and check the APIs to make sure that the since version isn't past 1.1.
    If you are using other browsers, the old JVM may be a problem as well. It should be easy enough to install the latest one.
    2) Start out with something simple, like a hello world. Get that to work, then worry about the more complicated stuff.

  • Java Applets not working using IE 6 after uninstalling software

    I uninstalled some software on WinXP using Add/Remove, however the software still left remnants on my system. I tried to removing all the entries in the registry with RegEdit....I will confess I am a rookie with that tool, however now IE 6 will not launch Java Applets on the web sites I visit.
    I also have Mozilla Firefox 8 installed and Java Applets work fine using that browser. Do I have to reinstall WinXP to correct IE 6, or is there an easier alternative?
    Thanks for any suggestions
    Gerry

    Please check out in the IE Explorer Tools--> Internet Options --> in this Advanced tab this will display you with the set of options and chceck boxes...
    in that please check out that whether the Java(SUN) --- (USe Java....<applet> Requires reStart...
    is existing or not if existing please check it and restart the system.
    if it is not existing in your broser then you have to install the JRE in the system for your Applet to work..
    That can be downloaded form...
    http://www.java.com/en/download/manual.jsp
    Here go for windows....
    All The Best..

  • Java applet not working savevid keepvid

    Hi all,
    I'm sure I'm not the only one who has been confounded by Java applets not working in certain download web services; in my case, keepvid.com and savevid.com to download copies of youtube videos.  It has been a huge headache and even debilitating in my case.  I teach film and video to middle schoolers, and we often use youtube as a resource for our class projects. 
    I found a solution today, I think, and wanted to share it:
    I installed the browser called "Torch" and it seems to work fine, so far.

    thanx 4 replying
    using the browser to view Applet is not recomended that is because if u change the the source-code and recompile the applet then run it using the broswer it will run the old-version
    Also i've found the solution here
    http://www.cs.utah.edu/classes/cs1021/notes/lecture03/eclipse_help.html

  • Signed applet not working in firefox - java.security.AccessControlException

    Hello,
    I have a signed applet that works fine in IE 7 but in Firefox I'm getting this exception in the java console:
    java.security.AccessControlException: access denied (java.net.SocketPermission myhost.com resolve)
    I already tried to run the applet with different JRE versions in Firefox with the same result: 1.6.0_01, 1.6.0_02, 1.6.0_03, 1.6.0_05
    I'll appreciate your help.

    thanx 4 replying
    using the browser to view Applet is not recomended that is because if u change the the source-code and recompile the applet then run it using the broswer it will run the old-version
    Also i've found the solution here
    http://www.cs.utah.edu/classes/cs1021/notes/lecture03/eclipse_help.html

  • JAVA Applets not working

    Hello,
    I am using "SAMS Teach Yourself JAVA In 21 Days". I use one of the given examples (Progress Bar 2, Day 10, Page 278.) When i run it in a web browser in the status bar it says "Loading JAVA Applet Failed". I dont know what im doing wrong...
    Here is the code; (uncompiled version)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Progress extends JFrame {
    JProgressBar current;
    JTextArea out;
    JButton find;
    Thread runner;
    int num = 0;
    public Progress() {
    super("Progress");
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    JPanel pane = new JPanel();
    pane.setLayout(new FlowLayout());
    current = new JProgressBar(0, 2000);
    current.setValue(0);
    current.setStringPainted(true);
    pane.add(current);
    setContentPane(pane);
    public void iterate() {
    while (num < 2000) {
    current.setValue(num);
    try {
    Thread.sleep(1000);
    } catch (InterruptedException e) { }
    num += 95;
    public static void main(String[] arguments) {
    Progress frame =new Progress();
    frame.pack();
    frame.setVisible(true);
    frame.iterate();
    Any Help Appreciated,
    Olie122333

    This isn't an Applet, it is a JFrame.
    See: http://java.sun.com/docs/books/tutorial/deployment/applet/index.html
    Use java.swing.JApplet instead of Applet if you are using the Swing API as you are.
    Of course if the section of the book you refer to is about applets and you don't understand the difference between an applet and an application you should probably throw the book out in 21 minutes and buy a usefull one.

  • Java applets that worked fine under 10.6 don't work under 10.7. What can I do to correct this?

    Java applets that worked just fine are no longer working after upgrading to MacOS X 10.7 (Lion).  Here is one example: 
    So far, I've found two Java Applets that have become inoperative under 10.7.  Here's one example: http://www.vimas.com/videoLarge.php
    I did download and install the Java  VM for Lion and I did "activate" the applet when prompted to do so.  However, the example  cited above fails to load.
    A second example is  JFileUpload which enables a drag & drop UI with which to upload files.  Worked great under 10.6 but under 10.7 dropping a file on the UI only causes the web browser to display the file, not upload it.

    @etresoft: "You have old cache files left over from you Snow Leopard Java installation. Just run the Jave Preferences application and delete your cache files."
    I did that right off but this is not the issue and that tactic didn't work.  Apple has acknowledged the issue and the workaround (extract the applet from the web page) seems to suggest that Safari is at fault.  Safari 5.2 was just released today but, unfortunately, doesn't correct this issue.
    In the case of the applet that I use most often (JFileUpload), it also has a File menu so I use that instead.  Nonetheless, I sure do miss drag & drop.  As more and more of our Mac users upgrade to Lion and bump into this issue, we expect our  support effort to be challenged with an increasing number of irate users.  It doesn't help to be able to say "It's Apple's Fault" but that's all we can say.

  • Java Print Service dont work in Linux

    Hello
    I Having one problem when try print in linux. Will anyone help.
    The print result blank page. But in Windows print ok.
    See the code
    import java.awt.geom.*;
    import java.awt.font.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.awt.print.PrinterJob;
    import java.awt.event.*;
    import java.awt.*;
    import java.awt.print.*;
    import javax.print.attribute.HashPrintRequestAttributeSet;
    import javax.print.attribute.PrintRequestAttributeSet;
    public class ShapesPrint extends Panel implements Printable, ActionListener {
         final static Color bg = Color.white;
         final static Color fg = Color.black;
         final static Color red = Color.red;
         final static Color white = Color.white;
         final static BasicStroke stroke = new BasicStroke(2.0f);
         final static BasicStroke wideStroke = new BasicStroke(8.0f);
         final static float dash1[] = { 10.0f };
         final static BasicStroke dashed = new BasicStroke(1.0f,
                   BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER, 10.0f, dash1, 0.0f);
         final static Button button = new Button("Print");
         public ShapesPrint() {
              setBackground(bg);
              button.addActionListener(this);
         public void actionPerformed(ActionEvent e) {
              if (e.getSource() instanceof Button) {
                   PrinterJob printJob = PrinterJob.getPrinterJob();
                   PrintRequestAttributeSet pg = new HashPrintRequestAttributeSet();
                   printJob.setPrintable(this);
                   if (printJob.printDialog(pg)) {
                        try {
                             printJob.print(pg);
                        } catch (Exception PrintException) {
                             PrintException.printStackTrace();
         public void paint(Graphics g) {
              super.paint(g);
              Graphics2D g2 = (Graphics2D) g;
              drawShapes(g2);
         public void drawShapes(Graphics2D g2) {
              Dimension d = getSize();
              int gridWidth = 400 / 6;
              int gridHeight = 300 / 2;
              int rowspacing = 5;
              int columnspacing = 7;
              int rectWidth = gridWidth - columnspacing;
              int rectHeight = gridHeight - rowspacing;
              Color fg3D = Color.lightGray;
              g2.setPaint(fg3D);
              g2.drawRect(80, 80, 400 - 1, 310);
              g2.setPaint(fg);
              int x = 85;
              int y = 87;
              //draw Text Layout
              FontRenderContext frc = g2.getFontRenderContext();
              Font f = new Font("Times", Font.BOLD, 24);
              String s = new String("24 Point Times Bold");
              TextLayout tl = new TextLayout(s, f, frc);
              g2.setColor(Color.green);
              tl.draw(g2, x, y - 10);
              // draw Line2D.Double
              g2.draw(new Line2D.Double(x, y + rectHeight - 1, x + rectWidth, y));
              x += gridWidth;
              // draw Rectangle2D.Double
              g2.setStroke(stroke);
              g2.draw(new Rectangle2D.Double(x, y, rectWidth, rectHeight));
              x += gridWidth;
              // draw  RoundRectangle2D.Double
              g2.setStroke(dashed);
              g2
                        .draw(new RoundRectangle2D.Double(x, y, rectWidth, rectHeight,
                                  10, 10));
              x += gridWidth;
              // draw Arc2D.Double
              g2.setStroke(wideStroke);
              g2.draw(new Arc2D.Double(x, y, rectWidth, rectHeight, 90, 135,
                        Arc2D.OPEN));
              x += gridWidth;
              // draw Ellipse2D.Double
              g2.setStroke(stroke);
              g2.draw(new Ellipse2D.Double(x, y, rectWidth, rectHeight));
              x += gridWidth;
              // draw GeneralPath (polygon)
              int x1Points[] = { x, x + rectWidth, x, x + rectWidth };
              int y1Points[] = { y, y + rectHeight, y + rectHeight, y };
              GeneralPath polygon = new GeneralPath(GeneralPath.WIND_EVEN_ODD,
                        x1Points.length);
              polygon.moveTo(x1Points[0], y1Points[0]);
              for (int index = 1; index < x1Points.length; index++) {
                   polygon.lineTo(x1Points[index], y1Points[index]);
              polygon.closePath();
              g2.draw(polygon);
              // NEW ROW
              x = 85;
              y += gridHeight;
              // draw GeneralPath (polyline)
              int x2Points[] = { x, x + rectWidth, x, x + rectWidth };
              int y2Points[] = { y, y + rectHeight, y + rectHeight, y };
              GeneralPath polyline = new GeneralPath(GeneralPath.WIND_EVEN_ODD,
                        x2Points.length);
              polyline.moveTo(x2Points[0], y2Points[0]);
              for (int index = 1; index < x2Points.length; index++) {
                   polyline.lineTo(x2Points[index], y2Points[index]);
              g2.draw(polyline);
              x += gridWidth;
              // fill Rectangle2D.Double (red)
              g2.setPaint(red);
              g2.fill(new Rectangle2D.Double(x, y, rectWidth, rectHeight));
              g2.setPaint(fg);
              x += gridWidth;
              // fill RoundRectangle2D.Double
              GradientPaint redtowhite = new GradientPaint(x, y, red, x + rectWidth,
                        y, white);
              g2.setPaint(redtowhite);
              g2
                        .fill(new RoundRectangle2D.Double(x, y, rectWidth, rectHeight,
                                  10, 10));
              g2.setPaint(fg);
              x += gridWidth;
              // fill Arc2D
              g2.setPaint(red);
              g2.fill(new Arc2D.Double(x, y, rectWidth, rectHeight, 90, 135,
                        Arc2D.OPEN));
              g2.setPaint(fg);
              x += gridWidth;
              // fill Ellipse2D.Double
              redtowhite = new GradientPaint(x, y, red, x + rectWidth, y, white);
              g2.setPaint(redtowhite);
              g2.fill(new Ellipse2D.Double(x, y, rectWidth, rectHeight));
              g2.setPaint(fg);
              x += gridWidth;
              // fill and stroke GeneralPath
              int x3Points[] = { x, x + rectWidth, x, x + rectWidth };
              int y3Points[] = { y, y + rectHeight, y + rectHeight, y };
              GeneralPath filledPolygon = new GeneralPath(GeneralPath.WIND_EVEN_ODD,
                        x3Points.length);
              filledPolygon.moveTo(x3Points[0], y3Points[0]);
              for (int index = 1; index < x3Points.length; index++) {
                   filledPolygon.lineTo(x3Points[index], y3Points[index]);
              filledPolygon.closePath();
              g2.setPaint(red);
              g2.fill(filledPolygon);
              g2.setPaint(fg);
              g2.draw(filledPolygon);
         public int print(Graphics g, PageFormat pf, int pi) throws PrinterException {
              if (pi >= 1) {
                   return Printable.NO_SUCH_PAGE;
              Graphics g2 = button.getGraphics();
              button.printAll(g2);
              drawShapes((Graphics2D) g);
              return Printable.PAGE_EXISTS;
         public static void main(String s[]) {
              WindowListener l = new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                        System.exit(0);
                   public void windowClosed(WindowEvent e) {
                        System.exit(0);
              Frame f = new Frame();
              f.addWindowListener(l);
              Panel panel = new Panel();
              f.add(BorderLayout.SOUTH, panel);
              f.add(BorderLayout.CENTER, new ShapesPrint());
              panel.add(button);
              f.add(BorderLayout.SOUTH, panel);
              f.setSize(580, 500);
              f.show();
    }

    Hi, Frank.
    Thanks for your interest.
    The problem is , the browsers dont compare the certificates of webutil.jar and jacob.jar with its certificate list.
    In Linux the browser, Mozilla 1.7.8, look for the certificates in
    /usr/lib/jvm/java-1.4.2-ibm-1.4.2.0/jre/lib/security/cacerts
    In this file 'cacerts' are storing all the certificates, also exist another certs file in the home user directory the tree began in .java, but it is only a copy of the cacerts file locate in /usr/lib/jvm/java-1.4.2-ibm-1.4.2.0/jre/lib/security
    Duncan Mills resolve this question in this forun post
    Certificate in Linux
    But I have store the keystore file, named keystore, in this subdirectory , and dont work.
    Also I have copy the keystore file with the name cacerts in that subdirectory but then the java console say that it is in wrong format.
    I clean the jar cache before any test and delete the .java tree in home user too.
    Now Im trying to know what is the item in webutil*.htm that load the keystore file to see the way that I can force the webutiljpi.htm to load the certificate.
    Any idea?
    Thanks for your interest and for your help.
    Regards.

  • Updated to the latest version and since cant run some java scripts like menus, selecting dates of a popup calender. the link just dont work. Also sometimes the tools menus/bookmarks etc show nothing!

    had updated the browser and installed some plug ins like persona two days back and since FF has been acting funny.
    Problem with java scripts on multiple sites and also with the menu bar. The links just dont work, they work fine with IE- which i dont paritcularly like! when I click on one of the menu bar items like tools, sometimes all that comes is an empty 3 d drop down box!
    Should i reinstall FF?
    Tried pop ups and also disabled the themes and an ad blocker I had downloaded.

    Have the same problem, Firefox won't even run YouTube

  • Java Applets not working with Firefox 5 properly

    Java Applets work sometime. But after sometime the Java icon at the bottom (near date & time) disappears. After this no matter what I do it does not work. Java Applets are used in this case to draw charts. The same charts come out properly in Internet Explorer. But I prefer using Firefox for its speed. What is the reason for this problem ?

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted toolbars
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> ''Firefox will: '''select "Remember History"'''''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

Maybe you are looking for

  • PLEASE HELP B4 I THROW THIS LAPTOP!!!

    My website that I am trying to launch. I have almost all of the code correct...All the other pages work fine. If you look at the footer of the page. for the home, about and contact pages...they are all white. The only one i am having trouble with is

  • JDBC Receiver: updates only header table how to update detail

    Hi here the scenario idoc having one header and one details segments, header data goes to one sql table detail date to another sql table. i created the sql structure   in two  ways one table name   insert table      header table         action       

  • RFC as MultiMessage with envelope Messages/Message1/..   ?

    Dear all, I received a RFC from SAP system. In my mapping I would like to do a message split and set the occurence of target message to 0...unbounded. The RFC get the envelope Messages/Message1 automatically. I tested the mapping in repository and it

  • Escalation in BPM11g using "organization" and not the ldap server

    Hi, I want to implement the escalation of a task from user1 to user2. How can i achieve this by management approval process instead of using the ldap (i.e. defining the manager and other higher approver titles and assigning the users to these titles

  • An RPC-style message

    please see this ... An RPC-style message has the XML payload wrapped inside an operation element in a SOAP body what does payload means here ? In English payload means +(1) the passengers and goods on a ship or an aircraft for which payment is receiv