Skip to content

Instantly share code, notes, and snippets.

@menakaj
Created July 22, 2019 15:17
Show Gist options
  • Select an option

  • Save menakaj/c80d1870cf7e1b1e4ca40c119cccd4d5 to your computer and use it in GitHub Desktop.

Select an option

Save menakaj/c80d1870cf7e1b1e4ca40c119cccd4d5 to your computer and use it in GitHub Desktop.
<payloadFactory media-type="xml">
<format>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<root xmlns="">
<grant_type>client_credentials</grant_type>
<scope>demo_scope</scope>
</root>
</soapenv:Body>
</soapenv:Envelope>
</format>
<args/>
</payloadFactory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment