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 
wsdl:documentation 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