Skip to content

Commit

Permalink
Merge pull request #36 from sachithKay/queryMoreFix
Browse files Browse the repository at this point in the history
Fix queryMore option
  • Loading branch information
keerthu authored Nov 8, 2019
2 parents a26adf3 + ec74f0c commit 178bdcb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ retrieve, update, and delete records in your organization's Salesforce data. The

| Connector version | Supported Salesforce SOAP API version | Supported WSO2 ESB/EI version |
| ------------- | ------------- | ------------- |
[2.0.4](https://github.com/wso2-extensions/esb-connector-salesforce/tree/wso2-esb-connector-salesforce-dynamic-schema-2.0.4) | 42.0 | EI 6.5.0 |
| [2.0.3](https://github.com/wso2-extensions/esb-connector-salesforce/tree/wso2-esb-connector-salesforce-dynamic-schema-2.0.3) | 42.0 | EI 6.5.0 |
| [2.0.2](https://github.com/wso2-extensions/esb-connector-salesforce/tree/wso2-esb-connector-salesforce-dynamic-schema-2.0.2) | 42.0 | ESB 4.8.1, ESB 4.9.0, ESB 5.0.0, EI 6.1.1, EI 6.2.0, EI 6.3.0, EI 6.4.0 |
| [2.0.1](https://github.com/wso2-extensions/esb-connector-salesforce/tree/wso2-esb-connector-salesforce-dynamic-schema-2.0.1) | 42.0 | ESB 4.8.1, ESB 4.9.0, ESB 5.0.0, EI 6.1.1 |
Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>wso2-esb-connector-salesforce-dynamic-schema</artifactId>
<groupId>org.wso2.extension.salesforce</groupId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions connector/src/main/resources/salesforce/queryMore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<args>
<arg expression="$func:batchSize"/>
<arg expression="get-property('operation','salesforce.sessionId')"/>
<arg expression="get-property('salesforce.query.queryLocator')"/>
<arg expression="get-property('operation','salesforce.query.queryLocator')"/>
</args>
</payloadFactory>

Expand Down Expand Up @@ -110,7 +110,7 @@
name="salesforce.query.done" scope="default" type="STRING"
xmlns:ns="urn:partner.soap.sforce.com"/>
<property expression="//ns:result/ns:queryLocator/text()"
name="salesforce.query.queryLocator" scope="default"
name="salesforce.query.queryLocator" scope="operation"
type="STRING" xmlns:ns="urn:partner.soap.sforce.com"/>
</sequence>
</template>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.extension.salesforce</groupId>
<artifactId>wso2-esb-connector-salesforce-dynamic-schema</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 ESB Connector and Dynamic Schema Generation for ESB-Tooling Parent</name>
<modules>
Expand Down

0 comments on commit 178bdcb

Please sign in to comment.