salesforce-marketingcloud / FuelSDK-Java

Salesforce Marketing Cloud Java SDK
BSD 3-Clause "New" or "Revised" License
72 stars 123 forks source link

[BUG] variable [soap] is not assigned if variable [continueRequestId] is not null #143

Open peacexh opened 1 year ago

peacexh commented 1 year ago

Describe the bug In fuelsdk-1.6.0.jar, when calling the method retrieve() of the ETSoapObject class, if the variable continueRequestId has a value, nullPointException occurs because the variable soap is not assigned a value

peacexh commented 1 year ago

@vvitvits @svc-scm has the method can get more than 2500 pieces of data in In fuelsdk-1.6.0.jar(Java)