You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When I call build on the Operation object, it just creates an empty "actiondoc" element. "<env:Body>\n <lol0:ProcessVarRequest>\n <lol0:actiondoc/>\n </lol0:ProcessVarRequest>\n </env:Body>\n</env:Envelope>\n"
I have an issue creating the request XML in an Operation object
This is relevant part of the WSDL:
This is the result of calling
example_body
from the Operation object:{:ProcessVarRequest=>{:actiondoc=>{}}}
This is Hash that is passed in to the Operation's body:
{ ProcessVarRequest: { actiondoc: { nocsvc: { ... } } }
Sekken::XML::Element for "ProcessVarRequest":
When I call
build
on the Operation object, it just creates an empty "actiondoc" element."<env:Body>\n <lol0:ProcessVarRequest>\n <lol0:actiondoc/>\n </lol0:ProcessVarRequest>\n </env:Body>\n</env:Envelope>\n"
Expected:
How can I properly generate the XML request body to show the nested elements? Is this a problem of it being an "any" type?
The text was updated successfully, but these errors were encountered: