Re: deployment without running tomcat

2002-09-27 Thread Steve Loughran
- Original Message - From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 20:31 Subject: RE: deployment without running tomcat > Deploying w/Ant: I just run the admin client by invoking the following > target: > > description="

Re: deployment without running tomcat

2002-09-27 Thread Steve Loughran
- Original Message - From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 00:19 Subject: deployment without running tomcat > In my build process, I first use Ant to build/install webapps to > tomcat/webapps, then start up tomcat, then use An

Re: 1.0RC bug? ---- Help

2002-09-27 Thread Richard Sitze
I don't use TomCat at all. The problem you experienced was a bug in Axis, not TomCat. *** Richard A. Sitze IBM WebSphere WebServices Development Jinghua Gu <[EMAIL PROTECTED]> 09/26/2002 01:33 PM Please respond to axis-dev To: [EMAIL P

Re: MessageContext.setMaintainSession

2002-09-27 Thread Slawomir Lisznianski
It's the server that has to initiate the session, not the client. Make sure you're enabling session support when you're deploying your services. To see if it works, snoop on your calls using TCP monitor provided with Axis; you should see a cookie send with the response from server, assuming you

RE: deployment without running tomcat

2002-09-27 Thread Robert Herold
Thanks, this works quite well. I now have my ant build generating the server-config.wsdd files for all the services completely independently of tomcat. The only thing that would make this better is if the AdminClient had a parameter to specify where to put the server-config.wsdd. Since it puts

JasperException Tomcat 4.1.12

2002-09-27 Thread Asbell, Jonathan
A jsp is creating the SOAP call.  Any idea why I am getting a JasperException?       HTTP Status 500 -   type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception org.apache.jasper.JasperException: com/mhad

re: more on possible bug

2002-09-27 Thread James Black
Hello, I have another overloaded method that is failing tests: lookupLocation(Location[] input) lookupLocation(Location input) I call the second one, the first one is called, and I get a failure. It would appear that there are times when having an array or a single bean as an input will confus

re: possible bug in 27 Sept build

2002-09-27 Thread James Black
Hello, I recently installed the latest build, and am now having a new problem, and am curious if this is something that should be reported as a bug. I have two methods: deassignItem(string, string, int) deassignItem(string, string, int[]) In my test I call the first method, but the server

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Tony Chen
It says == L:\axis_rc1\09202002night\src\xml-axis\java>G:\j2sdk1.4.0\bin\javac Usage: javac where possible options include: -gGenerate all debugging info -g:none Generate no debugging info -g:{lines,vars,source}Generate only some debugg

Re: MessageContext.setMaintainSession

2002-09-27 Thread Grant Echols \(JanusLogix\)
Title: Message Alex,   Thank you for your explanation. It has helped clear up some misconceptions on my part.   I gather from your comments and the doc that I cannot use "scope"="Application" if I want to maintain session oriented information for a SOAP client? Is this the extent of the sessi

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Matt Seibert
Okay, good. Execute G:\j2sdk1.4.0\bin\javac and see what it says Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Tony Chen
I use the following bat set up env setjavaenv.bat echo ant set JAVA_HOME=G:\j2sdk1.4.0 set CLASSPATH=.;L:\axis_rc1\ant\jakarta-ant-1.5\lib\ant.jar;L:\axis_rc1\ant\jakarta-ant-1.5\lib\xml-apis.jar;L:\axis_rc1\ant\jakarta-ant-1.5\lib\xercesimpl.jar;L:\axis_rc1\ant\jakarta-ant-1.5\lib\optional.jar

RE: deployment without running tomcat

2002-09-27 Thread Robert Herold
Deploying w/Ant: I just run the admin client by invoking the following target: http://localhost:8080/bobh/servlet/AxisServlet/AdminService"/> where ${tst.webservices.dir} and build.classpath are appropriately defined elsewhere. This target requires that Tomc

how to know what operations are available?

2002-09-27 Thread Jian Zhang
I have deployed a service but got a no such operation error (so I assume that the server finds the service). I actually allow all the methods as in dd specified: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> but when I c

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Matt Seibert
What is your environtment JAVA_HOME variable set to? Is this the top level path of a java installation? For example, does there exists a JAVA_HOME/bin/ in which resides javac? Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656

help on build axis from source code 09202002 night

2002-09-27 Thread Tony Chen
Hello, I try to build axis from source code. java org.apache.tools.ant.Main compile I got the following error. BUILD FAILED file:L:/axis_rc1/09202002night/src/xml-axis/java/build.xml:79: Unable to find a javac compiler com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not

help: to debug axis with source code

2002-09-27 Thread Tony Chen
Hello, I am using axis rc1. I want to debug app with axis source code. I need all lib that axis imports. Can someone give the list of jar files and where to get then? Thank you very much! --tony

Re: sending large files

2002-09-27 Thread James Black
Tom Jordahl wrote: > What we would be MORE interested in, is if you were to pinpoint WHERE and WHY we >have the problems that led to your findings. Bonus points for providing a PATCH to >fix the problems. > > The standard answer to the question: "When will X be done/fixed?" > "Sooner, if you h

RE: sending large files

2002-09-27 Thread Tom Jordahl
Martin, We are all very interested in performance for Axis. What we would be MORE interested in, is if you were to pinpoint WHERE and WHY we have the problems that led to your findings. Bonus points for providing a PATCH to fix the problems. The standard answer to the question: "When will X

Re: SimpleServer vs. Tomcat 4.0.x

2002-09-27 Thread Weicheng Peng
did you try this ? http://localhost:8000/axis/services/Schedules?wsdl the url is incorrect. - Original Message - From: "Jung, Eric (Contractor)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 10:50 AM Subject: RE: SimpleServer vs. Tomcat 4.0.x > Peng, >

RE: SimpleServer vs. Tomcat 4.0.x

2002-09-27 Thread Jung, Eric (Contractor)
Peng, Thank you for the suggestion. However, I did deploy the service into SimpleServer. This is proven by the contents of my server-config.wsdd, and also the service is listed correctly at http://localhost:8080/services Any other ideas? -Original Message- From: Weicheng Peng [mailto:[E

RE: Logging SOAP messages

2002-09-27 Thread Suen, Tony
Title: Message We use log4j in weblogic 6.1 but not with axis.  We'll probably need more info to figure out what is the problem.  Give us a bit more detail as to what you have tried (where you put your jar files, in weblogic/lib or in the webapp, etc) and what problem are you having.   Tony

Re: SimpleServer vs. Tomcat 4.0.x

2002-09-27 Thread Weicheng Peng
You didn't deploy your web service in Simple Server. Weicheng - Original Message - From: "Jung, Eric (Contractor)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 10:01 AM Subject: SimpleServer vs. Tomcat 4.0.x > Hi group, > When I deploy my service "Schedul

SimpleServer vs. Tomcat 4.0.x

2002-09-27 Thread Jung, Eric (Contractor)
Hi group, When I deploy my service "Schedules" in Tomcat 4.0.4 and go to http://localhost:8080/services/Schedules?wsdl the wsdl returns as expected. Same thing when I call methods on my Tomcat-hosted service from a client; everything works fine. However, when I run the service using Axis SimpleSe

RE: MessageContext.setMaintainSession

2002-09-27 Thread Volanis, Alexander
Title: Message The correct way to enable session management is in your deploy.wsdd file. Add to your service deployment. To get the desired effect your clients have to enable session management as well. Use ((org.apache.axis.client.Stub) ws).setMaintainSession(true) where "ws" is your serv

AW: Logging SOAP messages

2002-09-27 Thread Stocker, Walter
Hi, take a look at the files in the security sample from the axis installation. should be in /samples/security. Especially look at LogHandler.java. I think, this is what you are searching for... cu Walter Dipl. Inform

Logging SOAP messages

2002-09-27 Thread Naresh Bhatia
Title: Logging SOAP messages Hi, What is the easiest way to log the SOAP messages received and transmitted by the Axis server? I was using tcpmon so far, but now I have switched to SSL and I assume tcpmon is useless in this situation. I am hoping that I can setup log4j somehow to do this. (

RE: SOAP envelope - JAXM

2002-09-27 Thread veton . kosovali
Sorry, Removing the attribute "soapenv" does not work (and that's logic), but overwriting it with the addAttribute works fine. Veton. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 2:28 PM To: [EMAIL PROTECTED] Subject: SOAP envelope - JA

Undeployment problem

2002-09-27 Thread Nuno Guerreiro
Good morning, I'm using Axis beta2 and I'm having a hard time trying to undeploy a chain. The undeployment file is the following: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> It

Desactivation of the attachments cache.

2002-09-27 Thread Arnaud Witschger
[Axis 1.0 RC 1] Hello, I would like to know if it is planned to provide to deactivate (or at least to adjust) the cache functionality of the data sent in SOAP attachment. Indeed, the attachments of SOAP messages sent from the customer to the service are systematically cached in webapps\axis\WEB

SOAP envelope - JAXM

2002-09-27 Thread veton . kosovali
For a new project based on the soap 1.2 (more exactly http://www.w3.org/2001/12/soap-envelope"; )I need to access headers information, so I decided to use JAXM. I first tought that there will be some options to set the correct soapenv attribute but I didn't see how to do it. Then I tried to us

setting the transport version

2002-09-27 Thread Heiko Braun
can someone tell me where the "axis.transport.version" property is set? thanks, heiko

client application hangs (http 1.1)

2002-09-27 Thread Heiko Braun
just for the records, i answer my own question. after adding the axis sources to my project and firing the debugger i could see that sax parser hangs in infinte loop, trying to parse the soap response from an input stream. the problem was that the remote side set the connection to keep ali

Re: WSDL MIME binding support in axis?

2002-09-27 Thread Ulrich Winter
I've used axis rc1 when I got the exception. The current version works as expected. Sorry.

AW: deployment without running tomcat

2002-09-27 Thread Tom Zschaage
Sorry Robert, I don't have an answer but a question. How do you deploy your service using ant? Thanks for help Tom -Ursprüngliche Nachricht- Von: Robert Herold [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 27. September 2002 01:20 An: [EMAIL PROTECTED] Betreff: deployment without runni

Re: WSDL MIME binding support in axis?

2002-09-27 Thread Ulrich Winter
Russel, Thank you for your hints. I currently have problems understanding the concept. The supported types (like {http://xml.apache.org/xml-soap}DataHandler) are never defined in any wsdl file or schema, instead they are just referenced. If I define the namespace und use that type inside the ws

Re: deployment without running tomcat

2002-09-27 Thread Ulrich Winter
Robert, > Is there a known way to use the AdminClient without first starting Tomcat > (or whatever servlet container is hosting the Axis webservice)? deployment of web services in axis needs two parts: - make the classes available in the servers class path (which is done in your first step) -

Re: can not compile source code

2002-09-27 Thread Ulrich Winter
look into the build.xml file of axis. The needed libs are listet there with the sources to get them. - Original Message - From: "Jian Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 2:21 AM Subject: can not compile source code > > > I posted similiar