In the case of the ClientSigningHandler, does this entry match a service in the server-config.wsdd? I am trying to understand what I have to define in the client-config.wsdd just to "connect" to the samples.stock.StockQuoteService.
Jay Your best bet is to hire a vet! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 12:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: client config solved and on to the next problem Hi Jay, Here is a client-config.wsdd that you can use as an example for defining a handler. The handler in this case is configured at the global level, so all client invocations will invoke this handler. <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <globalConfiguration> <requestFlow> <!-- define the client Signing handler configuration --> <handler type="java:samples.security.ClientSigningHandler"> <parameter name="keystore" value="samples/security/keystore.jks"/> </handler> </requestFlow> </globalConfiguration> </deployment> This config file is taken directly from the samples\security in the Axis distribution. Hope this helps... Al Quoting Jay Doggett <[EMAIL PROTECTED]>: > > I have learned that dropping a client-confg.wsdd in the same folder as > the > applet cures my previous issue, but there is no doc that > I can find about defining a handler in it. I am only trying to connect to the > sample getQuote service, running on the same machine. > > Does anyone know where I can get some detailed information on the > creation > of the client-config.wsdd? > > Jay > Your best bet is to hire a vet! > > -----Original Message----- > From: Jay Doggett [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 10:56 AM > To: [EMAIL PROTECTED] > Subject: Applet classpath and the IE plugin > > > > I have made some progress. After creating a CLASSPATH windows > environment > variable and setting it to %AXISCLASSPATH% (from the > directions) I get a different behavior. > > Now, I get this error: > "org.apache.axis.InternalException: org.apache.axis.ConfigurationException: > org.apache.axis.ConfigurationException: No engine > configuration file - aborting!" > > Is this happening because I have not set up a client configuration file > somewhere? > > Jay > Your best bet is to hire a vet! > > >