You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All connectors need to be updated to align with WSO2 MI 4.4.0 enhancements, including a new response model, test connection functionality, and structured output schemas for improved usability and reliability.
Tasks:
1. Implement New Response Model
Modify the connector to store responses in a structured variable instead of overwriting the message context.
Ensure the response contains:
Payload: The main response data.
Headers: HTTP headers associated with the response.
Attributes: Metadata such as status codes.
Maintain backward compatibility by providing an option to override the message body in the message context.
2. Add Output Schemas for Operations
Each connector operation should have a corresponding output-schema file under <Connector-Home>/src/main/resources/outputschema.
Output schemas should define the expected response structure using JSON Schema.
Example output-schema file for read.json operation:
Description:
All connectors need to be updated to align with WSO2 MI 4.4.0 enhancements, including a new response model, test connection functionality, and structured output schemas for improved usability and reliability.
Tasks:
1. Implement New Response Model
2. Add Output Schemas for Operations
<Connector-Home>/src/main/resources/outputschema
.3. Implement Connection Test Feature
"testConnectionEnabled": true
to enable the feature in the VSCode Extension.4. Improve Dependency Management
pom.xml
when the connector is imported.Version
MI 4.4.0
The text was updated successfully, but these errors were encountered: