Workflow Soluiton

 View Only
  • 1.  How to create a new Software Update Policy via URL call?

    Posted Aug 09, 2010 07:37 AM
    I'm creating an alternative Altiris 7 console by using Workflow Solution just can't figure out how to create a new Software Update Policy with Workflow Solution.

    I would assume that calling the right URL would do the trick, but I just can't figure out, how to format that URL. Any help is appreciated.


  • 2.  RE: How to create a new Software Update Policy via URL call?

    Posted Aug 12, 2010 11:16 AM
    You are going down the right path.  There are several existing WebServices that you could leverage and there are many more available through the SDK.  To use them in workflow you need to either import the applicable component library (so you then have those components available to you) or you may need to generate your own Integration library from the WebService and them import that component library.

    I had to do something similar to be able to insert attachments to Helpdesk 6.5  from a Workflow 7 process.

    Sorry I don't have a full detailed answer.  I am too busy to dive that deep right now.