How to unsubscribe?

2007-05-14 Thread Dave Hoffer
I have been sending email to [EMAIL PROTECTED] but I keep on getting email. Perhaps our corporate mail filter is filtering your confirmation replies. How can I unsubscribe? -dh - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [axis2] How to write the implementation class

2006-06-02 Thread Dave Hoffer
-Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 1:34 AM To: axis-user@ws.apache.org Subject: Re: [axis2] How to write the implementation class Dave Hoffer wrote: I see in the new Axis2 docs that to write the implementation class you modify all

[axis2] How to write the implementation class

2006-06-01 Thread Dave Hoffer
I see in the new Axis2 docs that to write the implementation class you modify all the methods to pass/return an OMElement parameter. Why is this? Isnt it possible to write and use POJOs like Axis1.x? What is the benefit of the OMElement approach? I notice a phrase that this is how you

RE: [Axis2] How to build aar and Axis2 war with Maven2?

2006-05-30 Thread Dave Hoffer
to add dependency into your project to pick Axis2 jars from apache repo. Dave Hoffer wrote: I would like to start using Axis2 in a new project. The project will use Maven2 as the build system. How can I integrate Axis2? Specifically, how do I? - Compile my sources into the Axis aar format

[Axis2] How to design a Java API that is both Java and web-service friendly?

2006-05-30 Thread Dave Hoffer
I have some POJO classes that I am designing were I will have both Java clients (using the classes directly thru jar) as well as clients accessing the code through a web-service API (the primary web-service client will be JavaScript/IE). Ideally (not required), I would like both API's to be the

RE: [Axis2] How to design a Java API that is both Java and web-service friendly?

2006-05-30 Thread Dave Hoffer
for me - but I'm strange like that ;-) . HTH, Robert http://www.braziloutsource.com/ On 5/30/06, Dave Hoffer [EMAIL PROTECTED] wrote: I have some POJO classes that I am designing were I will have both Java clients (using the classes directly thru jar) as well as clients accessing the code

[Axis2] How to build aar and Axis2 war with Maven2?

2006-05-25 Thread Dave Hoffer
I would like to start using Axis2 in a new project. The project will use Maven2 as the build system. How can I integrate Axis2? Specifically, how do I? - Compile my sources into the Axis aar format? Or take my applications jar and create the Axis2 aar format? - Take the Axis2 aar and

RE: Axis - setup/teardown notification?

2005-09-13 Thread Dave Hoffer
Yes, this is exactly what I had in mind. Thanks for the help on this. ...couple of clarifications, is there any way for the init method to be called by Axis at startup instead of the client? Our web service is a daemon and I would like the init to be called when the system boots rather than at

RE: Axis - setup/teardown notification?

2005-09-13 Thread Dave Hoffer
-Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 5:14 PM To: axis-user@ws.apache.org Subject: RE: Axis - setup/teardown notification? Yes, this is exactly what I had in mind. Thanks for the help on this. ...couple of clarifications

Axis - setup/teardown notification?

2005-09-12 Thread Dave Hoffer
Does Axis provide any mechanism to notify web services that they are starting and/or stopping? I would like to provide some resource initialization when my web service has started and provide some resource cleanup when it is being stopped for any reason. What is the preferred way to do

RE: [Axis2][Fwd: Userguide questions]

2005-08-29 Thread Dave Hoffer
Subject: Userguide questions Date: Sat, 27 Aug 2005 22:13:18 -0400 From: Dave Hoffer [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org I am trying to follow the axis2 userguide instructions but am having some difficulty. In the following section, To test

Userguide questions

2005-08-27 Thread Dave Hoffer
I am trying to follow the axis2 userguide instructions but am having some difficulty. In the following section, To test this client you can use the provided ant build file that can be found in the Axis2Home/samples directory. Run the testEchoBlockingClient target . if you can see the response

Axis2 security

2005-08-20 Thread Dave Hoffer
Using Axis2, how can I limit what clients can access my web services? What if I want to limit it to localhost, or a range of IP addresses? -dh

Axis2 questions

2005-08-11 Thread Dave Hoffer
Hello Axis team, I have some general questions about Axis and how it could be used to help solve some of our application development problems. I have limited experience with Axis 1.x. We used this to allow a Flash client UI to access our C++ logic/code on OSX/Windows. This worked well