WSDL Documentation/Comments

2013-08-23 Thread Richard Plana
Hi, We use Axis2 to implement our webservice and we’ve taken to using the bottom-up approach of creating Java POJOs first. I was wondering if there was a way to put comments/documentation in our Java code and have that transcribed into the generated WSDL file (as generated by the app server) so

RE: WSDL Documentation/Comments

2013-08-23 Thread Martin Gainty
use CDATA which tells the processor dont process this as markup ..here is an example http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec urity-utility-1.0.xsd" wsu:Id="Id-1129"> http://www.examples.com/schemas/custom/edi/v1";> HTH Martin __