I extended the StockItem with a few user fields, then created a custom web service end point to extend the StockItem with my changes. That worked great until I added another field. The customization package contains the changes (I verified in the XML) but when deployed to my production system its ignored. The old web service remains.
Has anyone else experienced this? What am I doing wrong here?