> First, I've noticed that with Simon's implementation of > Interop 2C tests, > the generated WSDL does not seem to contain any <soap:header> > entries. You > can see the results at > http://nagoya.apache.org:5049/axis/services/echo?wsdl .
Right - the question is how do we generate these correctly? This may involve implementing generateWSDL() on the new header Handlers, and having them drop something in the MessageContext which the WSDL Emitter will pick out later and use to emit the header elements. The problem is that the headers are only required for specific operations in our service, even though the Handlers are always on the chain - where do we put that information? We could just let the header Handlers know about the structure of the service, but that seems a little less modular than we might like. We could always put required header info into the WSDD... > Second, there is still much work to be done. Ideally, much > of it should be > done before we gather in Waltham. Implementing round 3, > creating a public > endpoint, automating the testing, analyzing the results, and > making any > appropriate fixes. +1 > What I would like to know is who is willing and able to > volunteer to help > out, and on what schedule. Tom and I will help out for sure, though I can't definitively answer the schedule/scope question yet. --Glen