Re: Wanted: Idiot's guide to axis

2004-05-13 Thread Hainer Neil
Just looked at the NewbieTrails.  So are you looking for volunteers to work on the following: Requested Trails * UsingCommandLineTools? * GettingStartedWithAttachments? * BestPracticeForCreatingServices? If so, is there are certain approach to supplying the requested information?  An

Another BEA Logic Web Server Question

2004-01-28 Thread Hainer Neil
Does BEA offer their own web services product that is similar to / worse than / or better (no offense Axis developers) than Axis? Thanks, Neil

BEA Web Logic & Axis

2004-01-28 Thread Hainer Neil
Hi, Are there Axis users using BEA Web Logic as your web server instead of Tomcat? If so, have you encountered any issues? TIA, Neil

Re: How do I get Axis to return ASCII characters instead of the decimal equivalent?

2003-12-16 Thread Hainer Neil
Problem resolved. Thanks. Hainer Neil wrote: What do I have to do to get Axis to return ASCII characters?  I seem to be getting the decimal equivalent of those characters. This is what my Axis client sends to my Axis Service: POST /axis/services/GenerateOWL HTTP/1.0

How do I get Axis to return ASCII characters instead of the decimal equivalent?

2003-12-16 Thread Hainer Neil
What do I have to do to get Axis to return ASCII characters?  I seem to be getting the decimal equivalent of those characters. This is what my Axis client sends to my Axis Service: POST /axis/services/GenerateOWL HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, a

Re: What is Axis doing with my String return type?

2003-12-16 Thread Hainer Neil
Please disregard. I am going to re-submit my question. Thanks. Hainer Neil wrote: Hi, When I run the classes that make up my service outside of Axis I get output like this: When I access my classes from Axis, my output looks like this

What is Axis doing with my String return type?

2003-12-16 Thread Hainer Neil
Hi, When I run the classes that make up my service outside of Axis I get output like this: When I access my classes from Axis, my output looks like this: 606312010910832118101114115105106134494648343210111099001051101036134117116102455634636213106082698185698384321051101121171166134

WSDL2Java Question

2003-12-08 Thread Hainer Neil
Hi, If I have generated a WSDL file from the source file myjava.class and Java2WSDL utility, then use that as input to WSDL2Java: 1.  Are these the correct files to deploy under my webserver? MyJava.class                                         | MyjavaSoapBindingImpl.class               |  

Re: Helping send XML files

2003-12-06 Thread Hainer Neil
depends upon application specific requirements /Chris -Original Message- From: Hainer Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, December 05, 2003 4:48 PM To: [EMAIL PROTECTED] Subject: Re: Helping send XML files Chris, I just want to clarify. I was as clear as maybe I should

Re: Helping send XML files

2003-12-05 Thread Hainer Neil
://cvs.apache.org/~haddadc -Original Message- From: Hainer Neil [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Helping send XML files Hi, I want to send XML files to my AXIS service and have it return XML files to the client. What is the correct

Helping send XML files

2003-12-05 Thread Hainer Neil
Hi, I want to send XML files to my AXIS service and have it return XML files to the client. What is the correct way of going about this? TIA, Neil

Dynamically re-deploying AXIS server (class files )

2003-03-20 Thread Hainer Neil
Hi, If an update is made to an existing AXIS server (class file) under Tomcat, is there a way of re-deploying (getting Tomcat to dynamically use the new class file version) without shutting and restarting Tomcat? My classes are placed under: C:\jakarta-tomcat-4.1.18\webapps\axis\WEB-INF\classes

Re: Web Services book

2003-03-12 Thread Hainer Neil
How about: Developing Java Web Services: Architecting and Developing Secure Web Services Using Java by Ramesh Nagappan, Robert Skoczylas and Rima Patel Sriganesh Kamau Allan wrote: > Perhaps this issue has been conversed before, if so I am sorry not to have > read about it before hand. > I am s

Service Object Constructors

2003-03-03 Thread Hainer Neil
Hi, Is it possible to have a constructor that takes arguments to initialize a service object using SOAP/AXIS? Possibly using session or application scope? TIA, Neil Neil Hainer 8283 Greensboro Drive McLean, Virginia 22102-3838 703-902-6828 [EMAIL PROTECTED] <>

RE: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Hainer Neil
Along these lines I have always wondered about the following: Every example I have seen related to SOAP or Axis either doesn't define a constructor or defines a constructor that does nothing. What are the reasons for this? What about constructors that require parameters? I had a discussion with

RE: Code for Session Scope

2003-02-27 Thread Hainer Neil
be quite doable to maintain a concept of state (using some clever pattern), even w/o relying on JAX-RPC to maintain session scope! Don't take my opinions/impressions as 'gospel' -- I'm no SOAP guru -- not yet! -Original Message- From: Hainer Neil [mailto:[EMAIL PROTECT

Re: Code for Session Scope

2003-02-26 Thread Hainer Neil
know it works.) > > > -----Original Message- > > From: Hainer Neil [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 25, 2003 4:10 PM > > To: AXIS User > > Subject: Code for Session Scope > > > > Hi, > > > > I'm conf

Code for Session Scope

2003-02-25 Thread Hainer Neil
Hi, I'm confused about the following: I have a service which has it's scope set to "session". Do I still code: service object.setMaintainSession(true); between method invocations to keep the original session alive? Thanks, Neil Neil Hainer 8283 Greensboro Drive McLean, Virgin

RE: Verifying Scope

2003-02-25 Thread Hainer Neil
ment descriptor file webapps\axis\WEB-INF\server-config.wsdd If scope is unspecified then it is probably the default ('request' scope, I believe). Or is that not what you were getting at? > -Original Message- > From: Hainer Neil [mailto:[EMAIL PROTECTED] > Sent:

Verifying Scope

2003-02-25 Thread Hainer Neil
Hi, After you have deployed a service in Axis, how can you verify what it's scope is set to? Thanks, Neil Neil Hainer 8283 Greensboro Drive McLean, Virginia 22102-3838 703-902-6828 [EMAIL PROTECTED] <>

Problem getting AdminClient to work

2003-02-21 Thread Hainer Neil
Hi, Why would the following: java org.apache.axis.client.AdminClient -classpath C:\xml-axis-10\lib\axis.jar;C:\xml-axis-10\lib\commons-discovery.jar;C:\xml- axis-10\lib \commons-logging.jar;C:\xml-axis-10\lib\jaxrpc.jar;C:\xml-axis-10\lib\saaj.j ar;C:\xml-axis-10\lib\log4j-1.2.4.jar;C:\xerces-2_3

RE: Attempting to configure AXIS for the first time

2003-02-19 Thread Hainer Neil
ome lines ! the ones with servlet-name element corresponing to AdminServlet (or AdminAxis ?) After, you have to restart your tomcat and retry access the servlet. Bye .. Hainer Neil wrote: > > Hi, > > 1. I am configuring AXIS 1.0 for the first time. I am using tomcat 4.1.18. > I no

Re: Attempting to configure AXIS for the first time

2003-02-19 Thread Hainer Neil
ubject: Re: Attempting to configure AXIS for the first time Hainer Neil wrote: > 1. I am configuring AXIS 1.0 for the first time. I am using tomcat 4.1.18. > I noticed the following when I ran happyaxis.jsp: > > Note: On Tomcat 4.x, you may need to put libraries that contain java.* or &

Attempting to configure AXIS for the first time

2003-02-19 Thread Hainer Neil
Hi, 1. I am configuring AXIS 1.0 for the first time. I am using tomcat 4.1.18. I noticed the following when I ran happyaxis.jsp: Note: On Tomcat 4.x, you may need to put libraries that contain java.* or javax.* packages into CATALINA_HOME/commons/lib Exactly what should I place in CATALINA_