Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

How to create an Altiris ticket from an external application ?

Updated: 04 Aug 2010 | 4 comments
symitparis@technip.com's picture
0 0 Votes
Login to vote

Hi all !

I would like to, if possible, create an incident (or get all the incidents for the current user for example) from an external application, and not directly in Workflow Designer using a form, etc...

Imagine that I would like to create an incident from a .Net application. The data will be filled in the .Net form and when the user pushes a "Create Incident" button, a Webservice is called to create the incident and returns the incident ID, etc...
I thought the best way to do that was to publish a workflow (just to create the incident) as a webservice but I did not find any real example in order to help me.

Did anyone already have the same needs ? find a solution using webservice ? an other one ?

Many thanks in advance for your answers.
Regards
Sebastien

Discussion Filed Under:

Comments

Rob Moore's picture
26
Jan
2010
0 Votes 0
Login to vote

Webservice is the way to go

All you would need to do is define as input variables the items you want to populate in your ticket, and the Incident number as output so you can return the ticket number to your app. You can use a Decision only model to create the webservie.

rob

symitparis@technip.com's picture
27
Jan
2010
0 Votes 0
Login to vote

Exactly Rob! I could imagine

Exactly Rob! I could imagine that it's possible through a Decision model, the fact that I could not find any example of how to use Workflow Designer to build a Webservice and use it.

Did you already get something like that on your side ?

Thanks for your answer
Seb

Rob Moore's picture
02
Feb
2010
0 Votes 0
Login to vote

I sure have

we have several webservices running all through decision models.

Send me an email and I can show you how we did it here.

rob
rob.moore@travelport.com

P. van Leeuwen's picture
04
Feb
2010
0 Votes 0
Login to vote

Helpdesk already has an webservice

Helpdesk solution already has an webservice that can create tickets for you. Perhaps that's an solution for you?

Peter van Leeuwen

If your question has been resolved, please be sure to click Mark as Solution! Thank you.