RE: Changing the target URL for an Axis web service (Tomcat)

2002-05-24 Thread Provencher, Samuel
you will need to modify the deployment descriptor for the servlet... -Original Message-From: Jim Dibble [mailto:[EMAIL PROTECTED]]Sent: Monday, May 20, 2002 9:01 PMTo: [EMAIL PROTECTED]Subject: Changing the target URL for an Axis web service (Tomcat) I’d like to change

RE: Axis Newbie

2002-05-22 Thread Provencher, Samuel
Here's the that URI for wsdl4j... http://www-124.ibm.com/developerworks/projects/wsdl4j -Original Message- From: Stefan Henke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 10:26 AM To: [EMAIL PROTECTED] Subject: AW: Axis Newbie Hi Brenda, maybe you should look at wsdl4j whi

RE: Newbie Question

2002-05-16 Thread Provencher, Samuel
The answer is simple, none of them are standalone clients. You must use the Locator class to acquire a stub which you can then use just like a local object - a little more digging is required on your part because this is all covered in the users's guide; very straightforward. You're almost t

RE: how to implement session in axis

2002-05-16 Thread Provencher, Samuel
I read this part too and it did solve a behavioral problem I was experiencing, but it doesn't explain exactly what it means to be a "session-enabled" client, this term is undefined. -Original Message- From: Stickley, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 1:24 PM To:

RE: WSDL2Java programmatic errors

2002-05-13 Thread Provencher, Samuel
WSDL2Java/Emitter.) Russell Butek [EMAIL PROTECTED] "Provencher, Samuel" <[EMAIL PROTECTED]> on 05/10/2002 04:36:07 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: WSDL2Java programmatic errors

RE: WSDL2Java programmatic errors

2002-05-10 Thread Provencher, Samuel
Oh, I forgot to mention that the same call works when called from a batch file... -Original Message- From: Provencher, Samuel [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 5:28 PM To: '[EMAIL PROTECTED]' Subject: WSDL2Java programmatic errors I've managed to

WSDL2Java programmatic errors

2002-05-10 Thread Provencher, Samuel
I've managed to drive Java2WSDL programmatically, but am having trouble doing the same thing with WSDL2Java and it appears to do some naming things in the parser as it tries to find the file. The file is there, but it's getting confused I guess... maybe I have the wrong version of xerces for Axis?