commons-logging library problem

2007-11-20 Thread Vaduvoiu Tiberiu
Hi, I have a pretty simple application that queries a web service. For the application I needed of course several jars from axis distribution, among which commons-logging-1.0.4.jar. Application runs ok, but when I try to stop tomcat, the process doesn't stop.Tomcat stops listening on port 8080

Re: first post. question on complex types

2007-10-10 Thread Vaduvoiu Tiberiu
AM Subject: Re: first post. question on complex types what you want to do exactly? do you have a web service an want to invoke it using a Axis2 client? you don't have to populate the response. Axis 2 populates it and returns the correct response object. Amila. On 10/9/07, Vaduvoiu Tiberiu

first post. question on complex types

2007-10-09 Thread Vaduvoiu Tiberiu
Hi to everyone. This is my first post and I have a small question about retrieving a complex type from a client. Read the documentation on axis(Building stubs, skeletons, and data types from WSDL)basic examples worked out well, I'm a little stuck on one example ...there is a web service