Hi John, 

> src/com/bug/Test.java:
> package com.bug;
> public class Test{public static Parent getChildAsParent() {return new
> Child();}}
...
> I get a wsdl file but no binding.xml or *.xsd file.  Furthermore, the
> wsdl file is all but empty, containing no reference to any of the
> methods exposed by the class Test (the <wsdl:portType> tag has no
> children).



just remove "static" from the method declaration, and you should get what you 
want!

BR
 Alex
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to