List service notifications web service

I'm not sure where to put this question - so I thought I would try here
We use service notifications.  These are created through transaction IW51 and listed through IW58/IW59.
We have Microsoft Share Point as well.
The Share Point people are asking me - is there a web service or some existing SAP function to download the service notifications in XML so that they can load it into Share Point and produce some reports there.
I am not good yet at finding existing web services in SAP.
I searched through here:  http://esworkplace.sap.com.
I also searched SDN and did a little debugging in IW58/IW59.
I also looked at SICF and SOAMANAGER.
I know how to create a web service and deploy it.
I have not been successful in finding existing SAP web services that may be there just not activated.
Any help on finding out where this might exist (if it does) - and also some help on how to find things like this in the future would be appreciated.
I get questions like this periodically from other groups asking if a web service already exists to download infromation from SAP and I haven't figured out how to find where they might exist.
Thanks.
Scott Overmeyer

You can retrieve the versions from the history option and re-generate it.

Similar Messages

  • Operations not sorted in the drop list of the web service endpoint

    Hello,
    Since the beginning of oc4j standalone till the last release 10.1.3.5.0, the operations in the drop list of the web service endpoint are not alphabetically sorted,
    they are in a random order.
    If a web service contains a lot of operations, it's always difficult to find one operation in the list.
    How can this list be sorted ?
    I don't see any sort option in the web service properties (in Jdevelopper) or in the deployment descriptor (in Jdevlopper).
    Best regards
    Laurent

    You are correct...the above code is useful only when debugging in Visual Studio.  You should have better luck with either of the following two options:
    Option 1: Retrieve the id from the response of SaveChanges()
    sc.AddToSampleList(new ServiceReference.SampleListItem { Title= "Hello World" });
    System.Data.Services.Client.ChangeOperationResponse response = sc.SaveChanges().FirstOrDefault() as System.Data.Services.Client.ChangeOperationResponse;
    int id = ((ServiceReference.SampleListItem)((System.Data.Services.Client.EntityDescriptor)response.Descriptor).Entity).Id;
    Option 2: Create the list item and access its properties after calling SaveChanges()
    ServiceReference.SampleListItem li = new ServiceReference.SampleListItem { Title= "Hello World" };
    sc.AddToSampleList(li);
    sc.SaveChanges();
    int id = li.Id;

  • Regd attachment list service

    Dear all,
    I am using Integrated ITS 640 .Basis support pack is 18 . When i try to view the attachments in ME23N tran by clicking the obect service menu >> Attachment list, i am getting attachment list service popup screen for the PO but the screen is blank. When i do the same thing in R/3 GUI i am able to see the attachments for the same PO i checked thru ITS.
    Please help me in this regard.
    Thanks
    Vasu

    Hello Vasu,
    This should have been resolved using the same JVM as previously mentioned in your other message (note 980772).  If it was not then it may be a good idea to open a support message for further assistance.  You can also have the JVM window open and start the log/trace so that more information is available.
    Edgar
    Message was edited by:
            Edgar Chuang

  • Failing "List Services Information" Cluster validation test

    Hi
    I'm building a 2 node Windows 2008 SP2 Cluster. I've setup the SAN Disks, NIcs etc and am running the cluster validation tests. However this always fails on the "List Services Information" Test with the following error statement:
    "An error occurred while executing the test. There was an error getting information about the running services on the nodes. There was an error retrieving information about the Services from node '<Server FQDN>'. Object reference not set to an
    instance of an object.
    Note: I replaced the actual server fqdn with <Server FQDN>
    Any help is appreciated.
    Thanks

    Hi,
    I know it is not a SQL cluster but you could still have a try with steps below as a workaround. See:
    http://support.microsoft.com/kb/953748/en-us
    •For an integrated failover Add-Note setup, run the following command on each node that is being added:
    Setup /SkipRules=Cluster_VerifyForErrors /Action=InstallFailoverCluster
    •For an advanced or enterprise installation, run the following command:
    Setup /SkipRules=Cluster_VerifyForErrors /Action=CompleteFailoverCluster
    •If you receive this validation failure when you add a node to an existing failover installation, run the following command on each node that is being added:
    Setup /SkipRules=Cluster_VerifyForErrors /Action=AddNode
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Trouble with Integrating The Lists Service

    I have managed to integrate the lists service but, I can't save anything I do and anytime I do anything with the lists service I get this message. An error occurred accessing the WebCenter repository.
    When I start up the app I get:
    Error code 942: table or view does not exist
    Call: SELECT * FROM (SELECT /*+ FIRST_ROWS */ a.*, ROWNUM rnum  FROM (SELECT ACTIVITY_ACTOR_DETAIL_ID AS a1, STATUS AS a2, DEPARTMENT AS a3, APPLICATION_ID AS a4, ENTERPRISE_ID AS a5, VERSION AS a6, EMAIL AS a7, ACTOR_ID AS a8, MANAGER_ID AS a9, DISPLAY_NAME AS a10, UPDATED_ON AS a11, ACTOR_NAME AS a12, JOB_TITLE AS a13 FROM WC_AS_ACTOR_DETAIL WHERE (ACTOR_ID = ?)) a WHERE ROWNUM <= ?) WHERE rnum > ?
         bind => [C67208F0F21611E18F6D0FE5FA5B26A4, 1, 0]
    Query: ReadAllQuery(name="WcAsActorDetail.findActorByActorId" referenceClass=WcAsActorDetail sql="SELECT * FROM (SELECT /*+ FIRST_ROWS */ a.*, ROWNUM rnum  FROM (SELECT ACTIVITY_ACTOR_DETAIL_ID AS a1, STATUS AS a2, DEPARTMENT AS a3, APPLICATION_ID AS a4, ENTERPRISE_ID AS a5, VERSION AS a6, EMAIL AS a7, ACTOR_ID AS a8, MANAGER_ID AS a9, DISPLAY_NAME AS a10, UPDATED_ON AS a11, ACTOR_NAME AS a12, JOB_TITLE AS a13 FROM WC_AS_ACTOR_DETAIL WHERE (ACTOR_ID = ?)) a WHERE ROWNUM <= ?) WHERE rnum > ?")But when I run this query
    Select * from all_objects
    where object_type in ('TABLE', 'VIEW')
    AND object_name = 'WC_AS_ACTOR_DETAIL';It finds the table
    OWNER                          OBJECT_NAME                    SUBOBJECT_NAME                 OBJECT_ID              DATA_OBJECT_ID         OBJECT_TYPE         CREATED                   LAST_DDL_TIME             TIMESTAMP           STATUS  TEMPORARY GENERATED SECONDARY NAMESPACE              EDITION_NAME                  
    DEV1_WEBCENTER                 WC_AS_ACTOR_DETAIL                                            75853                  75853                  TABLE               17-SEP-12                 17-SEP-12                 2012-09-17:11:36:23 VALID   N         N         N         1                                                    
                                                      What am I doing wrong? Did I forget to do something or did I not do something right?
    Edited by: beachw08 on Sep 18, 2012 6:32 AM
    Edited by: beachw08 on Sep 18, 2012 8:18 AM
    Edited by: beachw08 on Sep 18, 2012 8:52 AM

    Yes I did that. I have a connection to the database and I have the WebCenter schema installed on my database. I don't understand why it can't find the table, I can find the table. Also do I have to use spaces or can Framework use lists?
    Edited by: beachw08 on Sep 19, 2012 8:35 AM
    Edited by: beachw08 on Sep 19, 2012 8:46 AM

  • Address list service failed to respond error on Exchange 2007 (after adding first 2013 server)

    Hi,
    We just installed an Exchange 2013 server within an Exchange 2007 environment.
    The Exchange 2013 (CU6) server will be used to setup a hybrid connection with O365, and move mailboxes to O365.
    After installing the Exchange 2013 server it isn't possible anymore to create/enable mailboxes on the Exchange 2007 server.
    We end up with an error :
    Mig1 TestAccount
    Failed
    Error:
    The Exchange server address list service failed to respond. This could be because of an address list or email address policy configuration error.
    Exchange Management Shell command attempted:
    Enable-Mailbox -Identity 'domain.be/customer/TEMP/Mig1 TestAccount' -Alias 'mig1' -Database 'Exchange2007\SG01\DB02'
    When executed via EMS we receive this error :
    The Exchange server address list service failed to respond. This could be because of an address list or email address policy configuration error

    Hi Lyncer
    This error can be caused if the default Public Folder Database not being pointed to the exchange 2007 database which you are trying to create a new mailbox.
    Also it can happen if System Attendant service is not running.
    Troubleshooting steps:
    1) Restart the System Attendant Service 
    2) Point the affected database to the default public folder
    Follow the below steps to do that 
    Open EMC
    Go to Organization Configuration > Mailbox.
    Select the mailbox database that you want to change the default public folder database.
    Right click the database and select properties
    In <Mailbox Database Name> Properties, click the Client Settings tab.
    Next to the Default public folder database box, click Browse.
    In Select Public Folder Database, select the public folder database from the list of public folder databases, and then click OK.
    Cheers!!!
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Using Reading List service with Twitter rather than Read It Later?

    Hello, when using twitter, there is the option to 'save' links to services such as 'Read It Later/Instapaper'. However, I don't see how to do the same but using Apple's own Reading List service. Seeing the Twitter is integrated into iOS I am a little surprised by this. Am I missing something here?
    Thxs,

    Hi,
    Is function mike_get_dir_list in your app parsing schema?
    If not, you should grant execute privilege to function on your app parsing schema and
    1. create synonym to app parsing schema
    or
    2. use schema qualifier in query
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Attaching remote event receiver to a list on host web.

    We have an O365 Sharepoint 2013 site. I am trying to create a remote event receiver and attach it to a list on host web instead of appweb. Below are the links that I am referencing to do it: 
    http://www.codeproject.com/Articles/636058/Adventures-with-SharePoint-2013-Remote-Event-Recei
    http://blogs.msdn.com/b/knewton/archive/2012/12/11/defining-content-in-host-web-from-an-app-for-sharepoint.aspx
    They are using 'AppInstalled' event to accomplish this. The method is as follows: get the client context of the host web, get our target list in the host web, get the service url of the remote event receiver using code below: 
    string remoteUrl = string.Format("https://{0}/OurRemoteEventReceiver.svc", 
      OperationContext.Current.Channel.LocalAddress.Uri.DnsSafeHost + "/services");
    and then use it while adding an event receiver to our target list. A different way of obtaining this remoteUrl is shown in the second post.
    When I try to do this I get the below error: 
    CorrelationId: eb837c4c-c434-4067-99f4-ad9b38e30d82
    3>        ErrorDetail: The remote event receiver callout failed.
    3>        ErrorType: Transient
    3>        ErrorTypeName: Intermittent
    3>        ExceptionMessage: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from
    the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
    3>        Source: Common
    3>        SourceName: Common App Deployment
    Also, the 'Grant permissions to the App' window appears when I hit Deploy and immediately goes away before I hit or even see the 'Trust it' button. Then, after a while I get the above error in output window. This happens whenever I add the 'AppEventReceiver.svc'
    by selecting 'AppInstalled' property to True and then write any code(or even not write any code) in it that targets the host web. Any suggestions please?

    Hi,
    We can add the code snippet below in the "App Installed" event handler.
    EventReceiverDefinitionCreationInformation eventReceiver = new EventReceiverDefinitionCreationInformation();
    eventReceiver.EventType = EventReceiverType.ItemAdding;
    eventReceiver.ReceiverAssembly = Assembly.GetExecutingAssembly().FullName;
    eventReceiver.ReceiverClass = "OurRemoteEventReceiver";
    eventReceiver.ReceiverName = "OurRemoteEventReceiver";
    eventReceiver.ReceiverUrl = "http://xxx/OurRemoteEventReceiver.svc";
    eventReceiver.SequenceNumber = 1000;
    Web web = SPutil.getSP("http://sub.domain.com/sites/apps");
    List targetList = web.Lists.GetByTitle("Host Web List");
    targetList.EventReceivers.Add(eventReceiver);
    web.Context.ExecuteQuery();
    You will need to include an additional .NET class as well:
    using System.Reflection;
    If the problem still existed, I  suggest to debug your remote event receiver project to find the cause of the error. The link below for your reference:
    http://blogs.msdn.com/b/officeapps/archive/2013/01/03/debugging-remote-event-receivers-with-visual-studio.aspx
    More information:
    Add list item properties with a remote event receiver
    http://code.msdn.microsoft.com/office/SharePoint-2013-Add-list-2c6e71e0
    Best Regards,
    Dennis Guo
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • The list of open web pages just flipped from right to left. How do I get it back on the right? Thankyou.

    The list of open web pages, which normally sits bottom right on my screen, flipped to the left. How can I move it back to the right?
    I clicked Alt + tab and saw 'Deplacer' (Reposition - I'm in France). Then the cursor became a thing like a crossroads and I clicked where I wanted to put the list of open pages but nothing happened.

    You may have placed the bookmarks icon on the Navigation Toolbar to open the bookmarks in the sidebar instead of the bookmarks menu button that opens a drop down list.<br />
    There are two icons available for opening or accessing the bookmarks that both have a star.<br />
    The icon with the drop marker opens the drop down list with the bookmarks (Bookmarks Menu button).<br />
    The other, without the star, opens the bookmarks in the sidebar, just like the Ctrl+B shortcut or View > Sidebar > Bookmarks
    See:
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    *http://kb.mozillazine.org/Toolbar_customization

  • How can I get a list of open web pages in Firefox (in Linux)?

    I would like to know how to get a list of open web pages in Firefox (in Linux), because I have a shortcut to open a web page and I want to get it to see if Firefox has the page open first so that it doesn't open duplicates.

    You see the "List All Tabs" button in current Firefox versions if there are that many tabs open that you get the Tab bar scroll buttons appearing.
    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }
    </nowiki></pre>
    * Permanent List-all-tabs Button: https://addons.mozilla.org/firefox/addon/permanent-listalltabs/

  • HT201365 When I upgraded my iPhone 4s to IOS7, I lost all my app icons. Where did they go? Interestingly they are still listed in notifications and I could play words with friends when I got a message on the home screen that it was my turn (but still no i

    When I upgraded my iPhone 4s to IOS7, I lost all my app icons. Where did they go? Interestingly they are still listed in notifications and I could play words with friends when I got a message on the home screen that it was my turn (but still no icon)

    Hey linfrommi,
    Thanks for the question. I understand that you are having trouble locating some application after the update to iOS 7. To troubleshoot this issue, let’s reset the home screen layout of your iPhone, which should move all of your applications to the second “page”:
    Reset iPhone settings - iPhone
    http://help.apple.com/iphone/7/#/iph7a2a9399b
    Reset Home Screen Layout:  Returns the built-in apps to their original layout on the Home screen.
    Thanks,
    Matt M.

  • Refreshing drop down list in a web template based on a query view

    Refreshing drop down list in a web template based on a query view  
    I have just developed my first set of portal pages displaying the results of Bex queries and query views in the SAP Netweaver portal. I developed the pages using web application designer. Each web template created with W.A.D is using a query or query view. In one template I have that is using a query view I am using a variable in my Bex query. This variable is of type customer exit, is set to variable is ready for input and calls some ABAP code which returns the current fiscal week number and year. When I run the query or query view in isolation through Bex analyzer the variables gets populated correctly. In my web template I have associated my variable from my query view to a drop down list box. However when I run the Iview created from this template the query results get refreshed but my drop down list box does not, it still shows last weeks week number. How do I get the drop down list box to refresh with the latest result from my customer exit variable?
    Regards
    Collin

    Hi  ,
    According to your description, my understanding is that you want to  filter a calendar based a look up column in SharePoint 2013.
    Calendar View not support OOTB filters connection. it is disabled for calendar view, you need to change view(not calendar view) so OOTB filters works and get connected to your view.
    You can achieve this using combination of jQuery and SharePoint OOB techniques.
    For jQuery filters refer to the  blog: enter SharePoint List Filters using jQuery
    Also you can filter Calendar View Web Part using JQuery and SPServices:
    http://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/
    http://joshmccarty.com/2011/11/sharepoint-jquery-and-fullcalendar%E2%80%94now-with-spservices/
    http://spservices.codeplex.com/discussions/258846
    Another  way, you can have a look at the SPFilterCalendar :
    http://www.aasoftech.com/SitePages/How%20to%20Filter%20SharePoint%20Calendar%20Dynamically.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How do I select a item from a drop down list on a web in Safari On An. IPad 2.  The list apears and disapears só QuickClips I cannot TAP anything On The list Quickly enough.

    I tried to select an item from a drop down list on a web page in safari and discovered that the list disapeared to quickly for me to make a selection.  Has anyone else found this and solved the problem.  Many thanks.

    Demo wrote:
    I tried it on my iPad and I see what you mean. From what I can see when I go to the site on my Mac, it is Flash based and that will not work anyway.
    Actually, it is Javascript and uses the 'onmouseover' event.

  • How can I get a printable list of the web sites in a tab showing both the name of the site and it's location?

    I use tab groups for specific projects and would like to print/save a list of the websites used on each project. Using the list function on a tab group produces a list of the web-sites which can be printed/saved via PrtSc and Word. How can the web-site addresses be included? With this list available I would then close the tabs.

    Someone might have created an add-on for this, although I didn't find one in a search.
    Could I suggest this workaround for now:
    (1) Use the Bookmark All Tabs feature (right-click a tab when your tab group is displayed) to save all tabs to a new folder on the bookmarks menu. Some tips in the "How do I bookmark all of my open tabs?" section of this article: [[How to use bookmarks to save and organize your favorite websites]].
    (2) Export bookmarks to an HTML file. Unfortunately, this will be all bookmarks, not just the ones you want, but hang in there. This article has the steps: [[Export Firefox bookmarks to an HTML file to back up or transfer bookmarks]].
    (3) Open the exported HTML file in Firefox or your favorite WP program. Now you can either:
    (A) Copy/paste the live links for your tab group into your preferred form of archival storage. Or
    (B) Print (e.g., select the relevant bookmarks and use the Print Selection feature). However, in order to show the URLs, you need to hack the page a little bit.
    (i) In Firefox, you can run a little script in the Web Console on the bookmarks page. Press Ctrl+Shift+k to open the web console. Copy the following line of script, then paste it next to the caret (">") in the web console and press Enter. The URLs should appear after the links.
    for(var i=0; i&lt;document.links.length; i++) {document.links[i].parentNode.appendChild(document.createTextNode(' ['+document.links[i].href+']'))}
    (ii) In Word, there probably is a macro to split the hyperlink fields into the display text and URL. If Word is your preferred tool, I'll see whether I can write one.

  • How to attach Task List in Notification

    Hi all
    How to attach Task List in Notification?
    Thanks.

    List item is forms is generally used when you have pre-defined set of values. you can define them property of list item.
    It seems you have dynamic list of values to be displayed on your form, instead go for a text item with a LOV. You can define your logic to get list of values in record group.
    Thanks
    Rishi

  • Call List in IC Web Client

    Hello All,
    I have successfully created a call list and am able to call people from the call list in IC Web Client.
    When I click the "Full View" link on the top right corner of the screen, I see a table with the following fields: No, Name, Calling Times, Telephone, Attempts and Call Result.
    After selecting the person to call, when I click on Dial button, it takes me to "Interaction Record". I fill the values there and save it successfully. Now when I come to the Call List again, the "Attempts" and "Call Result" columns show '0' and ' ' respectively.
    When I have successfully called a person, why is the Attempts column not getting updated and why is the Call Result column empty. Also what values should have ideally gone to the Call Result column.
    Your help would be greatly appreciated and rewarded.
    Regards,
    Khushboo

    Hi Carl,
    Thanks for your inputs.
    To simulate a call:
    1.) Configure Contact Center Simulator. (Refer C78 CRM Interaction Center Web Client )
    2.) Launch the Contact Center Simulator page
    3.) Click on the Information Link under the Telephony head, with information from here you will be able to launch an inbound call to a CIC Agent.
    Hope it helps.
    Regards,
    Khushboo

Maybe you are looking for

  • A different concept for producing music video's..is it possible?

    Hi, In preparing for a music video shoot this week I wondered if a feature in Soundtrack Pro 2 could be put into FCP 7??? I am recording the music (10 min) of piano and cello for a tango. After editing I will play it back for dancers. It would be inc

  • MIDI in using DLL callback function

    I am trying to get MIDI into LV. The dll used is winmm.dll and the function midiinopen (plus others) is described here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_midiinopen.asp The main problem is I don't kn

  • Query Botton

    hi, I have created a form based on a procedure.There are to buttons(Submit and Reset) created by default. But I need a query button in this form. How to do it? Thinks Frank

  • LMS 3.2 : Job Browser : OutOfMemoryError: Java heap space

    Hi, Customer has an error message when he tries to Job Browser https://@IP/cwhp/JobBrowser.do see file memory_error.docx So, we have increased the allowed heap size by editing /opt/CSCOpx/MDc/tomcat/webapps/rme/WEB-INF/classes/com/cisco/nm/rmeng/cli/

  • What's the exact use of GNS(Grid Naming Server) ???

    Hi, I have doubt that what's the use of GNS ? What's the logic behind GNS ? Can we use DNS in stead of GNS ( I assume that probably we can use DNS in place of GNS as GNS is sub domain of DNS ). The last question : Can we use GPNP without GNS ? Regard