We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
messages
call
Related to #361.
The text was updated successfully, but these errors were encountered:
This can be achieved by prefixing keys with @, as per Gyoku documentation.
@
Sorry, something went wrong.
No branches or pull requests
The service we are using requires attributes to be specified in child items. For example, the following is expected:
i.e. The attribute doesn't go on the method call itself, but one of the children in the
messages
hash passed tocall
.Related to #361.
The text was updated successfully, but these errors were encountered: