I setup a simple XFire web service on a simple class/interface that has
methods that pass/return a complex Java object that was generated via
JAXB 2.1.  The wsdl is generated however it only contains definition for
the main class/interface; there is no definition of the complex JAXB
type (just a reference to it).  

 

How should this work?  I expected to see the definition of the data
parameter type in the wsdl so the client can know about it.  Can someone
point me in the right direction here?

 

Thanks,

Dave 

Reply via email to