salesforce-marketingcloud / FuelSDK-Java

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

Instantiated Soap object if continueRequest!=null #115

Open iMayureshChaudhary opened 4 years ago

iMayureshChaudhary commented 4 years ago

If continueRequest was passed with the call i.e. continueRequest!=null, then Soap object was not instantiated to connection.getSoap() because of that I was getting null pointer exception while making ContinueRequest calls.