Dan Diephouse wrote:
Vinicius Carvalho wrote:
Hello! How can I instruct XFire which methods should it include on WSDL? It's generating a monster WSDL that includes type definitions for event the Class, Package and ClassLoader classes :O

Regards


Hi Vinicius,

See the section on "ignoring properties" here:

http://xfire.codehaus.org/Aegis+Binding

XFire does ignore everything on the Object & Exception classes so it shouldn't really pull those in unless you have them as some property on your beans. Hope that helps!

- Dan

Also if this is for your service class you can use the JSR 181 stuff to control your service interface mapping:

http://xfire.codehaus.org/JSR+181+Annotations

- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to