I've taken the majority of the SOA samples and updated them to run on a web page. How ever the "CreateOrderWtihNewPerson" function is throwing an error at the following line:
ValidateResultsData
results = imisEntityManager.Add(cart.ComboOrder);
I'm getting the "object not set to an instance of an object" error! I have no way of getting inside of this function. I've checked all properties and they are correct. I saw a reference to the sample code having problems. Has anyone else had this issue? If not, can someone help me debug this error. Tom