Perhaps I should have also said that my end goal here, once the complete wsdl is up and running, is to try to connect a C++ client to this web-service. I assumed that since XFire supports JAXB this would automatically be marshaled via the wsdl.
Thanks for any help. -Dave ________________________________ From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Sunday, February 10, 2008 4:41 PM To: [email protected] Subject: [xfire-user] XFire WSDL with JAXB type question/problem 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
