Top "Complextype" questions

Passing complex navigation parameters with MvvmCross ShowViewModel

My complex type wouldn't pass from Show to Init method even with configured MvxJsonNavigationSerializer as specified here Custom types in …

serialization navigation viewmodel mvvmcross complextype
Dozer, how to map from java.util.Map to complex type?

I'd like to map from a java.util.Map to a complex type, let's call it Abc. <mapping> &…

getter dozer complextype map
What causes a "org.xml.sax.SAXException: Bad types" exception when calling a ColdFusion Web Service?

I've written a ColdFusion Web Service for an external client to consume. It basically let's them send over some user …

xml web-services soap coldfusion complextype
XML / XSD 'extension' of an element always has undefined complexType

I am attempting to write an XSD Schema that extends a ComplexType that is defined in an Element. I am …

xml xsd ref complextype