salesforce-marketingcloud / FuelSDK-Java

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

[BUG] ErrorCodeId is not present in the SubscriberResult in etframework.wsdl which is causing un-marsheling exceptions #128

Open pc-dhutton opened 3 years ago

pc-dhutton commented 3 years ago

Describe the bug Recently SFMC added ErrorCodeId to the SubscriberResult in the wsdl and Fuel wasn't updated to support it.

To Reproduce Send yourself a triggered email with an invalid subscriber and the error will occur. image

Expected behavior The request should complete and have an error message detailing the problem. image

Screenshots If applicable, add screenshots to help explain your problem.

Code snippet A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally.

Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.

Environment

The bug has the severity

Additional context Add any other context about the problem here.

pc-dhutton commented 3 years ago

I have fixed this. PR coming in soon

gmazza commented 2 years ago

My FuelSDK fork has the latest WSDL (from Feb. 2022), having several new and adjusted request and response objects: https://glenmazza.net/blog/entry/updated-wsdl-for-fuelsdk

EagerSloth commented 1 year ago

This issue has now been around for one and a half year - and a fix proposed for more than half a year. Is this project considered deprecated and what is the official successor to this project?