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;








1















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 ..










share|improve this question
























  • 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

















1















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 ..










share|improve this question
























  • 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













1












1








1








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 ..










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










2 Answers
2






active

oldest

votes


















4














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.






share|improve this answer























  • 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





    @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 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


















1














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>





share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    4














    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.






    share|improve this answer























    • 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





      @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 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















    4














    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.






    share|improve this answer























    • 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





      @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 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













    4












    4








    4







    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.






    share|improve this answer













    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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 in fueloauth

      – 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 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

















    • 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





      @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 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
















    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













    1














    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>





    share|improve this answer



























      1














      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>





      share|improve this answer

























        1












        1








        1







        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>





        share|improve this answer













        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>






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 23 at 9:44









        pkharriespkharries

        461513




        461513



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company