FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Salesforce Marketing Cloud Java SDK

Results 81 FuelSDK-Java issues
Sort by recently updated
recently updated
newest added

Using the SDK to create or update an object, we get error codes in the result but no accompanying error messages. The error message is in the CreateResult object for...

Is the fuel-java SDK available in a maven repository ? It would be useful to be able to just include it rather than having to build locally. Either in the...

enhancement

I think the following code should do the trick: ``` public ETSoapConnection getSoapConnection() throws ETSdkException{ if (soapConnection == null) { if (soapEndpoint == null) { String response = restConnection.get(PATH_ENDPOINTS_SOAP); JsonParser...

enhancement

On search.maven.org, I see a version entry for 1.1.0 created in October 2015. When I download this and attempt to use it to access the ETSubscriber.getAttributes() method, I'm finding that...

I'm seeing this error when upgrading from 1.0.1 to 1.0.3 ## 1.0.1 `ETFilter nameFilter = new ETFilter();` `nameFilter.setProperty("ListName");` `nameFilter.addValue("Breaking News");` `nameFilter.setOperator(ETFilter.Operator.EQUALS); // ListName = Breaking News` `ETFilter andFilter = new...

I am not sure if that is just my own odd configuration problem or something else... All tests seem to be skipped at the moment and when I add fuelsdk-test.properties...

Hello, - on salesforce page javadoc for a 1.1.0-**pre1** is published - on master readme, it sais to use dependency 1.1.0 - there is no 1.1.0 tag or branch in...

Just to make things cleaner and have compile-time barrier to break illegal dependencies.

enhancement

Web Service running on WebSphere Runtime 8.0.0.9 for invoking triggered send via a CXF client is giving the following error.. The code executed on WebSphere Server fails with incompatibility errors...

When fuel SDK is exported as Runnable JAR (Extract required libriries into generated JAR option), `ETClient client = new ETClient();` throws ``` 2014-06-23T16:17:55.509+0200 main com.exacttarget.fuelsdk.ETRestConnection DEBUG: GET https://www.exacttargetapis.com/platform/v1/endpoints/soap 2014-06-23T16:17:55.740+0200 main...

bug