-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently the dpdirect will log out a sample XML message when using the find operation.
This should be extended to include a sample ant task, to make development of ant-based deployments easier.
For example:
"find ApplyPatch"
# Sample XML
<man:request domain="?" xmlns:man="http://www.datapower.com/schemas/management">
<man:do-action>
<ApplyPatch>
<AcceptLicense/>
<File/>
<Reload/>
</ApplyPatch>
<man:do-action>
</man:request>
# Sample ANT Task
<dpDeploy domain="?" hostname="?" username="?" userPassword="?">
<operation>
<option name="AcceptLicense" value="?"/>
<option name="File" value="?"/>
<option name="Reload" value="?"/>
</operation>
</dpDeploy>
Metadata
Metadata
Assignees
Labels
No labels