Hi All, I have finished most of the dynamic schema creation part for salesforce soap connector dynamic operations and I need to omit some methods I proposed earlier because it has the static schema.
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 > Omit this because of static schema. > 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 > 6. retrieve > 7. describeSObject > Omit this because of static schema. > 8. describeSObjects > 9. queryAll > Omit this because of static schema. > > 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
