Guillaume Nodet said: > On 3/30/07, Owen Thomas <[EMAIL PROTECTED]> wrote: > > 1. How do I go about getting schemas from the parameter and return > > types of the web method that I will be writing to sit within the > > jsr-181 container?
> The jsr181 component will generate it on the fly at runtime. > As it uses xfire, you should also be able to use xfire at build > time to generate the schema if needed. There is a maven > archetype for creating a SU based on jsr181 with an annotated > pojo (though it may have problem wrt to schema generation > afaik). > > 2. How do I generate the WSDL that the NMR will need to talk > > to it? > Same answer. The wsdl and the xm schemas are both generated at > the same time. > > 3. Can I get this all to work together so that I can get Maven to > > create all these items as part of one effortless build process? > Sure :-) Three ways to ask the same question. I was probably just reassuring myself that I had joined all the dots correctly. As I'm the only person here doing this stuff, trying to infer how all this stuff works is a bit daunting. Owen.
