Axis (Java) next release question

2003-11-25 Thread BLIS Webmaster (Patrick Houbaux)
A proposal for the next milestone: Would it be possible to have two axis jars for the next release of Axis (1.2 alpha)? - one for the clients (without all the servers stuffs) : axis_client.jar - one dedicated for servers (without the client stuffs): axis_server.jar Cheers, Patrick.

Re[2]: Deploying services with axis

2003-11-25 Thread Лев Маташ
Hello Vijay, http://marc.theaimsgroup.com/?t=10651952047&r=1&w=2 -- Best regards,

Re: Deploying services with axis

2003-11-25 Thread Mike Klein
I think what you will want to do is follow instructions for putting axis into your webapp/websvs...not your websvc into axis...which is the simple way of doing things. Look on axis site for how to do this... mike Tewari, Vijay wrote: Hmm, isn't that overkill. That would mean that I have one in

Re: How to specify attachments in WSDD?

2003-11-25 Thread Davanum Srinivas
forwarding to axis-dev mailing list. -- dims --- "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been asking a related question but did not get any answer till now. I'm just > wondering if > my question is so obvious that nobody dares to answer. At least it is

How to specify attachments in WSDD?

2003-11-25 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I have been asking a related question but did not get any answer till now. I'm just wondering if my question is so obvious that nobody dares to answer. At least it is not for me, please help me :( Is it possible to specify in the WSDD an operation for which the response is returning some

custom header question

2003-11-25 Thread Alex Harvey
Hi,   I've generated my proxy code with wsdl2java and have a helper class to form a custom header. The problem is that I'm confused about how to write the code for the header to get added to my SOAP message via the stub.   {    MyServiceLocator locator = new MyServiceLocator();    MyService svc = l

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
Hmm, isn't that overkill. That would mean that I have one instance of axis installation per web service. Regards Vijay -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:43 AM To: [EMAIL PROTECTED] Subject: Re: Deploying services with axis

Problem

2003-11-25 Thread Pradeep Jonnalagadda
Guys, When i try to make client calls it returns me with the following exception any ideas appreciated pradeep. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: No such operation 'in0' faultActor: faultNode: faultD

Re: Deploying services with axis

2003-11-25 Thread Ben Souther
Install multiple instances of axis, using a differnt name for each one. Then you can reload one without the other. Each one will show up as seperate app in the Tomcat Manager. On Tuesday 25 November 2003 12:32 pm, Tewari, Vijay wrote: > Thanks Thunder, that's a good atarting point. > > I am conce

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
Thanks Thunder, that's a good atarting point. I am concerned however that all my apps under axis will require me to reload the axis application. How can I deploy my web services that will show yup as independent applications under Tomcat? Regards Vijay -Original Message- From: PARLEY,THU

Problem

2003-11-25 Thread Pradeep Jonnalagadda
Hi Guys, My webservice has signature something like this : public castor.Movie getMovie(java.lang.String in0) throws java.rmi.RemoteException; any ideas appreciated thx pradeep. I get this exception AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.genera

RE: Deploying services with axis

2003-11-25 Thread PARLEY,THUNDER (HP-MountainView,ex1)
Hi Vijay, Assuming you have the manager application on tomcat (deployed by default), you can go to: http://yourhost:yourport/manager/html/list Login with the tomcat admin user/pass. Use this html GUI to stop and start (or reload) the webapp. This will not bounce the entire tomcat server. --Thu

RE: Deploying services with axis

2003-11-25 Thread Thompson, Eugene
There is an auto-load configuration for Tomcat. I don't remember what it is, but you can search the list archive (or hit the Tomcat site) to find it. It will do what you are attempting. Good luck, Gene > -Original Message- > From: Tewari, Vijay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, No

RE: Deploying services with axis

2003-11-25 Thread Tewari, Vijay
Thanks Eugene I am trying to find out what the best way to do this is. The brain dead way is to stop and restart Tomcat, but I am looking for a more harmless mechanism. Any pointers?? Regards Vijay -Original Message- From: Thompson, Eugene [mailto:[EMAIL PROTECTED] Sent: Tuesday, Novemb

Re: Using the SAAJ API to send messages in AXIS

2003-11-25 Thread Sivakumar Jagadeesan
Maria, Look at the "Attachment" Sample that comes with the Axis distribution. Rgds, -Siva From: "Maria Fernandes" <[EMAIL PROTECTED]> Reply-To: "Maria Fernandes" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Using the SAAJ API to send messages in AXIS Date: 25 Nov 2003 13:07:06 - H

Re: Deleting attachments

2003-11-25 Thread Sivakumar Jagadeesan
I am also working on something like that. I built a small prototype. I was trying to see the transfer time by using TCPMon. But when I use TCPMon, my connection to the server gets reseted and I get AxisFaultException. Is there a better way to measure the performance in this scenerio? Rgds,

Re: Axis (Java) 1.2 alpha - Call to Arms

2003-11-25 Thread Glen Daniels
+1! :) A reminder - as dims noted a while ago, we should be using the #apache-axis channel on irc.freenode.net for realtime conversation. I'm heading into my office in a little while and once I'm there I'll be logged on to IRC the rest of the day. If you're working on something and have question

Axis (Java) 1.2 alpha - Call to Arms

2003-11-25 Thread Davanum Srinivas
Folks, It's time to scrub the bugs and pound on the latest cvs. We need everyone (even non-committers) to chip in whether you are interested primarily interested in or working on Axis-Java or Axis-C++ or Axis-Mora or WSIF or other projects. Glen and me have cleaned quite a few bugs over the las

WSDL problem

2003-11-25 Thread Henrik Vendelbo
Based on an autogenerated wsdl I made a modified version. Things turn out much like before the modification, but now wsdl2java generates stubs for String[] return type. Is this related to my use of default namespace ? my wsdl starts like this, http://services.somewhere.com/AccessGrantingService";

RE: Using the SAAJ API to send messages in AXIS

2003-11-25 Thread Volkmann, Mark
Title: RE: Using the SAAJ API to send messages in AXIS > -Original Message- > From: Maria Fernandes [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 25, 2003 7:07 AM > To: [EMAIL PROTECTED] > Subject: Using the SAAJ API to send messages in AXIS > > > Hello > > Could anyone pleas

Unable to use AdminClient with axis

2003-11-25 Thread Mike Gorski
Below are my settings from windows xp cmd: ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\Mike Gorski\Application Data AXISCLASSPATH=c:\Tomcat\v4.1.24 \webapps\axis\lib\axis.jar;c:\Tomcat\v4.1.24 \webapps\axis\lib\axis-ant.jar;c:\Tomcat\v4.1.24 \webapps\axi

Missing files in the Axis-distribution?

2003-11-25 Thread Stefan Tang
Hello, I downloaded and installed the Axis 1.1 distribution, and I wanted to try the examples. I set all the classpaths, and when I run the AdminClient to deploy a service, I get a 404 error response, i.e. the axis/services/AdminService is missing. the directory 'axis/services' under 'webapps' does

Using Axis with Tomcat 3.3.x

2003-11-25 Thread Francesco Gheno
Hello everybody. Is it possible to use Axis 1.1 with Tomcat 3.3.x and JDK 1.3.1 ? If no, which are minimum requirements ? Feel free to reply to my email addr. Thanks in advance Francesco Gheno

Using the SAAJ API to send messages in AXIS

2003-11-25 Thread Maria Fernandes
Hello Could anyone please tell me how to send messages using the SAAJ API in AXIS. I am a newbie so any help would be greatly appreciated Any links to SAAJ API and AXIS Thanks in advance Maria With lots of love Maria

RE: Deploying services with axis

2003-11-25 Thread Thompson, Eugene
Remember the Tomcat makes a copy of your servlet/JSP/web service in the "work" directory. That's what it uses. If you've undeployed and replaced the files in the webapps directory, you still need to bounce Tomcat to get it to recopy the files. I believe there is a way to do this automatically. Hop

Deleting attachments

2003-11-25 Thread Heinz Schwarz
I have some Axis-Webservices which deliver binary files via attachments. After sending the attachment, I have to delete this (temporary) attachment. What is the best way to do this ? How can I be sure that my client has received the attachment ? Thanks Heinz