I tried putting CatalogServer.jar at the end... Still I had the same problem, a null pointer exception when creating Call object (by the way i am using apachesoap)
Emilio, do you have the psuedo java code for applet soap client? -Senthil. From: Put your application/applet jar file at the end of the list. Assuming that CatalogServer.jar is the applet, the "archive" parameter should be: archive ="xerces_1_4_3.jar,soap.jar,mail.jar,activation.jar,xalan.jar,log4j.jar,CatalogServer.jar" I think I encountered that problem some time ago. --Emilio -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 11:01 PM To: [EMAIL PROTECTED] Subject: Applet communicating with Soap - not able to create call object... Hi, I had an applet which is a soap client... I am not to create call object in my applet... I got null pointer exception... after the code Call call = new Call(); In my html applet tag, I included all the jar files.. <applet code="com.putnam.dataAccess.catalog.ui.CatalogApplet.class" archive ="CatalogServer.jar,xerces_1_4_3.jar,soap.jar,mail.jar,activation.ja r,xalan.jar,log4j.jar" width=800 height=250 > </applet> I would like to know what is the error or can I communicate to Soap server through Applet? I would appreciate if you could give me a sample applet code speaking to soap server... I searched through the samples.. could have given atleast one applet soap example.. Thanks in advance. Senthil.