Initialization of a service on startup?

2003-03-20 Thread Kevin Zico
Hi, I have a service implemented ServiceLifecycle. Is there anyway I can have this service loaded (init() get called) when AxisServlet is loaded without having to submit a request? Thanks, Kev __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA Marc

AXIS interop question on Message Services

2003-02-13 Thread Kevin Zico
If I crete a Message style Service with AXIS. (Which implement an interface of "Element[] method(Element[])") Will .NET or other WS implementation be able to generate a client for this service? Also can someone provide a WSDL for the AXIS samples/message/MessageService.java? The one generated by A