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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020