Can workflows be triggered by Web Service updates?

Hi,
From our testing it appears that the workflows are not triggered by updates via the web services. In particular we have a workflows as follows:
Workflow Name: Opportunity Contact Role Delete
Record Type: Opportunity Contact Role
Trigger Event: When record is deleted
Action Name: Opportunity Contact Role Deleted     
Action Type: Integration Event.
The workflow is triggered correctly when we manually delete an Opportunity Contact Role via the CRM on Demand Opportunities details page, but is not triggered when we delete an Opportunity Contact Role via the Web Services. can anyone confirm this?
Thanks
John

Hi !
I can tell that WebServices are triggering workflows. I have many workflow that trigger when a new SR is created and the action is to assign a book of business. And today we have webservices creating SR and the books are correctly assigned by the workflows.
Furthermore, you have a function you can use in the workflow condition which allows you to exclude the WebServices manipulation, in order to not trigger the WF if it's by webservices. So I think that if such a function exists, it means that in standard, the workflows are triggered by webservices actions.
Hope this will help, feel free to ask more !
Max

Similar Messages

  • Laserjet Pro 400 MFP M425DN Can not connect to HP Web Services

    I have a Laserjet Pro 400 MFP M425DN  printer on a network running windows 7 and we Can not connect to HP Web Services. When we use the display on the menu it comes back with error "Internal Processing error, try again or check firmware update"  We installed the new firmware but still get the same message. IF type in our printers IP address into our browser we get the info on our printer but if we go to the HP web services tap and click enable it trys but come back with a "connection error"
    Any ideas?
    Thanks
    Paul

    I just updated my Firmware on this printer today to the latest version dated May 3 2013 and  Web Services
    worked.  Had the same type of problem you had for months and had worked with HP but could never get
    Web Services to work at my location with my Modem/Router. 
    Had tried at other locations and it would work with the old Firmware.  But for some reason it did not at my
    location with the Modem/Router I was using. 
    Again the latest Firmware fixed it.  I tried all the other solutions that I had found on the internet and non of them worked.

  • How to copy List item from one list to another using SPD workflow using HTTP call web service

    Hi,
    How to copy List item from one list to another using SPD workflow using HTTP call web service.
    Both the Lists are in different Web applications.
    Regards, Shreyas R S

    Hi Shreyas,
    From your post, it seems that you are using SharePoint 2013 workflow platform in SPD.
    If that is the case, we can use Call HTTP web service action to get the item data, but we cannot use Call HTTP web service to create a new item in the list in another web application with these data.
    As my test, we would get Unauthorized error when using Call HTTP web service action to create a new item in a list in another web application.
    So I recommend to achieve this goal programmatically.
    More references:
    https://msdn.microsoft.com/en-us/library/office/jj164022.aspx
    https://msdn.microsoft.com/en-us/library/office/dn292552.aspx?f=255&MSPPError=-2147217396
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can I call a SAPME web service from MII such as PlaceFutureHold?

    Dears,
    How can I call a SAPME web service from MII such as PlaceFutureHold?
    By using MII, I would like to develop some logic to check some values which query from SAPME database, if the value is out of spec, it needs to send a emal to inform user ans also hold the SFC.
    Thanks!

    With Web service action block you can view all ME available services
    in I.E
    https://sapme:5000/manufacturing-services/ProductionServiceService?wsdl  you could see your FutureHold service
    To do that in MII, you need Web Service action block. Have you work with MII transaction before?
    (saw your post in MII)

  • Can we publish Flows as Web Services in SAP BODS ? How ?

    Hello Friends,
    Can we publish Flows as Web Services in SAP BODS ? How ?
    Best Regards,
    Bheem.

    Hello
    Batch jobs and real-time services can be published via the Data Services web service.  See the Integrator Guide for full details - http://help.sap.com/businessobject/product_guides/sbods42/en/ds_42_integrate_en.pdf
    Michael

  • P6 web service update activity date

    Hi guys,
    I am using P6 web service to display the activity start and finish date in a .net web application.
    When I change the finish date on the website, the date in p6 will also be updated. However, the date in p6 is always one work-day earlier than date in my web site.
    For example, I read the date from P6 to web. It is 02-March-2014, same in P6 and my web. Then I change it to 12-Nov-2014, click update. The UpdateActivitiesResponse is true.
    Then I go to P6 and refresh the date, the corresponding date become 11-Nov-2014.
    The problem only happens on those un-actualized finish date. The activity start dates and actualized finish date can be updated perfectly.
    Anybody has some idea about this bug? I don't think it is the web service problem, maybe the setting up of the project.
    Thank you in advance.
    Michelle

    Hi Kean,
    when you are updating an existing line you must use SetCurrentLine so the UI knows which line you want to update. Here is a short sample where i will update the quatity and price of every line in my existing sales order:
        Dim oSO As SAPbobsCOM.Documents
        Dim i As Integer
        Set oSO = ocmp.GetBusinessObject(oOrders)
        If oSO.GetByKey(191) = True Then
            If oSO.Lines.Count > 0 Then
                For i = 0 To oSO.Lines.Count - 1
                oSO.Lines.SetCurrentLine
                oSO.Lines.Quantity = 200
                oSO.Lines.UnitPrice = 10
                Next i
            End If
        End If
        ret = oSO.Update
    Cheers,
    Lisa
    Business One Forums Team

  • CUP 5.3: risk analysis in workflow impossible due to web service performance?

    Hello experts,
    We are facing a huge challenge within a AC 5.3 implementation.
    Here, AC has been used successfully with CUP and RAR for quite some time now. However, the RAR analysis has not yet been integrated into the CUP workflow. We would like to integrate the RAR analyis in CUP now.
    Based on the existing role concept (that uses functional master roles and derived roles per company code, with ca. 30 company codes in place) and the shared service operations in some areas such as FI, there is a large number of users with many roles and consequently, many SoD risks (of course, they are all "repeat" risk per company code).
    This leads to a long RAR analysis run time, but it's still acceptable. Analysis on permission level for such "power users" runs about 1 minute, on action level about 5-6 seconds.
    However, the web service between RAR und CUP is a problem and cannot cope with our violations. We have currently set the threshold to 75000. In this case, the analysis + web service runs 1-2 minutes. However, we have some users with 200-300.000 violations. In this case, if we deactivate the threshold, we will experience a web service time-out eventually, even with analysis on action level because the amount of violations the web service has to process is the same (or even higher with some false positives).
    We also have compensating controls in place for these power users, which will of course reduce the web service run-time considerably. However, this is not applicable to NEW user requests because for those, the compensating controls will be assigned only AFTER the risk analysis has taken place and the risk manager receives the workflow item.
    Has anyone experienced this in the past and found a viable solution or work-around? We are basically short of options and considering dropping the project.
    Note: An upgrade to 10.X is not (currently) a solution because this upgrade is scheduled and budgeted only for later.
    Thanks a lot and best regards
    Patrick

    Any opinions on this?
    Cheers and thanks
    Patrick

  • How we can call asynchronous jax-ws web services in OSB 10g r3?

    Hello everybody,
    We're using the Oracle Service BUS 10.3 here, and we'd like to make some calls from business services to web services in some asynchronous way.
    We know Jax-ws provides the callback way and the pooling async way to call it, but as this kind of "operations" are generated in the service consumer stub (and our service consumer rigth now is the OSB itself through the Business Service), we are trying to discover how Oracle Service BUS would use this async feature.
    IMHO, the callback approach would be better, since the response pipeline itself should be trigged when the response is ready.
    Is the OSB 10.3 ready to use async calls with Jax-WS or we should continue using Jax-Rpc with soap over xml to solve this issue?
    Thanks!
    Edited by: lucas.teixeira on 26/05/2009 05:05

    It is important to remember that in our situation here, we'd like to use the Jax-Ws specification. We could use the Jax-RPC and call our service using the JMS transport and the @WLJmsTransport, we know, but this is out of our plans, since the WL implementation of it will enqueue every requisition in just one consumer for the WS.
    Anyone can help us calling async jax-ws services from the OSB ?
    Thanks!

  • Coldfusion can not connect to HTTPS web service

    Hi,
    So I have Win 2008 R2 Server running coldfusion10 and when I try to get it to connect to this https webservice I get
    Error creating web service. Please ensure that you have
    entered a correct Web Service name or URL
    I have the SSL cert in the keystore and I can browse to the service from the broweser on the server not really sure what else might be causeing it I though maybe some XML version issues but it it able to connect to other services with this XML version that are not HTTPS.
    Thanks for all the help ^^

    Which keystore are you referring to. Make sure it the [cfpath]/runtime/jre/lib/security/cacerts store. (I'm using CF9 so the path might be slightly off but it's still "cacerts" from what I remember).

  • Can universe connect to restful web service which is not soap based

    Can universe connect to restful webservice? I know it is allowed to connect to SOAP webservice. Currently is using WSDL1.1.
    How about restful web service which does not have any wsdl file?

    Hi,
    there is a chapter - Security Configuration at Message Level
    in XI config guide which specifies everything you need - this is what you need
    so I hope no further explanations are necessary
    Regards,
    Michal Krawczyk

  • Can I use third party web services that communicate via http-post with webui builder?

    Hi, 
    I have 5 computers (services) that are controlled via http-post. 3 of these services are implemented as labview webservices, 1 is labview socket (with python http-wrapper) and the last one is implemented with c# (lighttpd + cgi). 
    Can I use webui builder to controll all of them? Or, what is the simplest change so I can use webui builder?
    What I would like to do, is to change the current javascript-UI to labview-webui. For the interfaces implemented with labview webservices, this is not a problem. For non-labview services, I don't know if it is even possible.
    br,
    Juha

    To add to Mike's answer, the only caveat is that the server needs an appropriate clientaccesspolicy.xml file at the root level (http://yourserver/clientaccesspolicy.xml), or a completely open crossdomain.xml file, for the editor and built apps to be able to communicate with it. There's a help topic which explains this in the context of LV web services, but it's true for Web UI Builder to be able to communicate with arbitrary web servers also.
    Since it sounds like you control all the web servers in question, it shouldn't be too difficult to get this file in place, though.

  • Can IREP can be utlized to "DEPLOY" web services in 11.5.10

    Hi
    IREP is a wonderful repository of all service endpoints or say compilation of all integrations for Ebiz suite.
    From R12 onwards it even helps deploy web services.
    But I can't seem to understand how in R11.5.10 could IREP help to deploy a web service. If the idea is to access IREP from Jdeveloper within a BPEL or ESB project then that is a separate thing and is recommended.
    In 11.5.10 it appears otherwise IREP just provides a generic WSDL that is not specific to a particular Application instance since irep in 11.5.10 doesn't ship with the install.
    How can one deploy a web service in 11.5.10 from IREP?

    Hi
    You have to read XML gateway documentation to get an idea for this. R11.5.10 gives you a generic WSDL for you to supply to your web service subscribers. I was able to enqueue a message successfully through BPEL by utilizing the WSDL supplied by R11.5.10 instead of using an AQ or Oracle Adapter.
    The functionality of IREP is much more exploited in R12 compared to 11.5.10 and my personal beleif is that from R12 onwards it is of much use. Look at R12 IREP documentation. You will need to log in as sysadmin or with integration repository admin priveledge to deploy the web service but you can see it through other users as long as the resp is assigned to you and you can deploy XML Gateway and Service Beans based web services from with in R12.
    Good Luck

  • How can we make a external web service call within tjspSelfRegistrationTile

    Hello Gurus,
    Can anybody tell me how can we include a JAVA code within the tjspSelfRegistrationTiles.jsp page? so that we can make a external web service call which includes the logic of validating the UDF values?
    The requirement is to validate the value of a field provided by the user on the OIM self registration page. If the user has provided invalid value for that particular field then the user should not be able to register himself - an error message should be displayed. I have to compare the value provided by the user with some already hard coded ones within the JAVA code. If the value of the field is one of the hard-coded ones then only the user should be able to register himself.
    Any Response/ideas/concepts truly appreciated.
    TIA,
    - oidm.

    Have you ever tried something like this?
    1) Create an error message definition where error code starts with Adapter. for example, ADAPTER.Invalid_TemporaryAccess_Dates.
    2) Create an entity adapter and assigns it to the Request object, pre-insert;
    3) Logic of your adapter
    Tests if the REQ_OBJ_ACTION is Create Entity
    Performs your validations
    Handles an error the validation is not ok
    Thanks,
    Renato.

  • Can't setup ePrint and Web Services on my New HP Officejet Pro 8600!

    I just purchased a new HP Officejet Pro 8600. I setup the printer following the setup wizard: my home wireless network work perfectly and the printer prints great. I am now trying to setup ePrint but I get the following error:
    "Cannot connect to the server.
    Check the Internet connection and try again. Or contact your system administrator or the person who set up the printer. If your network requires a proxy server address to connect to Internet, click Enter Proxy or check your browser settings."
    I don't use any server proxy and my OS System is Windows 7 64 bit.
    Someone can help me?

    I just went through this a few days ago.  I had changed internet service providers and thus had a new router.  My hpconnected migrated from hpeprint andkept saying it was not connected to the network and hpconnected status kept saying 'offline'
    This totally worked:
    on hpconnected.com remove your device
    on your printer or from hp printer software on your system 'remove web services'  
    readd webservices, your printer will print the new information with the claim code
    add your device back to hpconnected with the new claim code
    and wah lah....you are connected to your network through webservices
    you will need to create a new hpeprint email as a result
    PS on the set up when it asks for Proxy Settings and you have ATT Uverse these do not exist so just leave the areas blank

  • Can't install Microsoft Exchange Web Services Managed API 2.0 - message says it is already installed but it is not.

    I tried to install the Microsoft Exchange Web Services Managed API 2.0 but I got a message saying it was already installed and that I should un-install it.  However it does not appear in the control panel un-install a program list.  I am using
    VS2013 on windows 8.  What can I do to get it to work?
    Mike VE

    Hello,
    Thank you for your sharing.
    If you have any feedback on our support, please click
    here
    Cara Chen
    TechNet Community Support

Maybe you are looking for

  • How to add new field to table control data not displayed

    hi I have added some nwe fields to already existing table control added three new fields... though the recoreds are inserted in teh table properly with the three new fields user id data and time fields but on display only the data is not shown in the

  • PDF Form Takes More Time To Open  when using designer 7.1.3129.1.296948 + Reader 8 above

    Hi All, When i am developing the adobe interactive form Using designer 7.1.3129.1.296948,After that I converted to PDF. When I am opening the PDF form its takes more time(Using reader version 8.1.2). How to resolve This problem ? Regards, Boopathi M

  • How can I create a Title for the worksheet in Discoverer Plus

    Dear members, I am using discoverer 4i Plus to create workbooks. I am not finding an option to insert a title for the worksheet. In Discoverer Desktop we have a separate option to insert or edit a title. I am not sure how can we create titles in Plus

  • Table of Contents with tabs

    I'm having issues formatting my TOC in CS4. The headers in my document include tabs, so I can't create a paragraph style for those headers with a tab leader without it affecting my headers. What I'm trying to get is this: 1. [tab] Executive Summary [

  • What is the use of Streams Pool in oracle Architechture?

    Dear All, I am new to oracle, Could you please explain me what is the use of streams pool in oracle Architechture? My Understanding :- ( As far as i know it is an optional memory buffer, used in distributed environment like multiple servers hosting a