IT Process Automation

  • 1.  I need your opinion

    Posted Jan 19, 2016 02:00 PM

    Hello,

     

     

    I would create an interface in Visual Studio and develop Dot.Net.
    Do I call an IT PAM process through my form dot.net once the customer submits

     

    Is it feasible?
    Thanks.


  • 2.  Re: I need your opinion

    Posted Jan 21, 2016 09:09 AM

    Hi Samatar, totally feasible.

     

    WSDL : http(s)://pamServer:port/itpam/soap?wsdl

    Service : http(s)://pamServer:port/itpam/soap

     

    You need to use :

    - executeProcess to start a Process

    - executeStartRequest to start a Start Request Form

     

     

    Take a look in the PAM documentation, there's some info on how to call those methods.

     

    Regards.



  • 3.  Re: I need your opinion

    Posted Jan 21, 2016 06:08 PM

    Hi Samatar,

     

    I create ASP.NET websites all the time as front-ends for my CAPA processes and it works perfectly!

     

    If you are using C#, I can supply you with some sample code if you would like.

     

    Ian



  • 4.  Re: I need your opinion

    Posted Jan 22, 2016 09:03 AM

    Hey Ian, if you are willing to share, i'll take it!



  • 5.  Re: I need your opinion

    Posted Jan 22, 2016 11:18 AM

    Hello Ian,


    Thank you and I need you share with us your best.

     

    Thanks



  • 6.  Re: I need your opinion
    Best Answer

    Posted Jan 22, 2016 12:36 PM

    Hi!

     

    I have created a document with my code attached (and a compiled DLL), and wrote up a quick document to show an example of how you can use it.

     

    Hope this will help you!

    .NET API for some basic CAPA functions

     

    Thanks,

    Ian