Custom parameters in wsdd file?

2004-10-16 Thread Stefan Henke
Hi, I´m wondering if it is possible to add some service specific parameters to the wsdd-deployment descriptor for my service. What I try to do is to declare some initialization parameters for the service that should be provided inside the service at runtime. But changing the parameter values should

AW: Light Weight Client using Axis

2003-02-14 Thread Stefan Henke
Hi, I´m not sure, but I have in mind that there was a discussion about this some time ago on this list. Maybe you can check the archives to find the answers. As I told you above, I´m not sure. So, apologize if I´m wrong. Stefan -Ursprüngliche Nachricht- Von: Benjamin Tomasini [mailto:[EMA

AW: Does Axis include a lightweight standalone server?

2002-10-24 Thread Stefan Henke
Hi, SimpleAxisServer is a simple (as the name already tells you ;-) ) transport implementation. You just have to create a server socket and pass it to the server. You can create this transport implementation in your own app without using a servlet engine. The standard transport implemenation is bas

AW: WSDL2Java

2002-10-11 Thread Stefan Henke
lasses to accept a runtime parameter, which, needless to say, is > extremely tedious. > > Eric H. Jung > > > -Original Message- > From: Stefan Henke [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 2:02 PM > To: [EMAIL PROTECTED] > Subject: WSDL2Ja

WSDL2Java

2002-10-10 Thread Stefan Henke
Hi, I have a wsdl-definition which I want to publish as a kind of "standard" interface. This wsdl-file contains all parts except the service-element. As it is a standard, it shouldn´t contain an access url. A list of valid urls is token at runtime from a uddi registry. I checked the docs and I f

AW: Registering service in uddi registry when startup

2002-09-19 Thread Stefan Henke
from UDDI registry //do stuff with wsdl4reg } } Let me know if that helps, Eric H. Jung -Original Message----- From: Stefan Henke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 1:02 PM To: [EMAIL PROTECTED] Subject: Registering service in uddi registry when startup Hi, I

AW: Axis Server on PDA

2002-09-19 Thread Stefan Henke
AFAK, J2ME in the current version is not able to provide a server socket. So, I think, it isn?t possible for a J2ME app to act as a soap server. But I?m not sure about this fact. Stefan -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19.

Registering service in uddi registry when startup

2002-09-18 Thread Stefan Henke
Hi, I´m looking for a way to do the following with axis. Maybe you can help me. I have deployed a webservice using axis sucessfully. Each time the server which hosts the service starts up, it should automatically register the service in a uddi registry. Vice a versa, the service has to be unpubl

AW: Axis Newbie

2002-05-22 Thread Stefan Henke
Hi Brenda, maybe you should look at wsdl4j which is included in axis. I don´t know any url for wsdl4j. The only thing I know is that it does the job you need and it was created by ibm and meanwhile it´s opensource (´but I´m not sure). Hope this helps Stefan -Ursprüngliche Nachricht- Von:

AW: Axis and UDDI

2002-05-22 Thread Stefan Henke
Hi Paul, AFAK, Axis has no support for uddi and/or jaxr. I think you have to use other libraries like uddi4j to get support for uddi. Stefan > -Ursprüngliche Nachricht- > Von: Paul Hunnisett [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 22. Mai 2002 15:00 > An: [EMAIL PROTECTED] > Be

WSDL2Java and session scope?

2002-05-18 Thread Stefan Henke
Hi, I´ve got a webservice which is registered with session scope. If I try to use WSDL2Java to build a client stub for the service, the session scope is not used in the stub. AFAK, wsdl doesn´t define this. So, if I change the generated stub afterwards manually, the session scope works fine. My

AW: RPC + Attachments

2002-03-26 Thread Stefan Henke
Hi Till, I´m not sure if my answer helps you. Have you looked at the attachment sample which is included in axis? It constructs an "Echo" service which returns your input data. AFAK, the input is an attachment, so the output (return) should also be an attachment. Hope this helps Stefan > -U

AW: Attachment sample not working in beta1?

2002-03-25 Thread Stefan Henke
24, 2002 8:11 AM > Subject: Re: Attachment sample not working in beta1? > > > No, It is working. You need to add mail.jar in your classpath. > > -Emily > > At 11:00 AM 3/24/2002 +0100, Stefan Henke wrote: > >Hi, > > > >I´m trying to make the attachment sample coming with axis to work. > >Unfortunately, I always get a NPE each time I try it. >

AW: Attachment sample not working in beta1?

2002-03-24 Thread Stefan Henke
not working in beta1? > > > No, It is working. You need to add mail.jar in your classpath. > > -Emily > > At 11:00 AM 3/24/2002 +0100, Stefan Henke wrote: > >Hi, > > > >I´m trying to make the attachment sample coming with axis to work. > >Unfortunately, I

Attachment sample not working in beta1?

2002-03-24 Thread Stefan Henke
Hi, I´m trying to make the attachment sample coming with axis to work. Unfortunately, I always get a NPE each time I try it. For stack trace, see below. I checked the archives, and I found a message that said the attachment sample doesn´t work in beta1 (which I am using). Is this right? Thanks S

AW: DOM or SAX in Axis?

2002-03-22 Thread Stefan Henke
> Hi, > > >From what I've read Axis uses SAX. (see what is Axis - speed) in the user > guide > > http://xml.apache.org/axis/index.html > > Peter > - Original Message - > From: "Stefan Henke" <[EMAIL PROTECTED]> > To: "axis-user&q

DOM or SAX in Axis?

2002-03-22 Thread Stefan Henke
Hi, I´ve got a question about how Axis is parsing the soap xml files. Does Axis use dom or sax? The purpose of my question is as follows: If I have a soap message with attachments and the attachment is really big, maybe several megabytes of data, the performance will be very bad if axis uses dom.

AW: FAX / SMS Web Services...

2002-02-18 Thread Stefan Henke
Title: FAX / SMS Web Services... Do you want to define a soap interface which takes all necessary data required for sending (text, receipient and so on) and the message will be sent by the service itself? What is your problem? Sending the message on the server or creating the soap interface

AW: newbie question invoking AdminServlet

2002-02-17 Thread Stefan Henke
Hi Calvin, how do you start the AdminServlet? It seems that you try to access the servlet via HTTP GET method. Do you use the command line to deploy or do you try to get access via browser? Stefan -Ursprungliche Nachricht- Von: Calvin Powers [mailto:[EMAIL PROTECTED]] Gesendet: Montag,

peer-to-peer network using soap

2002-02-08 Thread Stefan Henke
Hi, I´m planning a small project which is technically a peer-to-peer application (like gnutella and so on) which should use soap and wsdl for communication. Meanwhile, I´m familiar with soap and wsdl. But I don´t know much about peer-to-peer communication. Does anyone know if there is some docume

Session state

2002-02-06 Thread Stefan Henke
Hi, I´m wondering if it is possible to create a webservice which maintains the session state of a client. I haven´t found any info about this in the userguide. I know that Apache SOAP 2.2 supports this feature. What about axis? Or do I have to write my own solution to save data from one client be