Hi Jay,

Are all of the relevant jar files that Axis is dependant on accessible to the
applet to download??  That might be the reason it is working in netbeans and
not in IE.

Al



Quoting Jay Doggett <[EMAIL PROTECTED]>:

> Al,
>
>       The interesting thing is, the applet code works when I run it in the
> netbeans debugger, but not in IE.
>
> Jay
> Your best bet is to hire a vet!
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 30, 2004 1:38 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: client config solved and on to the next problem
>
>
> Hi Jay,
>
> OK, it sounds like you do not have a need for a handler, and just want to
> connect to the service.  Please correct me if I am misunderstanding.
>
> Try the following out....
>
> a) extract client-config.wsdd from axis.jar
>      jar xvf axis.jar org/apache/axis/client/client-config.wsdd
> b) place the client-config.wsdd into the applet folder
> c) test
>
> Let me know how this goes....
>
> Al
>
> ------------------
> Algirdas P. Veitas
> Allesta, LLC
> wsabi4axis: http://axis.wsabi.org/
>
>
> Quoting Jay Doggett <[EMAIL PROTECTED]>:
>
> >
> >     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!
> > >
> > >
> > >
> >
> >
> >
>
>
>


Reply via email to