Skip to content

Feature - Log out sample ant task when using "find" function #30

@brendon-stephens

Description

@brendon-stephens

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions