I've been changing the SalesOrderService document service. Initially I'd added the new datasource at the wrong level, deployed the service, and later corrected it. The new datasource I've added is Address and now it hangs off of CreditCardCust datasource.
I've updated the document service using the wizard (checked the boxes for regenerating the document and AxBC class) and deployed the service again.
When I try to test the service using the XML file adapter, I get the following error: Type 'http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder:AxdEnum_Timezone' is not declared, or is not a simple type.
I can reproduce the error by navigating to EndPoints, selecting the sales order inbound endpoint, Action policies, Parameter schema, View schema. Clearly, the schema is messed up.
I tried to regenerate the schema using the GenerateXSDSchema_AxdSalesOrder to no avail.
Is there a way for me to clear the schema and regenerate again?
Thank you.