I just had an offline chat with Sebastien re. what is the story with databindings and the C++ SCA runtime as it stands. Here is the summary...
Currently C++ SCA uses SDOs for remote calls In the future other databindings may be supported depending on demand Specifically, in the current code the following is assumed... - Bindings assume remotable interfaces - A Remotable interface maps to a WSDL (we don't necessarily need the WSDL but it's mappable to WSDL) - In WSDL all types are described by XSDs - XSD's map to SDO - The component is either C++ and happy with the SDO interface OR - The component is another language and we provide either - an SDO API OR - Good integration between SDO and the native language constructs Regards Simon
