Re: Best Practices?

2004-05-12 Thread Joe Plautz
parameternames in your auto generated wsdl, cause the the params looks like in0, in1, in2... . Then you 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 h

Re: Best Practices?

2004-05-12 Thread Joe Plautz
legacy functionality people are > trying to SOAP service enable. > > Bottom line: implementing a WS-I compliant SOAP service in Java is not a > trivial thing. There are two types of people building Web Services in Java: > those who are extremely frustrated with the completely stupid

Best Practices?

2004-05-11 Thread Joe Plautz
string contains xml 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
. Keep the interface 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 thr

Re: Best Practices?

2004-05-13 Thread Joe Plautz
bug reports) > - What would you do if you were to write/re-write parts of axis? > (enhancements requests) > > If we can't create new bug reports / enchancements to tell axis > developers how axis should behave in the future (1.2 Final) then all > discussion is just water under t

Re: Best Practices?

2004-05-13 Thread Joe Plautz
ion itself. Anyone can edit 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. > >

Re: Best Practices?

2004-05-13 Thread Joe Plautz
Re: Best Practices? > > Let's twist this discussion on its head > - Is there a list of bugs hiding in there somewhere? (bug reports) > - What would you do if you were to write/re-write parts of axis? > (enhancements requests) > > If we can't create new bug reports

Re: Best Practices?

2004-05-13 Thread Joe Plautz
the data to be passed 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:

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 i

Re: Best Practice

2004-11-16 Thread Joe Plautz
way you wish. But, like EJB and other distributed technologies they need 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 stand

Re: Best Practice

2004-11-16 Thread Joe Plautz
. But, like EJB and other distributed technologies they need 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

Re: Best Practice

2004-11-16 Thread Joe Plautz
deal with Java and Ant alone, not WSDDs and WSDLs. The only gripe I 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

Re: Best Practice

2004-11-16 Thread Joe Plautz
mplemented 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-----

Re: Best Practice

2004-11-16 Thread Joe Plautz
s. Not as something 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 [mai

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

Re: Best Practice

2004-11-17 Thread Joe Plautz
s. (But why not just use RMI?) If your goal is to develop language-independent, flexible, loosely coupled, document-oriented, SOA environments, then you should take a WSDL-centric approach. Anne -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16,

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: 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 sub

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

Security Issue

2005-02-16 Thread Joe Plautz
tion, user 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