Sharif Ahmed

Results 10 comments of Sharif Ahmed

Thanks for creating the known issue. To fix the issue, you can download a copy of wsdl file from our newly released repo's obsamples directory and mention its path in...

Please check our example code [here](https://github.com/salesforce-marketingcloud/FuelSDK-Python/blob/master/objsamples/sample_folder.py) Please try to follow the proper case while mentioning LeftOperand, RightOperand, AND Also spelling of equals instead of equal. Hope these should resolve your...

soapEndpoint is not mandatory, but authEndpoint is. so you need to set that as well if you use ETConfiguration: `configuration.set("authEndpoint", "https://auth.exacttargetapis.com");` Please check out our fuelsdk.properties.template file, we encourage to...

Not sure what you meant by the issue still exists. Please take a look at the sample test code [here](https://github.com/salesforce-marketingcloud/FuelSDK-Java/blob/master/src/test/java/com/exacttarget/fuelsdk/ETDataExtensionTest.java) Specially test cases: 65, 66, 69, 74. So just to...

Try to use our new version 1.2.2 as mentioned in readme file and let us know. Thanks.

Try this: **POST** https://auth.exacttargetapis.com/v1/requestToken?legacy=1 **HEADER** Content-Type: application/json **BODY** { "clientId": "xxxx", "clientSecret": "yyyy" }

@neeraji2it If you provide accessType=offline and also refreshToken, then please make sure that refreshToken is not expired. Try using accessType=offline without refreshToken. @mario-galic Could you please elaborate what exactly happened...

@mario-galic which JDK version are you using? So is it happening when you ran code for long time (more than 10 hour or so)? Did you try to refresh token...

Looks like it happens when it is ran for a longer period of time which makes it harder to simulate the issue. It is also difficult to analyze without stack...

@mario-galic Did that happen to previous Fuel Sdk Java version as well? Can you test it somehow. Do you think your particular issue relates with previous comments on this thread?