Hi, Is there an equivalent of -xc option from java2wsdl tool in services.xml?
I want to include a POJO in the generated schema. But my Service Interface does not have a link to this POJO. Hence when I use java2wsdl tool, the schema in the generated wsdl does not have the POJO. I can fix this issue using the -xc option provided in java2wsdl tool. However, when I get the wsdl from axis2 running on top of a webserver, the schema in the generated wsdl does not have the POJO. So is there a way to specify extraClasses option in services.xml or someplace else so that when I get the wsdl from axis2 running on top of a webserver, the schema in the generated wsdl will have the POJO too. Thanks Saurabh
