Re: Simple DOC-LIT sample

2004-11-29 Thread Enric Jaen
Here you will find an example, and you can download the code at the bottom. http://www.sosnoski.com/presents/cleansoap/axis.html -Enric > > > Hi, > > I am looking for a simple DOC-LIT sample. I looked around in samples > folder, but probably missed it if it was there.

wiki about web services

2004-11-28 Thread Enric Jaen
in general. Hope you find it useful. -Enric Jaen

Re: axis problems - style="document"

2004-11-09 Thread Enric Jaen
It does not exist such a java:DOCUMENT provider. Use java:RPC with style="document". -Enric On Tue, 9 Nov 2004, Alessandro Leonardi wrote: > Hi, > > I've a problem to publishing a service with axis, I build it like axis > example and all is OK, I can to u

Re: AW: Still have Log4j - Problems!

2004-10-22 Thread Enric Jaen
file in my service classpath? There is not connection between them. The Axis engine uses the application context to look for the services classes. The Axis tools don't use the application context, but they use the same libraries than the engine. > > The Axis apps (see above) do not n

Re: AW: AW: Log4j - Problems

2004-10-21 Thread Enric Jaen
also that your AXISCLASSPATH contains the lib log4j-1.2.8.jar -Enric On Thu, 21 Oct 2004, Florian Theurich wrote: > I enter: > > java -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s -d application -o > c:\tools\test c:\tools\test.wsdl > > quite straig

Re: AW: Log4j - Problems

2004-10-21 Thread Enric Jaen
Can u plz post the command you try to run? Also, use -Dlog4j.debug to see in the stdout detailed info about your log4j configuration. You should see sthing like this (but not exactly the same): log4j: Using URL [file:log4j.properties] for automatic log4j configuration. log4j: Reading configuration

Re: Custom parameters in wsdd file?

2004-10-16 Thread enric
/** * Enric Jaen Villoldo * PhD student * http://nmg.upc.es/~enric */ On Sat, 16 Oct 2004 [EMAIL PROTECTED] wrote: > > If I am not wrong you can specify your own parameters like this: > > > > ... > > > Regarding how your service could retrieve the

Re: Custom parameters in wsdd file?

2004-10-16 Thread enric
not sure how to get that handler from your service class. Maybe your service should implement the ServiceLifecyle method and get the handler from the init() method. But this is something I have never tried.. Maybe someone else can confirm this? Hope it helps. -Enric -Enric /** * Enric Jaen

Re: wsdl autogeneration

2004-10-15 Thread enric
: ... ... -Enric On Fri, 15 Oct 2004 [EMAIL PROTECTED] wrote: > Pat, > > By default, Axis has a mapping, in WEB-INF/web.xml, that specifies a URI > of "/services/*", to get to the Axis servlet (and, thus, to the services). > This is the path below the context root. It loo

Re: Help with Log4j

2004-07-27 Thread enric
You could check that log4j is in the AXISCLASSPATH. -Enric On Tue, 27 Jul 2004, Keir Bowden wrote: > Hi, > > I'm having trouble getting log4j to work in conjunction with commons > logging, Axis 1.0 and Tomcat 5.0.19. I've tried altering the > log4j.properties in