Marketing Cloud: Retrieve Subscribers API request (SOAP)invalid security tokenGet Email ID associated with TriggeredSendDefinitionSubscriber DeduplicationMarketing Cloud API - Bad Request (400)/interaction/v1/eventsUpdate to “undeliverable” status from subscribersCreate/Update Roles via APISchedule SFMC Automation via APIUpserts a data extension row using Rest ApiHow to create & update email using REST API - Salesforce Marketing Cloud?Add a subscriber to a list using Marketing Cloud SOAP APIData Extension synchronous Rest API where there are only primary keys
Which industry am I working in? Software development or financial services?
How to reply this mail from potential PhD professor?
Would glacier 'trees' be plausible?
How useful are the AOA Indexers and indicators for jet pilots and civillians?
Short story with physics professor who "brings back the dead" (Asimov or Bradbury?)
Manager is threatning to grade me poorly if I don't complete the project
Junior developer struggles: how to communicate with management?
What are the differences between credential stuffing and password spraying?
Confused about proofs by contradiction, the Law of the Excluded Middle and existence of consistent axiomatic systems.
Would "lab meat" be able to feed a much larger global population
Point of the the Dothraki's attack in GoT S8E3?
Identifying a transmission to myself
How to make a newline without autoindent
Is Cola "probably the best-known" Latin word in the world? If not, which might it be?
Reconstruct a matrix from its traces
Upside-Down Pyramid Addition...REVERSED!
Missed the connecting flight, separate tickets on same airline - who is responsible?
How could a planet have most of its water in the atmosphere?
If Earth is tilted, why is Polaris always above the same spot?
What happens to the Time Stone
Accidentally deleted the "/usr/share" folder
What happens if I start too many background jobs?
Am I getting DDOS from crawlers?
Is there a legal ground for stripping the UK of its UN Veto if Scotland and/or N.Ireland split from the UK?
Marketing Cloud: Retrieve Subscribers API request (SOAP)
invalid security tokenGet Email ID associated with TriggeredSendDefinitionSubscriber DeduplicationMarketing Cloud API - Bad Request (400)/interaction/v1/eventsUpdate to “undeliverable” status from subscribersCreate/Update Roles via APISchedule SFMC Automation via APIUpserts a data extension row using Rest ApiHow to create & update email using REST API - Salesforce Marketing Cloud?Add a subscriber to a list using Marketing Cloud SOAP APIData Extension synchronous Rest API where there are only primary keys
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to retrieve subscribers with information mentioned here:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/retrieve_a_subscriber_via_the_web_service_api.htm
Tried to use the same soap envelope in SOAPUI and my request looks like below:
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<fueloauth>TOKEN</fueloauth>
</Header>
<Body>
<RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
<RetrieveRequest>
<ObjectType>Subscriber</ObjectType>
<Properties>CreatedDate</Properties>
<Properties>Client.ID</Properties>
<Properties>EmailAddress</Properties>
<Properties>SubscriberKey</Properties>
<Properties>Status</Properties>
<Properties>UnsubscribedDate</Properties>
<Properties>EmailTypePreference</Properties>
<Filter xsi:type="SimpleFilterPart">
<Property>CreatedDate</Property>
<SimpleOperator>greaterThan</SimpleOperator>
<DateValue>2012-01-04T10:19:00</DateValue>
</Filter>
</RetrieveRequest>
</RetrieveRequestMsg>
</Body>
</Envelope>
and request is sent to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
I am getting 200 ok as response but the response body is weird very long message and i didnt find any information about subscribers in this response message.
I also tried then to create subscriber using the request from here (https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/creating_a_subscriber.htm) and noticed that response status code is 200 ok but the message looks same as what I got earlier for retrieve subscribers. Message is too long to copy paste here ..
marketing-cloud soap-api
|
show 2 more comments
I am trying to retrieve subscribers with information mentioned here:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/retrieve_a_subscriber_via_the_web_service_api.htm
Tried to use the same soap envelope in SOAPUI and my request looks like below:
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<fueloauth>TOKEN</fueloauth>
</Header>
<Body>
<RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
<RetrieveRequest>
<ObjectType>Subscriber</ObjectType>
<Properties>CreatedDate</Properties>
<Properties>Client.ID</Properties>
<Properties>EmailAddress</Properties>
<Properties>SubscriberKey</Properties>
<Properties>Status</Properties>
<Properties>UnsubscribedDate</Properties>
<Properties>EmailTypePreference</Properties>
<Filter xsi:type="SimpleFilterPart">
<Property>CreatedDate</Property>
<SimpleOperator>greaterThan</SimpleOperator>
<DateValue>2012-01-04T10:19:00</DateValue>
</Filter>
</RetrieveRequest>
</RetrieveRequestMsg>
</Body>
</Envelope>
and request is sent to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
I am getting 200 ok as response but the response body is weird very long message and i didnt find any information about subscribers in this response message.
I also tried then to create subscriber using the request from here (https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/creating_a_subscriber.htm) and noticed that response status code is 200 ok but the message looks same as what I got earlier for retrieve subscribers. Message is too long to copy paste here ..
marketing-cloud soap-api
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
1
iam using your code for its working
– pkharries
Apr 23 at 9:31
1
i got the subscriber information
– pkharries
Apr 23 at 9:31
1
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
1
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34
|
show 2 more comments
I am trying to retrieve subscribers with information mentioned here:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/retrieve_a_subscriber_via_the_web_service_api.htm
Tried to use the same soap envelope in SOAPUI and my request looks like below:
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<fueloauth>TOKEN</fueloauth>
</Header>
<Body>
<RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
<RetrieveRequest>
<ObjectType>Subscriber</ObjectType>
<Properties>CreatedDate</Properties>
<Properties>Client.ID</Properties>
<Properties>EmailAddress</Properties>
<Properties>SubscriberKey</Properties>
<Properties>Status</Properties>
<Properties>UnsubscribedDate</Properties>
<Properties>EmailTypePreference</Properties>
<Filter xsi:type="SimpleFilterPart">
<Property>CreatedDate</Property>
<SimpleOperator>greaterThan</SimpleOperator>
<DateValue>2012-01-04T10:19:00</DateValue>
</Filter>
</RetrieveRequest>
</RetrieveRequestMsg>
</Body>
</Envelope>
and request is sent to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
I am getting 200 ok as response but the response body is weird very long message and i didnt find any information about subscribers in this response message.
I also tried then to create subscriber using the request from here (https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/creating_a_subscriber.htm) and noticed that response status code is 200 ok but the message looks same as what I got earlier for retrieve subscribers. Message is too long to copy paste here ..
marketing-cloud soap-api
I am trying to retrieve subscribers with information mentioned here:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/retrieve_a_subscriber_via_the_web_service_api.htm
Tried to use the same soap envelope in SOAPUI and my request looks like below:
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<fueloauth>TOKEN</fueloauth>
</Header>
<Body>
<RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
<RetrieveRequest>
<ObjectType>Subscriber</ObjectType>
<Properties>CreatedDate</Properties>
<Properties>Client.ID</Properties>
<Properties>EmailAddress</Properties>
<Properties>SubscriberKey</Properties>
<Properties>Status</Properties>
<Properties>UnsubscribedDate</Properties>
<Properties>EmailTypePreference</Properties>
<Filter xsi:type="SimpleFilterPart">
<Property>CreatedDate</Property>
<SimpleOperator>greaterThan</SimpleOperator>
<DateValue>2012-01-04T10:19:00</DateValue>
</Filter>
</RetrieveRequest>
</RetrieveRequestMsg>
</Body>
</Envelope>
and request is sent to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
I am getting 200 ok as response but the response body is weird very long message and i didnt find any information about subscribers in this response message.
I also tried then to create subscriber using the request from here (https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/creating_a_subscriber.htm) and noticed that response status code is 200 ok but the message looks same as what I got earlier for retrieve subscribers. Message is too long to copy paste here ..
marketing-cloud soap-api
marketing-cloud soap-api
edited Apr 23 at 3:48
sf_user
asked Apr 23 at 3:38
sf_usersf_user
1,25312335
1,25312335
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
1
iam using your code for its working
– pkharries
Apr 23 at 9:31
1
i got the subscriber information
– pkharries
Apr 23 at 9:31
1
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
1
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34
|
show 2 more comments
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
1
iam using your code for its working
– pkharries
Apr 23 at 9:31
1
i got the subscriber information
– pkharries
Apr 23 at 9:31
1
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
1
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
1
1
iam using your code for its working
– pkharries
Apr 23 at 9:31
iam using your code for its working
– pkharries
Apr 23 at 9:31
1
1
i got the subscriber information
– pkharries
Apr 23 at 9:31
i got the subscriber information
– pkharries
Apr 23 at 9:31
1
1
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
1
1
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34
|
show 2 more comments
2 Answers
2
active
oldest
votes
Your question notes that you're sending requests to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
(this will only give you descriptions of the service).
The SOAP service endpoint to retrieve the data you want should actually be https://DOMAIN.soap.marketingcloudapis.com/Service.asmx
.
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token infueloauth
– sf_user
Apr 23 at 10:09
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`
– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after thehttps://
but before themarketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245
– Mark G
Apr 23 at 10:44
|
show 1 more comment
this code for create subscriber in list
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
secext-1.0.xsd">
<UsernameToken>
<Username>****</Username>
<Password>xxxxx</Password>
</UsernameToken>
</Security>
</Header>
<Body>
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Options>
</Options>
<Objects xsi:type="Subscriber">
<PartnerKey xsi:nil="true">
</PartnerKey>
<ObjectID xsi:nil="true">
</ObjectID>
<EmailAddress>saomr@gmail.com</EmailAddress>
<SubscriberKey>saomr@gmail.com</SubscriberKey>
<Attributes>
<Name>FirstName</Name>
<Value>Bob</Value>
</Attributes>
<Attributes>
<Name>LastName</Name>
<Value>Somelastname</Value>
</Attributes>
<Lists>
<PartnerKey xsi:nil="true">
</PartnerKey>
<ID>**LISt ID here**</ID>
<ObjectID xsi:nil="true">
</ObjectID>
</Lists>
</Objects>
</CreateRequest>
</Body>
</Envelope>
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f258735%2fmarketing-cloud-retrieve-subscribers-api-request-soap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your question notes that you're sending requests to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
(this will only give you descriptions of the service).
The SOAP service endpoint to retrieve the data you want should actually be https://DOMAIN.soap.marketingcloudapis.com/Service.asmx
.
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token infueloauth
– sf_user
Apr 23 at 10:09
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`
– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after thehttps://
but before themarketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245
– Mark G
Apr 23 at 10:44
|
show 1 more comment
Your question notes that you're sending requests to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
(this will only give you descriptions of the service).
The SOAP service endpoint to retrieve the data you want should actually be https://DOMAIN.soap.marketingcloudapis.com/Service.asmx
.
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token infueloauth
– sf_user
Apr 23 at 10:09
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`
– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after thehttps://
but before themarketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245
– Mark G
Apr 23 at 10:44
|
show 1 more comment
Your question notes that you're sending requests to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
(this will only give you descriptions of the service).
The SOAP service endpoint to retrieve the data you want should actually be https://DOMAIN.soap.marketingcloudapis.com/Service.asmx
.
Your question notes that you're sending requests to https://DOMAIN.soap.marketingcloudapis.com/ETFramework.wsdl
(this will only give you descriptions of the service).
The SOAP service endpoint to retrieve the data you want should actually be https://DOMAIN.soap.marketingcloudapis.com/Service.asmx
.
answered Apr 23 at 9:49
Mark GMark G
58528
58528
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token infueloauth
– sf_user
Apr 23 at 10:09
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`
– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after thehttps://
but before themarketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245
– Mark G
Apr 23 at 10:44
|
show 1 more comment
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token infueloauth
– sf_user
Apr 23 at 10:09
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`
– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after thehttps://
but before themarketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245
– Mark G
Apr 23 at 10:44
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token in
fueloauth
– sf_user
Apr 23 at 10:09
Thanks Mark.. that I believe is the first one... but now it says "login failed" when i am able to generate token using clientid and password and using the same token in
fueloauth
– sf_user
Apr 23 at 10:09
1
1
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
@sf_user Ensure the token you're using hasn't expired (have you tried generating a new one?) and that the subdomains between the two endpoints (subdomains.auth.marketingcloudapis & subdomains.soap.marketingcloudapis) match.
– Mark G
Apr 23 at 10:29
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
I tried generating new token and used and same issue.. login failed.. but how to check subdomains match between 2 endpoints ?
– sf_user
Apr 23 at 10:32
when i am using fueloauth and use a token i am getting
<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`– sf_user
Apr 23 at 10:35
when i am using fueloauth and use a token i am getting
<faultstring>Login Failed</faultstring>
and when i use usernametoken I am getting ` <faultstring>An invalid security token was provided</faultstring>`– sf_user
Apr 23 at 10:35
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after the
https://
but before the marketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245– Mark G
Apr 23 at 10:44
@sf_user Compare the request URLs you're using to generate your token and retrieve the subscribers—do the unique strings after the
https://
but before the marketingcloudapis
domain match? As for your invalid security token, see salesforce.stackexchange.com/q/122776/55245– Mark G
Apr 23 at 10:44
|
show 1 more comment
this code for create subscriber in list
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
secext-1.0.xsd">
<UsernameToken>
<Username>****</Username>
<Password>xxxxx</Password>
</UsernameToken>
</Security>
</Header>
<Body>
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Options>
</Options>
<Objects xsi:type="Subscriber">
<PartnerKey xsi:nil="true">
</PartnerKey>
<ObjectID xsi:nil="true">
</ObjectID>
<EmailAddress>saomr@gmail.com</EmailAddress>
<SubscriberKey>saomr@gmail.com</SubscriberKey>
<Attributes>
<Name>FirstName</Name>
<Value>Bob</Value>
</Attributes>
<Attributes>
<Name>LastName</Name>
<Value>Somelastname</Value>
</Attributes>
<Lists>
<PartnerKey xsi:nil="true">
</PartnerKey>
<ID>**LISt ID here**</ID>
<ObjectID xsi:nil="true">
</ObjectID>
</Lists>
</Objects>
</CreateRequest>
</Body>
</Envelope>
add a comment |
this code for create subscriber in list
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
secext-1.0.xsd">
<UsernameToken>
<Username>****</Username>
<Password>xxxxx</Password>
</UsernameToken>
</Security>
</Header>
<Body>
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Options>
</Options>
<Objects xsi:type="Subscriber">
<PartnerKey xsi:nil="true">
</PartnerKey>
<ObjectID xsi:nil="true">
</ObjectID>
<EmailAddress>saomr@gmail.com</EmailAddress>
<SubscriberKey>saomr@gmail.com</SubscriberKey>
<Attributes>
<Name>FirstName</Name>
<Value>Bob</Value>
</Attributes>
<Attributes>
<Name>LastName</Name>
<Value>Somelastname</Value>
</Attributes>
<Lists>
<PartnerKey xsi:nil="true">
</PartnerKey>
<ID>**LISt ID here**</ID>
<ObjectID xsi:nil="true">
</ObjectID>
</Lists>
</Objects>
</CreateRequest>
</Body>
</Envelope>
add a comment |
this code for create subscriber in list
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
secext-1.0.xsd">
<UsernameToken>
<Username>****</Username>
<Password>xxxxx</Password>
</UsernameToken>
</Security>
</Header>
<Body>
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Options>
</Options>
<Objects xsi:type="Subscriber">
<PartnerKey xsi:nil="true">
</PartnerKey>
<ObjectID xsi:nil="true">
</ObjectID>
<EmailAddress>saomr@gmail.com</EmailAddress>
<SubscriberKey>saomr@gmail.com</SubscriberKey>
<Attributes>
<Name>FirstName</Name>
<Value>Bob</Value>
</Attributes>
<Attributes>
<Name>LastName</Name>
<Value>Somelastname</Value>
</Attributes>
<Lists>
<PartnerKey xsi:nil="true">
</PartnerKey>
<ID>**LISt ID here**</ID>
<ObjectID xsi:nil="true">
</ObjectID>
</Lists>
</Objects>
</CreateRequest>
</Body>
</Envelope>
this code for create subscriber in list
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
secext-1.0.xsd">
<UsernameToken>
<Username>****</Username>
<Password>xxxxx</Password>
</UsernameToken>
</Security>
</Header>
<Body>
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
<Options>
</Options>
<Objects xsi:type="Subscriber">
<PartnerKey xsi:nil="true">
</PartnerKey>
<ObjectID xsi:nil="true">
</ObjectID>
<EmailAddress>saomr@gmail.com</EmailAddress>
<SubscriberKey>saomr@gmail.com</SubscriberKey>
<Attributes>
<Name>FirstName</Name>
<Value>Bob</Value>
</Attributes>
<Attributes>
<Name>LastName</Name>
<Value>Somelastname</Value>
</Attributes>
<Lists>
<PartnerKey xsi:nil="true">
</PartnerKey>
<ID>**LISt ID here**</ID>
<ObjectID xsi:nil="true">
</ObjectID>
</Lists>
</Objects>
</CreateRequest>
</Body>
</Envelope>
answered Apr 23 at 9:44
pkharriespkharries
461513
461513
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f258735%2fmarketing-cloud-retrieve-subscribers-api-request-soap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I am not getting any error it says 200 ok but the response is some 30000 lines xml which doesnot have information I am looking for
– sf_user
Apr 23 at 9:28
1
iam using your code for its working
– pkharries
Apr 23 at 9:31
1
i got the subscriber information
– pkharries
Apr 23 at 9:31
1
use the mc username and password instead of token then try ?
– pkharries
Apr 23 at 9:33
1
Let us continue this discussion in chat.
– pkharries
Apr 23 at 9:34