Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
=========
1). Open the attached (Filename: sampleForCase) project.
2). Look at the Message in the WSDL.You will find that it has a Type part and an Element part.
3). Validate the project. You will see the error, "Configuration Error. All Parts must be defined using either "type" or "element'".
Environment:
===========
All
Cause:
=====
Mixing type and element attributes for the message parts is not permitted in BW.
Resolution:
==========
1). Delete the element from Message and define it under a complexType in an XSD and then in a Message resource. Create a Type part which references the complexType.