Security Issue

2005-02-16 Thread Joe Plautz
info is being stored in client specific databases. I've come up with my own ideas, which include sending the authentication piece as part of the message. If anyone has any alternative ideas please let me know. Thanks, Joe Plautz

Newbie WSS4J Example

2005-02-08 Thread Joe Plautz
Hello all, I don't know how many of you have seen the example floating around about using WSS4J in axis. If it's already been posted, them my apologies. I thought it might be appropriate to share it here. http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx Have a great day, Joe

Re: Help Chunking

2005-01-17 Thread Joe Plautz
Bare with me please I haven't dealt with this in a while so my specifics might not be accurate. As you maybe aware of chunking is part of the HTTP 1.1 specification. If you are specifying that you are submitting a request in in HTTP 1.1 that means you will accept chunking in return. If you

Re: maintaining a database connection pool or a socket connection pool

2004-12-14 Thread Joe Plautz
In tomcat's documentation you can find all that you need for connection pooling. I don't know of any restrictions on pools, but I have at least 10 going right now. look here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html Joe METIN ZAVRAK wrote: Hi, Is there

Re: Best Practice

2004-11-16 Thread Joe Plautz
to be used where appropriate. Deciding where it's appropriate is something that comes with experience not reading it from somewhere. Have a great day, Joe Plautz [EMAIL PROTECTED] wrote: Thanks, Nikki. We have a standard of complying to Basic Profile 1.0, for interoperability but, on top of that, I'm

Re: Best Practice

2004-11-16 Thread Joe Plautz
appropriate is something that comes with experience not reading it from somewhere. Have a great day, Joe Plautz

Re: Best Practice

2004-11-16 Thread Joe Plautz
have with this process is that Axis's wsdl2java insists on putting _client-side_ stubs in the same directory as _server-side_ WSDDs. There's no getting around that because both get generated in the same task. Annoying, but we can live with it. Anand On Tue, 16 Nov 2004, Joe Plautz wrote: : Funny you

Re: Best Practice

2004-11-16 Thread Joe Plautz
authentication using a user authentication object. Hope this helps, Joe Plautz Vikas Phonsa wrote: I would appreciate if someone could comment on the security and authorization aspects of the web services. What is everybody using in that regard? Thanks Vikas -Original Message- From: Joe

Re: Best Practice

2004-11-16 Thread Joe Plautz
that needs to be called over and over again in rapid succession. Vikas Phonsa wrote: Hi Joe, Thanks for your answer. Could you elaborate a little bit about the authentication object? Was that part of the SOAP message? Thanks Vikas -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED

Re: Best Practice

2004-11-16 Thread Joe Plautz
Be code centric as opposed to WSDL centric. With Axis we can expose our code in a relatively easy manner without the need of creating a WSDL first which is perfect. Anne Thomas Manes wrote: I'm thinking about reusability. Picture yourself a couple of years from now when your company has a few

Transfer-Encoding=chunked

2004-05-14 Thread Joe Plautz
Hello all, I'm not sure where to post this one? But here it goes. I am having an issue with a chunked response when connecting to Axis on Tomcat using Power Builder. Aparently, Power Builder issues a request using HTTP 1.1 but it does not accept a chunked response back. Does anyone know if there

Re: Best Practices?

2004-05-13 Thread Joe Plautz
On Wed, 12 May 2004 12:12:44 -0500, Joe Plautz [EMAIL PROTECTED] wrote: Thanks for the advice! This is exactly what I've been looking for. It almost seems that people end up using Axis inspite of itself. But, it's just too dang easy to get something up and running. I imagine JWS files have

Re: Best Practices?

2004-05-13 Thread Joe Plautz
the wiki content. (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages) thanks, -- dims On Thu, 13 May 2004 08:47:30 -0500, Joe Plautz [EMAIL PROTECTED] wrote: I agree with Andy. Hence, why I started this thread looking for guidance. I was sent a good example from Ross on creating

Re: Best Practices?

2004-05-13 Thread Joe Plautz
discussion is just water under the bridge. thanks, -- dims On Wed, 12 May 2004 12:12:44 -0500, Joe Plautz [EMAIL PROTECTED] wrote: Thanks for the advice! This is exactly what I've been looking for. It almost seems that people end up using Axis inspite of itself. But, it's just too dang

Re: Best Practices?

2004-05-13 Thread Joe Plautz
to the operation. Next, you'd click the submit button and be presented with the results of the operation. -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Thursday, May 13, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: Re: Best Practices? I don't understand what you

Re: Best Practices?

2004-05-12 Thread Joe Plautz
use wsdl2java to generate your stub, locator, skeleton, impl and maybe a testclient. Now you can implement and deploy your Service by unsing the addtional generated .wsdd files. Hope this helps you Tomi -Ursprüngliche Nachricht- Von: Joe Plautz [mailto:[EMAIL PROTECTED] Gesendet: Dienstag

Re: Best Practices?

2004-05-12 Thread Joe Plautz
very hard to do it right, and those who haven't grasped that world is in a completely stupid state right now. -Jon -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:02 AM To: [EMAIL PROTECTED] Subject: Re: Best Practices? My first

Best Practices?

2004-05-11 Thread Joe Plautz
formated text? If there are any sites that cover this information, please forward them on to me. Any help will be appreciated!!! Thanks, Joe Plautz [EMAIL PROTECTED]

Re: Best Practices?

2004-05-11 Thread Joe Plautz
as simple as possible. Ross -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: Best Practices? I'm a newbie looking for guidance in creating WebServices with Axis. I've gone through the documentation backwards