You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Describe the bug
Security requirements are not satisfied because the security header is not present in the incoming message.
To Reproduce
Execute SoapClient.Retrieve()
Expected behavior
Retrieve should work and retrieve data
Code snippet
var myClient = new ETClient();
var r = myClient.SoapClient.Retrieve(
new RetrieveRequest
{
ObjectType = "DataExtensionObject",
Properties = new[] { "Name", "Value" },
Filter = queryFilter
}, out requestID, out results);
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
SDK Version [e.g. 1.3.0]
.NET Framework 472
The bug has the severity
Major: The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult.or efficiency. It is merely an inconvenience.
The text was updated successfully, but these errors were encountered:
There is a bug in SoapClient in that it does not send the authorized token when making the call.
You can either add the header for the token or if your goal is to retrieve the DE rows, since you're using FuelSDK anyway, just use what functionality is already there.
Describe the bug
Security requirements are not satisfied because the security header is not present in the incoming message.
To Reproduce
Execute SoapClient.Retrieve()
Expected behavior
Retrieve should work and retrieve data
Code snippet
var myClient = new ETClient();
var r = myClient.SoapClient.Retrieve(
new RetrieveRequest
{
ObjectType = "DataExtensionObject",
Properties = new[] { "Name", "Value" },
Filter = queryFilter
}, out requestID, out results);
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
The text was updated successfully, but these errors were encountered: