Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to add Attributes for child items. #390

Closed
ryanaghdam opened this issue Feb 6, 2013 · 1 comment
Closed

Need to add Attributes for child items. #390

ryanaghdam opened this issue Feb 6, 2013 · 1 comment

Comments

@ryanaghdam
Copy link

The service we are using requires attributes to be specified in child items. For example, the following is expected:

<env:Envelope>
  <env:Body>
    <ins16:updateRecipientProfile>
      <ins16:masterProperty name="email">
          <ins16:value>me@a-place.com</ins16:value>
      </ins16:masterProperty>
    </ins16:updateRecipientProfile>
  </env:Body>
</env:Envelope>

i.e. The attribute doesn't go on the method call itself, but one of the children in the messages hash passed to call.

Related to #361.

@ryanaghdam
Copy link
Author

This can be achieved by prefixing keys with @, as per Gyoku documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant