Hi all; As I mentioned before last few days I was working on POJO annotation support and there I was thinking to use matadata and jaxws module to have this feature. When I start implementing annotation support I found that the created AxisService from metadata module does not have any operation in it (though I have annotated the service impl class correctly).
In the meantime I had a big issue in Java2WSDL support when annotation present in the POJO , the only option was to re-write or duplicate ScheamGenerator logic. And I realized that going to be a big code change so what I did was, use JAM (annogen) to have annotation support in SchemaGenerator. With the above I have implemented pojo annotation support in axis2. So I have written a Deployer called POJODeployer and you can deploy POJO as .class file and it will make that to an AxisService and will generate correct schema (so you will see the correct wsdl at the runtime). If the WebService has wsdllocation annotation then it will call metadata module to create AxisService (this path has few TODO items) please comment on my implementation , and I will commit the code you can go though that and find out if I have done something wrong. P.S:- Implementation is not completed yet need few more items to complete. Thanks Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
