Skip to content

Instantly share code, notes, and snippets.

@odedharth
Created February 29, 2016 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odedharth/c35e698113a4c5f00709 to your computer and use it in GitHub Desktop.
Save odedharth/c35e698113a4c5f00709 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
<soap:Header>
<tem:AuthHeader>
<!--Optional:-->
<tem:Username></tem:Username>
<!--Optional:-->
<tem:Password></tem:Password>
<!--Optional:-->
<tem:Token>0X8D82BA325284284884F6A18C1E2A9034C4A0EA6561B063BBA479029CEF5952ECEE67E5560A378B553EB39765FFAB00A8D27B44544F09C25481CED1AC02A53A4AF3EF3E7ACA9F7EBF018EF7795338E63D359EA42BBC9F107D</tem:Token>
</tem:AuthHeader>
</soap:Header>
<soap:Body>
<tem:SendCampaign>
<!--Optional:-->
<tem:webCampaign>
<!--Optional:-->
<tem:Subject>test sub</tem:Subject>
<!--Optional:-->
<tem:From>
<!--Optional:-->
<tem:FromName>oded</tem:FromName>
<!--Optional:-->
<tem:FromEmail>oded@opinya.co.il</tem:FromEmail>
</tem:From>
<!--Optional:-->
<tem:ExternalMessageId></tem:ExternalMessageId>
<!--Optional:-->
<tem:BodyParts>
<!--Zero or more repetitions:-->
<tem:BodyPart>
<tem:BodyPartFormat>HTML</tem:BodyPartFormat>
<!--Optional:-->
<tem:Body><![CDATA[<h1>בדיקה בעברית</h1>]]></tem:Body>
</tem:BodyPart>
</tem:BodyParts>
<tem:UserPlaceholders>false</tem:UserPlaceholders>
<tem:AddStatistics>false</tem:AddStatistics>
<tem:AddAdvertisement>false</tem:AddAdvertisement>
<tem:SignMessage>false</tem:SignMessage>
<tem:AddUnsubscribeLink>false</tem:AddUnsubscribeLink>
<tem:LanguageId>114</tem:LanguageId>
<tem:MailinglistId>0</tem:MailinglistId>
<tem:FormId>0</tem:FormId>
<tem:AddPrintButton>false</tem:AddPrintButton>
<tem:IsABTestingCampaign>false</tem:IsABTestingCampaign>
<tem:IsPreviewCampaign>false</tem:IsPreviewCampaign>
<tem:SubAccountId>0</tem:SubAccountId>
</tem:webCampaign>
<!--Optional:-->
<tem:groups>
<!--Zero or more repetitions:-->
<tem:int>74243</tem:int>
</tem:groups>
</tem:SendCampaign>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment