Unable to load model for the Process [GetOrderStatus.bwp] due to error.
book
Article ID: KB0093014
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution:
After creating a WSDL in a shared module and a process in the application module with a service reference to the shared module, the following exception in thrown:
"Unable to load model for the Process [GetOrderStatus.bwp] due to error. Ensure that all required dependencies for this process have been included in the Module [com.tibco.set.apix.forrester.main] and process is correctly serialized."
The cause of this error is that the WSDL definition should use a namespace prefix, such as:
<wsdl:definitions xmlns:wsdl=...>
If removing the prefix "wsdl", such as:
<definitions xmlns:wsdl=...>
the error occurs.
Issue/Introduction
Unable to load model for the Process [GetOrderStatus.bwp] due to error.