I am working on building my first workflow and I have been running into some issues.
I am building this to create Sales orders from an XML. When it gets to the first method call it fails with this error: msg:descriptionUnspecified error: Failed to execute proxy assembly: Record not found.</msg:description>
When I go to the processing info and hit validate I see this error:
<>
Trace document namespace ‘http://Epicor.com/Customer/Erp_Proxy_BO_CustomerImpl_GetByCustID_Request’ does not correspond to validation schema namespace: ‘http://Epicor.com/Customer/Erp_Proxy_BO_CustomerImpl_GetByCustID_Response’.
This is the mapping for the node going into the method:
This is the mapping for the node coming out of the method:
Any assistance would be greatly appreciated. I have tried searching for this error and haven’t been able to find anything relevant.