Getting the activity process instance information

We need following:

The process instance will be created manually or integration of another system. It is not possible to have two instances running in the same process, so we want to check if there is already an instance running for a given process. The company information that uniquely identifies the process are attributes of the process data object.

We know how:
(1) check if it is already existing instance of the process that gives the information of the company that identifies it
(2) check that the existing instance is running or completed completed

We want to know if there is no existing API, we can use to achieve the needs above, what are their and where you can find more information of their use.

We tried to look in the documentation of the API which methods might be useful, but we were not able to identify the existing documentation, any one who was able to attend to our needs.
We have also not found any topic in this forum on this topic.

If possible, please give us some examples of use.

Version: Oracle BPM 11g

Hello

In SOA Suite 11 g, you can use the Java API with Composite sensor to achieve this behavior:

1. first create a composite sensor in the operation to create the composite process instance, during initialization of the sensor with the company information that uniquely identifies the process. This composite sensor can be used to locate the composite instance EM or through the API. See http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_compsensors.htm#insertedID0 for more information about the creation of Composite sensor

2. with the help of the Java APIs (http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e10659/toc.htm), find the composite instance by the Composite sensor, as explained: http://blogs.oracle.com/soabpm/2009/08/soa_suite_11g_-apipart_3_-_f.html. With a reference to the composite instance, you can check its States of internal components.

The following libraries must be imported in your java project:
- /oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar
- /oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar
- /wlserver_10.3/server/lib/weblogic.jar
- /oss_11gr1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar
- /oracle_common/webservices/wsclient_extended.jar

I hope this can help.

Kind regards
Rafael

Tags: Fusion Middleware

Similar Questions

  • I just bought an iphone 6 s second part and I got home put my SIM in there turn it on you try to start the activation process and he says that the phone is lock icloud, I tried calling get him etc. but he gave me the wrong information help please 91026128

    I just bought an iphone 6 s second part and I got home put my SIM in there turn it on you try to start the activation process and he says that the phone is lock icloud, I tried calling get him etc. but he gave me the wrong information and I called apple, they said that its nothing they can do without evidence of perchise im broke I spent all my money on the phone, does anyone know any software free or something me please txt to 9102612856

    @Santonio99

    You probably bought an iPhone stolen 6. Mine was stolen in Barcelona in Spain on June 10 by a pick-pocket. Fortunately, there is absolutely nothing you can do to make an iPhone locked to the activation of the work.  You have a paper weight.

  • I want to move my hard drive from a computer with a motherboard dead to a newer machine. The activation process for Windows XP SP3 failed.

    I want to move my hard drive from a computer with a motherboard dead to a newer machine.  The activation process failed.  How can I get the operating system XP Professional sp3 reactive?  I have the code original and other info.

    original title: Moving the death machine drive

    Hello CarrolScott,

    The activation problem arose because the hardware on your current computer does not match that of the hardware on the machine whose mother is dead.

    The best option for the reactivation is to use the telephone line. This, unfortunately, is automated and may refuse to turn on your system; However, don't despair just rest on the line after the automated atcivation crossed its procedure and you will be transferred to a real person. Tell this person you've done, and it should be able to help activate.

    See this link from my Web site: http://vistasupport.mvps.org/product_key_already_in_use.htm

    This forum post is my own opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS.

    John Barnett MVP: Windows XP Expert associated with: Windows Expert - consumer: www.winuser.co.uk | vistasupport.mvps.org | xphelpandsupport.mvps.org | www.silversurfer-Guide.com

  • I get the message "process host windows (Rundll32) has stopped working" & "Windows Explorer has stopped working".

    When I go to one of the three users on a Vista Home system, I get the message "process host windows (Rundll32) has stopped working" & "Windows Explorer has stopped working".

    I ran SFC and chkdsk for this user, (took 2 hours) and it is not fixed. Help, please?

    I ended seting up a new user for my wife, the user who is messed up. and I overcame everyting execpt his address book/contacts. She wants me to fix the first. Help, please.

    SpamLessSN

    Hello

     
     
    Are what contacts/address address you referring to?

    Perform the following steps in order to correct the damaged user account
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile
     
     
    Hope this information helps.
     
  • How to get the active screen of the BlackBerry application?

    Hello

    I'm trying to get the active screen of the BlackBerry application, for example the home menu.

    I tried to use the screen ActiveScreen = getUiEngine () .getActiveScreen () in my code, but found error during execution.

    I know that this is because the getActiveScreen() method applies only for screens created by this application.

    So is there a way to capture the screen of the other application, for example the mail filter BlcackBerry?

    Thank you.

    Not wanting to not to repeat me, but there is no general way to get access to the Screen of another application object, unless you are on good terms with this application - which basically means that you have access to the instance UiApplication.  You cannot ask the operating system to get that to you, you must have a way to get you.  Which implies execution of something in the context of the Application.

    Even in this case, you may not be able to do what you want.  You will probably need to iterate over the screen and content managers and find the field you want, and even if it covers anything you understand (like BasicEditField) it still cannot handle standard things like setText in a way that is useful to you.  And you might not find fields you recognize, if you access a browser screen, I think you'll find there \are RIM not standard fields in there, so there is nothing you can interact from a standard application of the RIM.

    If you want to do this kind of treatment in General, that will deal with in a number of applications, you should watch event Injection.

    There may be other options for specific applications.  For example, you can simulate of electronic mail by writing a program that sends an email, rather than interact with the BlackBerry.  Or for the same application, if you try to test the headphones, then the listener has access to the UiApplication.  Aye, we be able to help you find approaches less General in some places, if we understand what you're trying to do.  This is the reason for the specific question that I asked in my last post.

    Regarding your second question

    "Another question is, can two separate applications of myself interaction by the user interface?

    For example, to call app2. ButtonField.click () or something. »

    It is in fact just an extension to your first question.  The difference is that you will find the UiApplication associated if both applications are on good terms, in fact you can "spend" the UiApplication via a Global event.  Once you have the UiApplication, you can use

    .invokeLater (...)

    to run the user interface code in the other Application.

    But I look at injector event because I think it might be a more general solution.

  • Is it possible to get the activation code of the older PC so that I can use it in my class?

    Original title: Activation of Windows 8.

    If there is some time I had windows 8 pro to use in my construction of future games. Not knowing I could install it on 1 computer (thought it would be at least 2) I installed it as a test on my desktop PC previos where it has not yet run properly cause it was an older model (and if you haven't used since then, cause I have a laptop with Windows7). But now my PC gaming is finished and I suddenly find I could activate only on 1 PC.

    So my question is. Is it possible to get the activation code of the older PCs (that I use even more, maybe even remove it) so that I can use it in my class? Or that the activation code and the money just went in the toilet?
    I could install Windows 7 to 2 different PC-s(didn't try more cause there was no need) with no problems and it wasen can't pack family, why is Windows 8 different? Sometimes errors occur.
    Ask cause I went all on buy the parts, I have no money to buy a new copy of windows 8.
    Awayting for your answers.
    Thank you
    Edit! Maybe I'm a solution. Going to try it out after I return to work.
    It's the solution

    "I have Windows 8/8 Pro is installed on my PC." If I replace with another PC, can I install my copy of Windows 8 on my new PC until I remove it from the other? »

    Yes. The highest point is the one you mentioned: you must remove Windows 8 from your old computer before you activate on the new. In other words, you can have your copy of Windows 8 or Windows 8 Pro running on a single computer at a time.

    Another thing to keep in mind is that if you have installed an upgrade copy under license of Windows 8 on a computer and then you want to use it on another computer, the same 'upgrade' rules apply: you must have a previous version of Windows on the computer before you install Windows 8. You can ignore this rule, if you started with Windows 8.1

    Important: You can't "move" Windows 8 or Windows 8 Pro on another computer if your computer is pre-installed with Windows 8. Your copy of Windows 8 is what OEM licensed which means that you are allowed to use Windows 8 on the computer on which he came already installed on.

    "How many times can I reinstall Windows 8 on another computer? Assuming I follow the rule 'uninstall old installation', peux I keep installing Windows 8 on different computers? »

    There is no limit to the number of computers that you reinstall Windows 8 on as long as you follow the rules, that I discussed in the last question.
     

    Hi NeemeK,

    We appreciate the research you have done to find more information on this issue. The information you found were correct.

    OEM product key can only be used with the computer on which it is installed on.

    When the operating system is not active (uninstalled) in the old computer, you can install it on the new computer. This applies to any number of computers you use.

    If you get any errors, you can perform the activation of the phone.

    http://support.Microsoft.com/kb/950929/en-us

    Hope that the information provided is useful. Do not respond if you need more help.

  • How can I get the activation code for PC Defender?

    I have a dell netbook.  It has viruses on it.  PC Defender is constantly on it saying that if I put in the activation code sent to my e-mail address, it will remove the virus.  The code was never sent.  I can't access it from my netbook, but I can check my email from my other laptop.  How can I get the activation code so can clean my netbook?

    PC Defender is a rogue security application.  It is also a malware!  You can remove it by following these instructions:
    http://www.bleepingcomputer.com/virus-removal/remove-Windows-PC-Defender
    Trader2100

  • did not get the activation key with my Windows 7 Home records. How do without pay $49 for technical support?

    did not get the activation key with my Windows 7 Home records. How do without pay $49 for technical support?

    You can connect to the Microsoft Store and retrieve your product keys:

    Find your key product if your purchase of Microsoft Store:
    http://store.Microsoft.com/Help/FAQ?Err=T2#AT2

  • What is the activation process of win7 if you change hard drive in the desktop

    I want to change my drive hard in my office to tell me the activation process of my win7 software(O/S) present in the new hard drive replaced

    If you use a 'disk cloning' software, you should not do an activation.  Disk cloning software, like Acronis True Image, copy your installed Windows 7 from one disk to another.  Several disk hard manufacturer providing this type of 'free' software on their web site(s.)

  • I have upgraded to Windows 10. I have Adobe InDesign CS3. It runs but requires a reactivation. I get the activation message - no connection.

    I have upgraded to Windows 10. I have Adobe InDesign CS3. It runs but requires a reactivation. I get the activation message - no connection. There is no other way to activate - no phone support. I also tried uninstalling and reinstalling. It makes no difference.

    Hi Peter,.

    Thanks for your time. I solved this by chatting to the support team. I have

    convince them to issue me with an authorization code that you normally would

    Get the phone activation which is no longer supported in the United Kingdom. This seems

    having solved the problem of Activation.  I suspected that the final result would be

    be that they'd tell me that CS3 doesn't run on Windows 10 but for now

    It seems OK.

    Kind regards

    Dave

  • Getting the activity of contact data?

    Hi all

    In trying to get the ProcessedActivity of database entities, I always get 0 record.

    Should be a config change to record activities?

    Moreover, in trying to get the RESTful API activities, I send requests to each contact id and each type of activity of the 8 types (emailOpen emailSend, emailClickThrough, emailSubscribe, emailUnsubscribe, formSubmit, webVisit, campaignMembership).

    But each application would expire.

    When obtaining accounts and Contacts, it works well, and records of result would be returned in a few seconds.

    So, what should I do especially for activities?

    Any suggestions?

    Thank you

    Biao

    Extraction activities in bulk via SOAP by the ProcessedActivity only works if you have the internal queue previously activated for you, and you have the activity according to the internal events that log information that him. It will store data up to 45 days. So 0 results could mean it is not enabled, your internal events are disabled (or external calls in them have been deleted) or your date range is beyond the data you have, or simply the filter on your query returns no data. You can read more here:

    The queue of activity processed (AQP)

    And here:

    Eloqua API how: retrieve data of activity through the API

    To make queries through the REST, if you get HTTP500, try again with a shorter period of time and a small page to test. If you're pulling for one year (maximum) and contacts a large number of activities, the db simply may not have able to extract the data in time. To clarify on the levels of support for REST 1.0 - product compatible will address all the problems that you encounter with him and log defects or feature requests as needed. From there on, dev may specify what level of action, we can provide on this particular workflow or an end point. REST 2.0 is not supported because it is not contractually stable and may change between versions. If the behavior/feature you need is available at REST 2.0 and 1.0 not, then certainly, you can consider using it, but it is not recommended because of this reason.

    For activity in general, exports in bulk 2.0 export activity are available. They have the advantage to be more effective than the REST, which is 1 call per contact by type of activity, and support the date more 1 year ranges. During the SOAP/QIP method, there the advantage of not requiring installation and changes to your integration area, as well as no drop of data after 45 days.

  • create the new process instance

    Hello

    How can we create a new instance of processes other than in global activity. Is there a way on this?

    Hi Anuraq,

    Know I'm leaving on a couple, but there are several ways you can create a new instance of the work item in a process:

    (1) this is how you create an instance in a process using the logic in the activity of the automatic method. This example uses the "Fuego.Lib.ProcessInstance.create ()" method below within a process:

    // "args" is an associative string array (Any[String])
    argsIn as Any[String]
    // this assumes that the Begin activity has two argument variables
    //   named "nameArg" and "amountArg" and you're setting them
    //   to the variables "name" and "amount" respectively
    argsIn["someArgVarName"] = "Hello"
    argsIn["someBpmObject"] = myBpmObject
    
    // logic here to determine the name of the process to create an instance in
    idOfProcess as String
    idOfProcess = 
    ProcessInstance.create(processId : "/" + idOfProcess, arguments : argsIn, argumentsSetName : "BeginIn") 
    

    ProcessInstance is in the catalog inside Fuego.Lib.

    The processId parameter (the variable "idOfProcess" in the logic above) is the thing that I most often live with that. This is the text that you see when you process in the project right-click browser tab-> "Properties". Look at the value in the field 'Id' and not the field 'Name' (the name without a space). Prefix with "/" as presented here and if you have deployed this using a unit of Organization (UO) then prefix this chain also.

    The third parameter is almost always "BeginIn". Start of activities in a process can have several incoming argument mappings, the default value is "BeginIn". See your, double-click the process Begin activity and seek on behalf of mapping in the upper left corner of the dialog box.

    "argsIn" is the set of variables of incoming arguments you want to spent in the process. A common error is to type the names of the variables argument entering without the double quotes, as follows:

    . . .
    // this will *NOT* work
    argsIn[someArgVarName] = "Hello"
    argsIn[someBpmObject] = myBpmObject
    . . .
    

    Here is the correct syntax:

    . . .
    // this *WILL* work
    argsIn["someArgVarName"] = "Hello"
    argsIn["someBpmObject"] = myBpmObject
    . . .
    

    In this example, the process has two argument variables. It doesn't matter if the incoming arguments are arguments of primitive type (e.g. String, Integer, Decimal...) or objects of BPM, it is always in the same way. In this example, there is an incoming string argument, called "someArgVarName" and an argument entering BPM object called "someBpmObject".

    (2) the overall activity of creation - creates automatically an instance based on human interaction - requires no other logic to set the argument variables you want to spent in the process mapped to instance variables. If it is decided in the screenflow associated with this activity that you do not want to create an instance after all, he just needs to hit an automated task to screenflow creations worldwide that has logic 'action = CANCEL'

    (3) Interactive global activity - also based on human interaction, it can create an instance when you get inside screenflow Interactive global activity to an automated task that has the logic of Instance.create () above.

    (4) using the Fuego.Papi.Instance.create method using the logic inside a process.

    (5) using the Java PAPI:

    fuego.papi.Arguments arguments = Arguments.create();
    arguments.putArgument("inArgument", "MyArgument");
    String consolidatedProcessId = "/SomeProcessNameId";
    String argumentSetName = "BeginIn";
    fuego.papi.InstanceInfo instance = session.createProcessInstance(consolidatedProcessId,argumentSetName,arguments);
    

    (6) with the API of PAPI-WS (Web Service), you can create an instance in a process using a web service call.

    (7) a process can create a new instance in another process by using the activity subflow, which creates an instance in a child synchronously sub-process and expects the result to return once the instance in the child sub-process reached the end of the process activity. The parent process, you would correspond to the variables of the arguments incoming and outgoing of the child called process with instance variables in your parent process.

    (8) a process can create a new instance in another process using the process creation activity that creates an instance of an asynchronous child subprocess (fire and forget), but does not expect the child to respond to the parent company. Once the child is initiated, the mother continues its flow. The parent process, you would correspond to the variables of the incoming arguments of the called child process with instance variables in your parent process.

    Dan

  • Reference Dell - who do I call to get the activation on the left 6 days of vista help

    I hacked on computer dell laptop inspiron 1420 and blocked password, the computer for all purposes is dead!

    I out the hard drive and inserted in a usb enclosure and installed the vista that was on the dell for hp pavilion desktop.  I'm an injured worker, Corp. will not support of human rights and therefore CAT must comply the Corp. who pay them, I have no income, dependent on family and friends, social services are so corrupt, I refused to comply with their conditions of dictatorship and claims, that violate my constitutional rights Canadian.

    I paid almost $1300.00 for Dragon Naturallyspeaking Professional 10 and it will not work on windows 8, unless I pay Dragon $200 more to upgrade, without money, it's like a dream to get this money and dell and Microsoft on a day of phone calls would give no rights of activation on the HP, even if it is the only computer in use.

    Help.

    I out the hard drive and inserted in a usb enclosure and installed the vista that was on the dell for hp pavilion desktop.

    Hello

    The Dell laptop was not "for all purposes is dead!"

    What you had to do was to reinstall the operating system.

    __________________________________

    You can't legally transfer the pre-installed operating system that came with the Dell machine to an HP machine.

    Read this information:

    "If the computer laptop/computer came with preinstalled Windows operating system (Dell, HP, Acer, etc.), this product key provided with your computer/laptop to the OEM license preinstalled and is not transferable."

    OEM license/product key (systems of operating pre-installed on Dell, HP, etc.) is related to the first machine it is installed on and dies when dies of this machine.

    Only retail Operating System license that you buy and install yourself, are allowed to be transferred to another machine.

    And retail licenses also can be installed on a machine at one time"

    ________________________________

    Reinstall the Systwem running on Dell machine.

    You can contact Dell and ask them to send you a set of recovery disks (if you don't have them).

    They should do this for a small fee.

    You should have them if you reinstalled on the HP computer.

    If you have moved single hard drive from one to the other > put the hard back where it belongs and see if pressing F8 at startup > then selecting the Options Advanced startup starts the reinstall on the Dell computer.

    "How to replace Microsoft software or hardware, order service packs and replace product manuals.

    http://support.Microsoft.com/kb/326246

    .

    Some manufacturers have more available Vista recovery disks.

    If this happens, you may need to try this instead:

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    And you need to know the version of 'bit' for Vista, as 32-bit and 64-bit editions come on different DVDs

    Here's how to do a clean install of Vista using a DVD of Vista from Microsoft:

    "How to do a clean install and configure with a full Version of Vista '

    http://www.Vistax64.com/tutorials/117366-clean-install-full-version-Vista.html

    And once the operating system is installed, go to your computer manufacturer's website and get the latest drivers for your particular model or laptop computer.

    And phone Activation may be necessary when you use the above installation method.

    "How to activate Vista normally and by Activation of the phone '

    http://www.Vistax64.com/tutorials/84488-activate-Vista-phone.html

    See you soon

  • Always get the host process for Windows Services has stopped working

    I read all responses answered messages ago. I did everything in the answers and always without result I always get the suggested message. Can anyone help with this? Here is the error log

    Signature of the problem
    Problem event name: APPCRASH
    Application name: svchost.exe
    Application version: 6.0.6001.18000
    Application timestamp: 47918b 89
    Fault Module name: ntdll.dll
    Fault Module Version: 6.0.6002.18327
    Timestamp of Module error: 4cb73436
    Exception code: c000071b
    Exception offset: 00088d 15
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Additional information 1: 0e02
    More information 2: b21b56b606e7544720668ce364087082
    3 more information: 0e02
    Additional information 4: b21b56b606e7544720668ce364087082

    Hello

    The SVCHOST. EXE is connected to many different processes and it is not uncommon to be asked to run a number of times.  As long as Svchost.exe is requested in the system32 folder is not the issue.

    Method 1

    In many cases this would happen because of security software installed on the computer.

    I suggest you disable the security software installed on the computer and check.

    Disable the anti-virus software

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    Method 2

    If the previous step fails, then it may be due to infections of virus or malware on the computer, I would say that you scan and remove all infections from the computer and check.

    The scan below only works on the 32-bit version of Windows

    http://OneCare.live.com/site/en-us/default.htm

    You can use databases of Microsoft security to scan your computer

    http://www.Microsoft.com/security_essentials/

     

  • Classic mode by using the Alt + Tab - needs to get the active window

    I'm running Win7 Ultimate mode classic (the aero mode was just too much visual noise) and for years, I used the Alt + Tab to switch between applications. Starting with Vista, the content of the Alt + Tab pop-up window sorts and does not retain the positions she had in XP. Y at - it all the settings that I can change to get the unsorted window XP. With sorting darn, I'm looking for 'the' the window, I want to bring to the fore. I almost always several applications running (10-20) and several windows in each application, so it is not uncommon that I'll have 30-50 windows open when I'm researching a topic and try to create a document or a presentation on the topic.

    Hey jgt,
     
     
    Here is a workaround to get the classic Alt + Tab bar.
     
    1. open the Explorer Windows & a few applications so that you can start using Alt + Tab feature.
    2. press Alt + Tab keys to display the keys Alt + Tab bar.
    3. without releasing the keys, press another Alt key once and release the second ALT.

    Note: Do not release Alt + Tab again.
     
    4. now, press the Tab key to see the classic Alt + Tab bar.
     
    Note: You will need to repeat this procedure each time you want the feature back.
    If you are comfortable with the registry, you can disable the Aero Alt Tab permanently.

    If you are comfortable with the registry, you can disable the Aero Alt Tab permanently.

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following windows Help article.

    Back up the registry
    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

    To get the classic Alt Tab functionality in Windows 7 the Registry Editor:

    1. go to start, type regedit and press ENTER.
    2. go to the location following HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
    3. in the right pane, create a new DWORD AltTabSettings and set its value to 1.
    4. now, whenever you you press the keys "Alt + Tab" together, he'll show Windows XP style classic screen Switcher "Alt + Tab" rather than the new screen.
    5. to restore the default active Aero Switcher "Alt + Tab" screen, simply delete the DWORD AltTabSettings, created in step 3. Log out and sign in again to take effect.

    Hope that solves your problem.

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Apple Watch face

    Hello!  The face on my Apple Watch will expand such a large size that I am unable to even powering down to reset!  Sometimes, if I just put it on the charger for an hour about (even if there are a lot of left power) it will return to its normal size.

  • Satellite A200 cease automatically charge the battery?

    I'm really tierd of pepole telling me I have to unpluge the charger after the battery full coz to come if I still taken in the charger, the battery will be lost after all the time. I need the Expert pepole here to tell me is the Toshiba Satellite A20

  • Random values in the transmission of TCP

    Hello I capture a unique setting in grayscale (160 x 120) and sent via TCP to a C program. The problem is that, before the reading of the values of actual pixels in the console, the first 8 bytes is composed of some two random values "120" and "160",

  • What happened to the ability to convert. VOB files?

    So I had very good luck to convert the .vob files created by DVD Shrink to my rocket by MSC, until I rebooted it.  Now, the interface is different (at least in color) and I can't convert the .vob files more.  Is this a malfunction of a software upgra

  • SSL certificate for access to the administration of a WSA

    Can someone point me to a guide on how to install an ssl certificate for access to the administration of a WSA? Curiously, all the documents that I could find so far talk of SSL certificate for HTTPS decryption...