RE: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Alexey Krivitsky
That issue of an empty page with deployed services is quite annoying. I have registered it in the bugzilla. Priority: minor. When this happens I usually take a look on the tomcat's console, ClassNotFound exception with details is seen there. > -Original Message- > From: Yao Xu [mailto:[E

load-on-startup for AxisServlet

2002-12-04 Thread Yao Xu
Hi, Once I have published my services successfully into Axis, I would like to have the service be loaded while the Axis server is started. I am hoping by adding '' in following file for AxisServlet would load those services: $somedir/axis/tomcat/webapps/axis/WEB-INF/web.xml Apache-Axis

Re: Licensing Issues

2002-12-04 Thread redpineseed
Open Java Standard JAX-RPC has been developed as a standard specification under the Java Community process as the JSR-101. So JAX-RPC specification is a result of collaboration of multiple vendors under the JCP expert group. Multiple vendors provide compatible implementations of JAX-RPC stan

RE: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Yao Xu
Thanks for all the response. The problem solved by using your advise, and clean up the path to my own classes. Thanks again! Yao --- Chris Forbis <[EMAIL PROTECTED]> wrote: > I have seem this a ton. Do a "view source" if the > page starts but does not > finish it usually means your deploy wsd

RE: Licensing Issues

2002-12-04 Thread Yao Xu
Based on the license agreement posted by Sun before we download JAX-RPC jar and API: http://java.sun.com/Download5 There seems no limitation on using it in a commercial product. Yao --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > Just because Axis passes the TCK, that doesn't > necessaril

RE: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Chris Forbis
I have seem this a ton. Do a "view source" if the page starts but does not finish it usually means your deploy wsdd has an error in it that the deploy did not catch. Could be a missing class, could also be a class version conflict. -Original Message- From: Yao Xu [mailto:[EMAIL PROTECTED

RE: WSDL2Java now generates _Port and _ServiceLocator instead of ServiceLocator

2002-12-04 Thread Sascha Kulawik
I've added a Bug in Bugzilla about that - IMHO it is a Bug. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15072 > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 6:50 PM > To: [EMAIL PROTECTED] > Subject: WSDL2Java now generates

Problems serializing german umlauts

2002-12-04 Thread Sascha Kulawik
Hello, I'm using 1.0 to generate the Stub Code for the Client classes, 1.1beta for using it at the server and at the client. With TCPMon I've seen, that german umlauts inside a serialized XML-String (who is been sended as a string to the remote method) are encoded like & # 2 5 2 ; (without spaces

RE: Licensing Issues

2002-12-04 Thread Anne Thomas Manes
Just because Axis passes the TCK, that doesn't necessarily mean that someone can use Axis in a commercial product without obtaining a JAX-RPC license from Sun. Apache licensed JAX-RPC from Sun using a special license that's only available to non-profit companies. The question is: is that license tr

Re: Howto enable sessions with axis

2002-12-04 Thread Matthias Brunner
On Wednesday 04 December 2002 17:25, [EMAIL PROTECTED] wrote: > I know this is not supposed to be a very hard question, but I'm > searching for some sample-code or explanation how to enable > session-handling in axis. I'm using a Tomcat 4.0.4 as Axis-server > and a simple > java-console-applicatio

Re: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Matthias Brunner
On Wednesday 04 December 2002 22:30, Yao Xu wrote: > After I installed Axis 1.1 beta on Solairs 8 box, I > repeated the above steps, but I got a blank page with > 'And now... Some Services' only. > > I am using Tomcat 3.2.3, JDK 1.4.1. Please advise. Check if you provide tomcat with all jars neces

Re: "View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Joseph Rajkumar
Hi This happened to me also and the certain classes are missing and hence you get a blank page. To fix this problem, go and look at the files in your $TOMCAT_HOME/logs directory and search through them to find what library or classes are missing and put in the the common/lib directory an

"View the list of depolyed Web serviecs" shows blank page

2002-12-04 Thread Yao Xu
Hi, In Axis 1.0, after I published a services, and click on 'View the list of deployed Web services", I would see my service just published listed along with the other default services shipped with Axis 1.0. After I installed Axis 1.1 beta on Solairs 8 box, I repeated the above steps, but I got

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
Actually, that's not the wsdl I was talking about. I was talking about Axis' stock sample at: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis/java/samples/stock/GetQuote.wsdl -Dug "Anthony Elder" <[EMAIL PROTECTED]> on 12/04/2002 04:20:48 PM Please respond to [EMAIL PROTECTED] To

RE: Logging using Servlet API

2002-12-04 Thread Tom Jordahl
Axis uses the common-logging API to support its logging. You can plug in any logging functionality that you would like in to this. http://jakarta.apache.org/commons/logging.html You configure a LogFactory, see the API docs here: http://jakarta.apache.org/commons/logging/api/org/apache/commons/lo

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Anthony Elder
Just to make this clear: The WSIF samples source come in the binary distribution at http://cvs.apache.org/dist/axis/nightly/ You can see the WSDL file Dug mentions with the online CVS interface at http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/samples/stockquote/wsifservice/Stock

samples for ftp

2002-12-04 Thread David Shen
I would like to use Apache AXIS to ftp files. Is there any samples for ftp files? Thanks for your help David

Re: Licensing Issues

2002-12-04 Thread Steve Loughran
Axis does pass the TCK, even the bit about exceptions. So there should be nothing to worry about - Original Message - From: "Michael Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 11:33 AM Subject: Licensing Issues We are getting ready to release our

RE: SOAP header and patching problem

2002-12-04 Thread St-Germain, Sylvain
I have a patch on the way, only the test case has to be finalized... I can send it to you. -Original Message- From: Julia Tertyshnaya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:57 AM To: [EMAIL PROTECTED] Subject: SOAP header and patching problem Hello all, Sorry I

Logging using Servlet API

2002-12-04 Thread Tiptronicus
Hi, So far in the mailing list I have seen only examples of logging using log4j. Since Axis is a servlet, shouldn't it be possible to use the servlet log calls ? Or even if I have to use log4j, is it possible to integrate it with the servlet containers logging mechanism. Could you give some exa

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
In the samples, look at: samples\stock\GetQuote.wsdl it has a java binding as well as a normal http one. -Dug Alex Dovlecel <[EMAIL PROTECTED]>@ford.kbs.twi.tudelft.nl> on 12/04/2002 02:42:48 PM Please respond to [EMAIL PROTECTED] Sent by:Alex Dovlecel <[EMAIL PROTECTED]> To:[E

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Alex Dovlecel
On Wednesday 04 December 2002 20:26, you wrote: > Axis supports a "java" binding natively so no http will be involved. Can you detail a little on this. Or provide some links ;o) Dog and Steve Tx alot dovle (I know where to find WSIF but not how to use the java binding ??? ) :) > -Dug > > > "St

Licensing Issues

2002-12-04 Thread Michael Ryan
Title: Licensing Issues We are getting ready to release our product using Axis, and need to clarify any licensing issues.  Past posts to this list have been less than enlightening about this issue, and the Axis web site has no licensing information.  It seems that, even Axis is an Apache pr

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
Axis supports a "java" binding natively so no http will be involved. -Dug "Steve Parker" <[EMAIL PROTECTED]> on 12/04/2002 02:23:52 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject:Re: Incorporate the AXIS into my web app. Look at also u

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Steve Parker
Look at also using WSIF (Web Services Invocation Framework). It will allow a dynamic binding to occur - so your calls will go over SOAP (Axis) when needed, and locally when that is all that is needed. On Wed, 4 Dec 2002 19:19:14 +0100, Alex Dovlecel wrote > hello all, > > I know this subjec

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Steve Parker
Look at also using WSIF (Web Services Invocation Framework). It will allow a dynamic binding to occur - so your calls will go over SOAP (Axis) when needed, and locally when that is all that is needed. On Wed, 4 Dec 2002 19:19:14 +0100, Alex Dovlecel wrote > hello all, > > I know this subjec

Re: Customizing axis ..

2002-12-04 Thread Alex Dovlecel
Hello, I haven't followed the thread carefully so I might say an idiot thing but... I have a big mouth... :o( You HAVE to use AXIS as your soap engine? You could use a smaller one, called KSoap. It is easyer to change code. It does not have a proper server, but just a servlet that emulates th

Incorporate the AXIS into my web app.

2002-12-04 Thread Alex Dovlecel
hello all, I know this subject was debated some days ago. I have tried to follow the thread and was pretty interesting. But I haven't found anything about this: My web app (that will incorporate the axis), when calling an axis server, should not encode the call in an axis envelope and send it t

Re: Customizing axis ..

2002-12-04 Thread Steve Loughran
I'd look at the handler I named to see what it does and if it could be tweaked; if not, there is always the ugly solution you suggested - Original Message - From: "Eriam Schaffter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 1:31 AM Subject: Re: Customizin

Howto enable sessions with axis

2002-12-04 Thread Sebastian . Beyer
Hi there, I know this is not supposed to be a very hard question, but I'm searching for some sample-code or explanation how to enable session-handling in axis. I'm using a Tomcat 4.0.4 as Axis-server and a simple java-console-application as a client. So, what do I have to do to, for example, store

RE: Registering SerializerFactory in client using config file

2002-12-04 Thread Tom Jordahl
Try using 'client-config.wsdd' in the current directory of the client. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 7:10 AM To: '[EMAIL PROTECTED]' Subject: Registering Serial

How can I easily add a header?

2002-12-04 Thread Aaron Hamid
Hello, I want to add a header (which is ultimately added to the HTTP headers) which is settable at the Service level. Take for instance the HTTP Authorization header. Unfortunately there appears to be no way to set a set of generic properties which are passed along in a transport-specific

Registering SerializerFactory in client using config file

2002-12-04 Thread Brian Dillon (ext. 944)
Appologies in advance for this one. I think this has been answered before on the mailing list but I can't find the thread. Anyway, what I want to do is to register a Serializer and Deserializer in a client for certain types. However rather than doing this programtically like; cll.regi

Re: Customizing axis ..

2002-12-04 Thread Eriam Schaffter
So then what do you suggest ? Eriam Steve Loughran a écrit: - Original Message - From: "Eriam Schaffter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 2:15 PM Subject: Customizing axis .. Hi all .. I would like to use axis within and embedded sql ser