Capture SOAP messages not related to operations

2005-05-23 Thread Lorenzo Dalla Vecchia



Hi.
 
When Axis hosts a web service, it automatically 
catches SOAP messages related to a method invocation (RPC), unmarshal them and 
invoke the corrensponding method. My question is: is it possible, from inside a 
web service, to also handle all "other" SOAP messages addressed to the service 
endpoint but not involved in any method invocation? Those messages would be 
completely unpredictable, so I cannot bind them to web services.
 
Thanks.
 
--
Lorenzo


WSDL2Java and javadoc

2005-05-12 Thread Lorenzo Dalla Vecchia



WSDL2Java automatically turns the text inside 
 nodes into comments before the generated methods 
declaration, however it generates normal // comments.
Is it possible to have it generate JavaDoc style 
comments?
 
Thanks.
 
--
Lorenzo


Re: Share data between port binding impls

2005-05-08 Thread Lorenzo Dalla Vecchia
Pardon me but, what are the classes involved? I searched for JNDI but found 
a heap of things and got disoriented.
Do I have to run a specific server? I'm using Apache Tomcat as container for 
Axis.
Thanks again.

--
Lorenzo
-Messaggio Originale- 
Da: "Johan Kumps" <[EMAIL PROTECTED]>
A: 
Data invio: sabato 7 maggio 2005 21.53
Oggetto: RE: Share data between port binding impls


Hi,
You could use the JNDI context to bind the object you would like to share.
The implementations of your webservice could looukup the object and use 
it's
state.

Kind regards,
Johan,
-Oorspronkelijk bericht-
Van: Lorenzo Dalla Vecchia [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 7 mei 2005 21:32
Aan: axis-user@ws.apache.org
Onderwerp: Share data between port binding impls
Hello.
I'm creating a web service with Axis that has two ports; WSDL2Java 
correclty
generates two implementation classes. Now, I need to share objects in 
memory
between the instances of the two binding classes. I'm not planning to have 
a
central repository (a data base) for the data: what is the best way to do
that with objects in memory?

Thanks!
--
Lorenzo

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 6/05/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 6/05/2005




Share data between port binding impls

2005-05-07 Thread Lorenzo Dalla Vecchia
Hello.
I'm creating a web service with Axis that has two ports; WSDL2Java correclty
generates two implementation classes. Now, I need to share objects in memory
between the instances of the two binding classes. I'm not planning to have a
central repository (a data base) for the data: what is the best way to do
that with objects in memory?
Thanks!
--
Lorenzo