Hi everyone, How're you doing?
I'm working on Muse Tutorial and i would like to know if it's a default behavior that when i run wsdl2java, it always generate IMyCapability.javaand MyCapability.java, with such names, and how to proceed if i want to change it. I mean, in the samples directory (eg., \muse- 2.2.0-bin\samples\j2ee\simple\src\org\apache\muse\test\simple\second) there are pairs of capabilities files, but their names are strictly related to the each operation defined. How come that happened :) ? Was it a simple rename file operation? :) When i run wsdl2java -j2ee axis2 -wsdl SimpleResource.wsdl, it generates the correct directories, but still java files are IMyCapability.java and MyCapability.java. Another thing: When you define the Capability concept, in the Programming Model, do you mean that one capability stand for an entire Java Class? Or does a capability stand for methods that a Java Class provides (i mean, a java class with 10 methods would be said to have 10 capabilities?)? Best regards, Nelson Kotowski.
