How your services.xml looks like ? what type of bindings do you use ?
For example for JAXB2 one will use
org.codehaus.xfire.jaxb2.JaxbServiceFactory.
You have to use the factory corresponding to your bindings type in
config.

Anyway your are not the only one having problems when developing
contract-first web services with XFire. I had to switch to schema first
development because I had to many issues with the contract-first
development (and the wsdl that I wrote btw was correct 100 %).
I really tried to make the -top-down development from wsdl- to work but
I hit to many obstacles...

Hope this helps,
D 

On Thu, 2007-31-05 at 07:08 -0700, wolf10 wrote:
> I changed the ServiceFactory to JAXWSServiceFactory.
> Now I get an empty types section in the WSDL.
> 
> <wsdl:types>
> </wsdl:types>
> 
> During the invoke I get a soap fault comlaining: Could not unmarshall type.
> 
> Any ideas what could be wrong?
> 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to