Created
September 10, 2019 12:54
-
-
Save ecielam/6b351e549af04773cd68cbc65bef98cb to your computer and use it in GitHub Desktop.
West Payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> | |
| <s:Header> | |
| <PASSCODE xmlns="http://globenewswire.com/passcode">TDWtivTPLeCvRYSc+Ekjl5I7J+Cfptgd8kMLibS5N3fZWyrzcIXs5cXE7yWmfFza</PASSCODE> | |
| <o:Security xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" s:mustUnderstand="1"> | |
| <u:Timestamp> | |
| <u:Created>2019-09-09T19:12:19Z</u:Created> | |
| <u:Expires>2019-09-09T19:13:19Z</u:Expires> | |
| </u:Timestamp> | |
| <o:UsernameToken> | |
| <o:Username>API_admin_user</o:Username> | |
| <o:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">--redacted--</o:Password> | |
| </o:UsernameToken> | |
| </o:Security> | |
| </s:Header> | |
| <s:Body> | |
| <CreatePressRelease xmlns="http://tempuri.org/"> | |
| <pressReleaseModel xmlns:d4p1="http://schemas.datacontract.org/2004/07/Nasdaq.Gcs.Api.Web.Contracts.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
| <d4p1:Contents> | |
| <d4p1:Content> | |
| <d4p1:CityOfOrigin>Seattle</d4p1:CityOfOrigin> | |
| <d4p1:Contact>asdf</d4p1:Contact> | |
| <d4p1:ContentHtml>Test Body</d4p1:ContentHtml> | |
| <d4p1:Headline>Sample Press Release</d4p1:Headline> | |
| <d4p1:LanguageId>en</d4p1:LanguageId> | |
| <d4p1:RelatedLinks> | |
| <d4p1:RelatedLink> | |
| <d4p1:Name>Sample Organization 5</d4p1:Name> | |
| <d4p1:Url>https://accessland.realty</d4p1:Url> | |
| </d4p1:RelatedLink> | |
| <d4p1:RelatedLink> | |
| <d4p1:Name>Sample Organization 5 Media Room</d4p1:Name> | |
| <d4p1:Url>https://www.pressadvantage.com/organization/sample-organization</d4p1:Url> | |
| </d4p1:RelatedLink> | |
| <d4p1:RelatedLink> | |
| <d4p1:Name>Press Release Source</d4p1:Name> | |
| <d4p1:Url>http://www.pressadvantage.com/story/1</d4p1:Url> | |
| </d4p1:RelatedLink> | |
| </d4p1:RelatedLinks> | |
| <d4p1:TimeZone>US Eastern Standard Time</d4p1:TimeZone> | |
| </d4p1:Content> | |
| </d4p1:Contents> | |
| <d4p1:Distributions> | |
| <d4p1:Distribution> | |
| <d4p1:Circuits xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> | |
| <d7p1:long>10010452</d7p1:long> | |
| </d4p1:Circuits> | |
| </d4p1:Distribution> | |
| </d4p1:Distributions> | |
| <d4p1:MessageType>PressRelease</d4p1:MessageType> | |
| <d4p1:OrganizationId>1204593</d4p1:OrganizationId> | |
| <d4p1:ReportRecipients>[email protected]</d4p1:ReportRecipients> | |
| <d4p1:ScheduleTime>2019-09-09T19:12:19Z</d4p1:ScheduleTime> | |
| <d4p1:ScheduleType>Immediate</d4p1:ScheduleType> | |
| <d4p1:TimezoneId>US Eastern Standard Time</d4p1:TimezoneId> | |
| <d4p1:UserNote>"Press Advantage Release 1"</d4p1:UserNote> | |
| </pressReleaseModel> | |
| </CreatePressRelease> | |
| </s:Body> | |
| </s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment