Created
July 22, 2019 15:17
-
-
Save menakaj/c80d1870cf7e1b1e4ca40c119cccd4d5 to your computer and use it in GitHub Desktop.
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
| <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