Skip to content

Instantly share code, notes, and snippets.

@aaronchi
Created July 11, 2014 17:59
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 aaronchi/6ce34f208e2fe25209b4 to your computer and use it in GitHub Desktop.
Save aaronchi/6ce34f208e2fe25209b4 to your computer and use it in GitHub Desktop.
Intaact XML schema -> YAML
schemas:
users:
attributes:
- name: request
attributes:
- name: control
attributes:
- name: senderid
value: $account_login
- name: password
value: $account_password
- name: controlid
value: bitium
- name: uniqueid
value: false
- name: dtdversion
value: 3.0
- name: operation
attributes:
- name: authentication
attributes:
- name: login
attributes:
- name: userid
value: $login
- name: companyid
value: $account
- name: password
value: $password
- name: content
attributes:
- name: function
properties:
- name: controlid
value: bitium
attributes:
- name: readByQuery
attributes:
- name: object
value: USERINFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment