RE: Multi-Threading issue?

2004-01-14 Thread Aaron Knauf
Title: RE: Multi-Threading issue? kill -HUP  -Original Message- From:   François Schiettecatte <[EMAIL PROTECTED]>@VODAFONE  Sent:   Thursday, 15 January 2004 2:39 p.m. To: [EMAIL PROTECTED] Subject:    Re: Multi-Threading issue? Santosh I would be curious (and gra

Re: Multi-Threading issue?

2004-01-14 Thread François Schiettecatte
Santosh I would be curious (and grateful) to know what you find out about this. How do you go about listing the threads currently running on the server? Cheers François On Jan 14, 2004, at 12:18 PM, Santosh Joshi wrote: Dear All, I have been experimenting with AXIS for a while now. I am usin

deserialization error: no deserializer is registered

2004-01-14 Thread Sesha Shayan Nandyal
Hello All, I am getting the following error : deserialization error: no deserializer is registered for (null, {http://com.test/types/HelloWebservice}HelloBean ) at com.sun.xml.rpc.encoding.DynamicSerializer.deserialize(DynamicSerializer.java:11

Custom RPC Handler...

2004-01-14 Thread Brian Abbott
Hi,       Does anyone know of a good source of information for writing a custom handler. I have an RPC service that needs to return a specific set of xml data which happens to not follow the standard CallResponse format that I assume is standard soap. To handle this, I originally

Custom RPC Handler...

2004-01-14 Thread Brian Abbott
Hi,       Does anyone know of a good source of information for writing a custom handler. I have an RPC service that needs to return a specific set of xml data which happens to not follow the standard CallResponse format that I assume is standard soap. To handle this, I originally

Simulating client request

2004-01-14 Thread Ransel Lopez
Title: Message Hi all,   Is there anyway to simulate a client request??? I have my class which implements a BasicHandler and I would like to test if the header reading is well done. How can I create a class to simulate a client request to excecute my handle.invoke?? I need that the request

RE: RPC and Doc/Literal...

2004-01-14 Thread Saravanan Markandeyan
Title: RE: RPC and Doc/Literal... Is the hand built WSDL required for this to work. I have a huge interface that I want to expose as a service using doc/lit and was wondering, if I picked up 1.2 and used the JAVA2WSDL and WSDL2JAVA method, could I get the doc/lit to work. Tried with 1.1 for a

Axis 1.1 / Castor questions?

2004-01-14 Thread Tolsch, Ed
Title: Axis 1.1 / Castor questions? Hi,     I've been working with the Axis/Castor document literal approach to web services. ( see IBM's article http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ ).  Although I have gotten this to work with one of my web services, it doe

Re: Multi-Threading issue?

2004-01-14 Thread Steffen Mayer
Hi, i am not sure if i understand you. So correct or ignore me ... :-) Application means the server creates only one endpoint-object for all clients. Greetings, Steffen Am Wed, 14 Jan 2004 17:18:31 - "Santosh Joshi" <[EMAIL PROTECTED]> schrieb: > Dear All, > > I have been experimenting w

Multi-Threading issue?

2004-01-14 Thread Santosh Joshi
Dear All, I have been experimenting with AXIS for a while now. I am using Tomcat 4.1.X and AXIS 1.1 (final). I have it all wonderfully configured and up and running, successfully. I am quiet impressed by the way it easily inter-operated with .NET without much efforts. I have been noting a pecu

Immutable Objects?

2004-01-14 Thread Keith Hatton
This is not an Axis-specific question, but I hope others on the list may have encountered similar issues. I have a number of value objects defined in the section of my WSDL. Generally these have been designed to be immutable - i.e. all their properties are set in the constructor and the origin

Schemas to validate data input

2004-01-14 Thread David Wall
Is it feasible to use XML Schemas to validate data entry forms? For example, I have an XSLT stylesheet that creates an HTML input form. The user fills out the form, clicks submit, but then my program needs to validate the data. One solution would be simply to convert the POST data into a simple

Re: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18530

2004-01-14 Thread Pradeep Bhatt
Will appreciate if some one replies ! I am struck up here and unable to proceed further ! Thanks Pradeep Pradeep Bhatt wrote: Hi, I would like to know if this bug is fixed in AXIS 1.0 release. Also I am looking at "18530.zip" in which it says it solves the issue. Can some one let me know how to d

Notification Messages

2004-01-14 Thread Eric Williams Normand
I am working on a project to implement callback functionality in a SOAP Web Service environment. In order to do so, we would like to implement it using a one-way message to register the callback and a notification message as the callback. Is there any work done on this in the WSDL2Java utility?

Re: Service deployment - WS method call

2004-01-14 Thread neil.2.robinson
Whether you can include a method in the class of your web service that is specifically called by Axis when you deploy the service (or subsequently when Tomcat is started up). Maybe it is the default constructor for the web service. Thanks, N Robinson

AdminClient within own application.

2004-01-14 Thread Jens Mittag
Hi! I have installed Axis and everything works fine. Deploying Webservices via the commandline, as told in the User Guide also works perfect. But now, I want to add a frontend to my application, whch manages the Webservices, makes it possible to deploy and undeploy them. And there comes my problem

Re: Service deployment - WS method call

2004-01-14 Thread Dhanush Gopinath
Hi ,   When You Install Axis there are two default Web Services called AdminService and Version. That has methods AdminService() and getVersion() respectively.   But I dont understand what you mean by "a defualt method that you can in a Webservice that is not called by Client "   Could you p

[Fwd: Deploying provider]

2004-01-14 Thread Pravir Ramtekkar
I got it working. I was overriding initServiceDesc() also which was causing the problem. thanx, Pravir Original Message Subject: Deploying provider Date: Fri, 09 Jan 2004 10:34:11 -0800 From: Pravir Ramtekkar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi , I wanted to know how do

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

2004-01-14 Thread Pravir Ramtekkar
Hello I have sucessfully deployed webservices using AXIS using the wsdds. I wrote a CORBA provider so that I dont have to write the bean class and still have the interfaces published as webservice just using the wsdd. This works great and I am able to access the CORBA methods as using webservic

data transfer progress

2004-01-14 Thread Paul Symons
Hi there, Sorry if this has been asked before, but I was struggling to think of search terms that would reap results for my query. Anyway... I'm using axis with wsdl2java tools to connect to remote soap servers. Sometimes the Call requests take a very long time to complete, because a lot of data

Service deployment - WS method call

2004-01-14 Thread neil.2.robinson
Hi, I would like to know whether there is a default method that you can include in a web service that is always called (executed) by Axis (not a client) when a service is deployed, not called by a client. Any pointers would be appreciated, thanks N Robinson

Service deployment - WS method call

2004-01-14 Thread neil.2.robinson
Hi,   I would like to know whether there is a default method that you can include in a web service that is always called (executed) by Axis (not a client) when a service is deployed, not called by a client.   Any pointers would be appreciated, thanks   N Robinson

SOAP version for axis 1.1

2004-01-14 Thread Nathan Barron
Title: Message hi guys   I read in the user documentation that Apache Axis implemants SOAP 1.1/1.2.  Does that mean that Axis 1.1 is fully compliant for the SOAP specification of 1.1 and 1.2?   Cheers   Nathan This ema

serializing axis calls ..

2004-01-14 Thread Sanjay Dahiya
Hi I want to transfer a axis Call - as an XML message in a message queue and pass it over to the server side, execute there and get the response in another message Q, this happens asynchronously of course. the problem statement is that the server to which I send this call is decided by a progra

Re: Bad envelope namespace

2004-01-14 Thread Jørgen Austvik
On Tue, 2004-01-13 at 17:44, Christoph Tratter wrote: > Hi Jørgen, > > The problem is, where you like it to have. > In SOAP versioning is accomplished by means of the namespace name for > the SOAP envelope. > > In your case the Axis client (presumably you have version 1.1 final of > Axis) uses

Setting attachments directory

2004-01-14 Thread Darren Marvin
Hi, Is there any way to set the attachments directory for Axis without using a wsdd file. I use Axis purely as a SAAJ provider and maintain my own configuration file so I don't really want to have another configuration file (the wsdd). I have found some discussions on mailing lists that state t