Log4j

2003-12-19 Thread Pete Haidinyak
Hi, I know this subject has been beaten to death, but I will ask again. I am running Axis 1.1 with Tomcat 5.0 and I am trying to modify the log4j.properties file. I have tried most of the methods mentioned in the list archive (put the properties file in the WEB-INF/classes directory, removing

Axis1.1 and HTTPS/SSL

2003-12-19 Thread Steve Pannier
I'm trying to get HTTPS/SSL working with a web service running in Axis1.1. I want to encrypt all messages sent to/from a particular web service. I don't want encryption used with other deployed web services. I've searched through the mailing list to see if what I'm trying to do will work, and ra

RE: Axis unable to validate

2003-12-19 Thread rmarti
I had a similar problem with Axis that was caused by two occurrences of activation.jar (one in the common path, on in webapp). Deleting from common seemed to solve it. Have a look, YMMV Regards, Richard Martin -Original Message- From: Ryan Nideffer [mailto:[EMAIL PROTECTED] Sent: 19 D

RE: deploy my project in axis

2003-12-19 Thread Sherman, Dennis (END-CHI)
We don't expose "axis" either... Your tomcat's server.xml (and/or a web.xml under webapps) needs to know how to get to the axis servlet. You can expose something else as the servlet's name, but your tomcat configuration has to know about it. Strictly speaking, this isn't an axis issue, but a tom

Complex Type Serialization/Marshalling

2003-12-19 Thread Vinod Menon
Hi, Regarding Complex Type Serialization. I have a webservice that uses complex types in it's interface definition. What is the best way to convert a complex type object to it's XML representation like 'JAXB marshalling' does. Thx, -Vinod _

Axis unable to validate

2003-12-19 Thread Ryan Nideffer
Hello- I am running Axis 1.1 Final on a Linux 2.4.21 box with Resin 2.1.10. Until yesterday, everything was working perfectly. Then I restarted my machine, and now Axis fails to validate!! I didn't change anything that I know of, and needless to say this is _incredibly_ frustrating. Here is wh

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-19 Thread Airline Pedestal
I think I know why this is happening, but I don't know what to do about it. My highest level object implements the interface java.util.List. I'm guessing that type has a typeMapping already associated. It apparently finds that mapping before it finds my mapping. Can anyone confirm this? How c

deploy my project in axis

2003-12-19 Thread MANCHIKALAP, KRISHNA (SBCSI)
Hello, I have created a project called "mywebservice" in TOMCAT_HOME\webapps & moved all axis jar files to mywebservice\WEB-INF\lib When i try to run client endpoint as "http://localhost:8080/mywebservice/services/Calculator " the

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-19 Thread Airline Pedestal
Hi, I haven't had this problem with Axis 1.1. Only when I switched to Axis 1.2alpha did I start getting this exception. I don't understand what is going on, because I am using the same code. It works on 1.1, but fails on 1.2alpha. Does anyone know why Axis would be looking for a serializer f

RE: C++ Code Generation

2003-12-19 Thread Jean Safar
Jaspreet, Thank you for your mail. I did download the tool yesterday from the apache site. I used the java wsdlws code generation, is there one other? I can't see any other tool... The WSDL file that I used is generated from a web service using axis java. Do you think there could be some potent

feedback and requirements on axis c

2003-12-19 Thread Jaspreet Singh
Hi All I am using Axis C and i've come across situations where i would have certainly liked Axis to be more flexible and extensible to suit my needs. This can be considered as a set of requirements from my side. 1. The server picks up the information about the services and the methods it wants to

Re: WSDL2Java does not create any output on complex XSD imports

2003-12-19 Thread Dan Christopherson
What version of Axis were you using? Was the import in the wsdl a wsdl:import or an xsd:import? I've done some experimentation with a wsdl importing an xsd that imports xsds that import xsds (although not as many). The 1.2 alpha was pretty close to working, except for the mixed="true" problem on

AW: Réf. : Axis/Tomcat Servlet Problem.

2003-12-19 Thread Jens Mittag
Hi! Thanks for your tip, but now, I get a different exception: - Exception: java.lang.NullPointerException at org.apache.commons.discovery.resource.ClassLoaders.getAppLoaders(ClassLoader s.java:206) at org.apache.axis.AxisProperties.getClassLoaders(AxisProperties.java:156)

Re: Deploying Axis web services

2003-12-19 Thread Christopher Blunck
On Fri, Dec 19, 2003 at 06:13:58AM -0800, __matthewHawthorne wrote: > Axis is a webapp which can be deployed in any J2EE container. You can > then deploy your service into Axis (using the .wsdd file) on that > container. It's surprisingly easy. Surprisingly is an understatement... Axis is *so

Re: Client deployment - basic question

2003-12-19 Thread Rommel Sharma
Have you seen the following link that talks about things like client, stubs etc and gives the reason for using them and steps to generate them? http://www.onjava.com/lpt/a/1578 Rommel. - Original Message - From: "Damir Dulitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

Re: Deploying Axis web services

2003-12-19 Thread Rommel Sharma
Did you try the example2 given at: http://ws.apache.org/axis/java/user-guide.html ? It clearly sets up a very simple webservice. - Original Message - From: "Nate Bowler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:39 AM Subject: Deploying Axis web service

Re: Deploying Axis web services

2003-12-19 Thread __matthewHawthorne
Axis is a webapp which can be deployed in any J2EE container. You can then deploy your service into Axis (using the .wsdd file) on that container. It's surprisingly easy. Nate Bowler wrote: I have an application that is installed at a customer's site. While it has its own web-based GUI, it a

Client deployment - basic question

2003-12-19 Thread Damir Dulitz
Hi, I have problems to understand purpose of client deployment and their wsdd. Can someone give me a short introduction or give me a www resource (haven't found one)? There is nothing described in the Axis User Guide. When di I need client side deployment and how do I tell the client to use the co

Deploying Axis web services

2003-12-19 Thread Nate Bowler
I have an application that is installed at a customer's site. While it has its own web-based GUI, it also exposes a set of WS apis. Currently, I am using Sun's JWSDP 1.2 for this. I am interested in trying Axis, but I am stuck with deployment. Is there a way to statically deploy a web service for

servlet.jar required in jre 1.4.1?

2003-12-19 Thread Pradeep Bhatt
Hi, Have a quick question. I am using AXIS 1.0 and in jre 1.3, I do not get any issues. But when I run my code in jre 1.4.1, it is expecting servlet.jar in the classpath. Can some one explain this behaviour to me ? Why is that 1.3.1 does not require servlet.jar where as 1.4.1 requires ? The e

Réf. : Axis/Tomcat Servlet Problem.

2003-12-19 Thread valerie . bauche
I had this problem and I solved it looking at the axis jar files : they must be in a unique directory. In your case, be sure they are in jakarta-tomcat-4.1.29/common/lib and nowhere else under jakarta-tomcat-4.1.29/.. Valerie "Jens Mittag" <[EMAIL PROTECTED]> sur 18/12/2003 14:51:00 Veu

RE: namespace prefix for body elements

2003-12-19 Thread Enrique Rodríguez
Pardon.  Type error         value       -Mensaje original- De: Enrique Rodríguez [mailto:[EMAIL PROTECTED] Enviado el: viernes, 19 de diciembre de 2003 12:12 Para: [EMAIL PROTECTED] Asunto: namespace prefix for body elements   I have to develop a client and a s

namespace prefix for body elements

2003-12-19 Thread Enrique Rodríguez
I have to develop a client and a server with a prefixed namespece for body elements. Somehting like that       value   Where can i set this prefix to my client stub??      

Re: SecureSocketFactory pluggability?

2003-12-19 Thread Rodrigo Ruiz
For your tests, you can use this: Security.insertProviderAt(new MyProvider(), 1); to add your custom provider programmatically, so you will not have to modifiy your global java configuration :-) Regards, Rodrigo Ruiz Stuart Miller wrote: Gary, thank you very much indeed for this. I will try th

some questions on the wsdd file

2003-12-19 Thread Jaspreet Singh
Hi I have a few queries regarding the deployment descriptor 1. In a wsdd file what is the meaning of the "provider" attribute in "service" tag? What are the different providers and what is their significance? How and when will i use these providers? 2. Why do we call the library location paramet