I am coming to share Tom's jaded opinion

mapping of the complex types in requests and responses doesn't work 'out
of the box' with XFIRE or CXF wsdl2java code generation

Trevor Paterson 

 

> -----Original Message-----
> From: Tom Oinn [mailto:[email protected]] 
> 
> Personally I wouldn't try to use code generation, I've never 
> yet seen a toolkit get it right without major tweaking. I 
> find it easier to just write the client to handle XML 
> messages, as that's what's actually being sent. Assuming the 
> schema is sensible this shouldn't be hard to do either (and 
> you can always drop in a marshalling framework of your choice 
> to do it later - the key is the SOAP toolkit has no business 
> handling object to XML mapping, it's just not its problem).
> 
> Using e.g. Spring-WS you can treat the message sending and 
> the message construction as different concerns (which of 
> course they are).
> 
> Tom
> 

Reply via email to