-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Deepal, Sandakith,
Right now we pick up just a few of the annotations from a java class. Namely the ones in org.apache.axis2.description.java2wsdlAnnotationConstants. I believe we need to take into account *all* possible annotations in the spec to pass the TCK. ~ String WEB_SERVICE = "javax.jws.WebService"; ~ String WEB_METHOD = "javax.jws.WebMethod"; ~ String WEB_PARAM = "javax.jws.WebParam"; ~ String WEB_RESULT = "javax.jws.WebResult"; ~ String TARGETNAMESPACE = "targetNamespace"; ~ String NAME = "name"; ~ String SERVICE_NAME = "serviceName"; ~ String EXCLUDE = "exclude"; ~ String ACTION = "action"; ~ String WSDL_LOCATION = "wsdlLocation"; ~ String OPERATION_NAME ="operationName"; One option that was taken by the Geronimo team was to use the JAXWS RI's wsgen tool programatically. We should probably start looking at the same as well. We need to figure out how to support user specified WSDL's as well in the PojoDeployer..Thoughts? thanks, dims -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFHp5XYgNg6eWEDv1kRAu9yAKCnNI0KoFMIEIv2Re4BupJEvYIVKwCgnfS8 j1O6XscwHo5eDOauyZvJIJQ= =/MI4 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
