Hi All, I have completed the dynamic schema generation for dynamic operations and created the static schema for static operation for salesforce SOAP connector.
The below are the Dynamic operations we created to create the dynamic schema, For the Input Schema[From the response of the operation] 1. query 2.queryAll 3.retrieve 4.search For the Output Schema[From the input for the operation] 1.create 2.update 3.upsert The other operations are static. So we created those static schema's by the usual way. On Fri, Oct 7, 2016 at 10:15 AM, Hariprasath Thanarajah < [email protected]> wrote: > Hi All, > > We are currently doing the Dynamic Schema Generation for Dynamic Connector > Operations. For that, we have completed the generic part for the creation > of dynamic schema in Dev Tooling and for the initiative We are planning to > do for Salesforce Connector. We have completed the input schema generation > for salesforce query operation[1]. > > In addition to that we have to analysis the operations from which > schemaType(input or output) we need to create for that particular > operation. There are 21 operations in the salesforce SOAP connector. I have > the plan to do the following. > > For the Input Schema[From the response of the operation] > > 1. retrieve > 2. describeGlobal > 3. describeSObject > 4. describeSobjects > 5. query > 6. queryAll > 7. search > > For the Output Schema[From the input for the operation] > > 1. sendEmail > 2. create > 3. update > 4. upsert > 5. sendEmailMessage > 8. retrieve > 9. describeSObject > 10. describeSObjects > 11. queryAll > > and with that, we need to finalize the module name for the separate plugin > project. We have used "org.wso2.tooling.connector.dynamic.schema" to the > query operation. > > Also the package and the class name for the schema generation for that > particular connector operation. > > We will plan to do like below > > org.wso2.tooling.connector.dynamic.schema.<connector-name>.< > connector-version>.GenerateSchemaFor<connector-operation>Operation.java > > > > [1] - *ESB 5.0 Data Mapper plan - Dynamic schema generation for > connectors.* > > > > > > > > > > > > > > > > > -- > > > *Thank you and Regards,**Hariprasath Thanarajah* > Associate Software Engineer | WSO2 > E: [email protected] > M: +94752806528, 0777216903 > Blog: hariwso2.blogspot.com > > Skype : hariss636 > LinkedIn : https://www.linkedin.com/in/hariprasath-thanarajah-5234b660 > > WSO2, Inc. > lean . enterprise . middleware > > https://wso2.com/signature > http://wso2.com/about/team/hariprashath-thanarajah/ > -- *Thank you and Regards,**Hariprasath Thanarajah* Associate Software Engineer | WSO2 E: [email protected] M: +94752806528, 0777216903 Blog: hariwso2.blogspot.com Skype : hariss636 LinkedIn : https://www.linkedin.com/in/hariprasath-thanarajah-5234b660 WSO2, Inc. lean . enterprise . middleware https://wso2.com/signature http://wso2.com/about/team/hariprashath-thanarajah/
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
