RE: Turning off the ServiceManager

2002-05-23 Thread Emilio Belmonte
Title: RE: Turning off the ServiceManager The only way to do it is by writing your config manager.  If the only thing you want to do is to disable the config manager once you gave deployed your services, then extend the DefaultConfigManager and disable those methods you want.  Then , you need

RE: Applet communicating with Soap - not able to create call obje ct...

2001-12-04 Thread Emilio Belmonte
Title: RE: Applet communicating with Soap - not able to create call obje ct... I used soap2.2 and tomcat 4.0.1  I used one of the samples (stockquote) that come with the soap distribution (see GetQuote.java). The only thing I have different is that a) I used a Java plug-in and b)I used jaxp.ja

RE: Applet communicating with Soap - not able to create call object...

2001-12-04 Thread Emilio Belmonte
Title: RE: Applet communicating with Soap - not able to create call object... 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,lo

RE: SOAP 2.2 plug-in for Tomcat 4.0.1 (Has anybody did it ?)

2001-10-29 Thread Emilio Belmonte
Title: RE: SOAP 2.2 plug-in for Tomcat 4.0.1 (Has anybody did it ?) It works.  Check catalina.bat in the bin directory.  It shouldn't be difficult to see where you se the classpath.  In any case, you can just deploy as a web application by dropping soap.war inside the webapps directory. --Emi

Java Pluigin - Applet - HTTPS

2001-10-26 Thread Emilio Belmonte
Title: Java Pluigin - Applet - HTTPS Any tips about getting an Applet running inside a Java Plugin (Netscape 4.7) to contact the rpcrouter using HTTPS? I have tried to re-write the soap.jar SSL part to use the Java Plugin recommended way of using HTTPS, but the SOAP envelop gets mixed with t