Hi, I want to implement an application that uses web service notifcations so to avoid reinventing the wheel I'm looking at Muse. I've been through the tutorial and read the developers guide but I still have a lot of learning to do.
If possible, I'd rather not use any magical ant scripts just yet as I'd like to fully understand the steps that are going on. I will also have to integrate with a different build system at a later point. I have some pre-written WSDL files that I'd like to process. I presume I have to use MuwsWsdl2Java. Is this tool documented somewhere? I know the -o argument specifies the output directory and that I list the WSDL files on the command line. I'm not sure what -C is for... Once my java files have been created would I be correct in thinking that I get a Home class and a Resource class? The Home class gets instantiated when the web service is first accessed and the Resource class is where I implement the various end points described in the WSDL? I'm sure I should have worked out this from the tutorial but perhaps I need more coffee... Thanks for your help, John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
