Hello I've noticed that XFire team added code to WsGen subsystem so that WsGen never produces a document-literal wrapped web service if it contains complex anonymous types in the schema. Forgive me if my question is some how stupid. Isn't this wrong?
It strikes me odd because: - A service's WSDL was made with XFire 1.2.6 using the code-first approach (w/ jsr181) as a Doc/Lit Wrapped encoding service containing anonymous complex types. - soapUI generates wrapped requests and a Doc./Lit Wrapped .NET client for that same WSDL - WS-I tests don't complain about it - Collision with the best practice referenced at XFire's website. ( http://pluralsight.com/blogs/tewald/archive/2004/08/24/2020.aspx) The only thing I don't seem to be able to accomplish is a WSDL-first XFire client and server with Doc./Lit Wrapped encoding from the same WSDL. Can someone shed some light on this? Thanks MG
