I have uploaded simple CSV file to the AGOL and after that I try to create new Feature Service from that using Portal API's publish functionality. I use direct call to the REST endpoint using ArcGIS Runtime for WPF 10.1.1 ArcGISWebClient and I manage to create a new Feature Service instance but it doesn't include the Coded Value Domain definitions that I added to the Publish Parameters JSON.
So the question : Does Publish Item support creating Field definitions with CVD's if they are described in the LayerInfo parameter for CSV-files?
If yes, then I need to start to check my code again.