How can I deploy the Operation find all

Hello together,
I have a big problem. 
How can I deploy the operation find all so that I can see it in the WSNavigator.
There I can just see the CRUD operations and if I try to select the operation in the Developer Studio ,when I expose the webservice, the operation is highlighted grey. But if I test the Service I can see the operation and it works.
?????? But why can I test the service with the operation find all and why is it not possible to see the operation in the WSNavigator.
Thank you

Hi Srinivasan;
thanks a lot. I could solve the problem with my <Cars>. I just deleted it. Now I have just a warning - message.
The code looks know like:
@com.sap.caf.dt.CAFOperation(name="GetAllCars")
     public gennari.mhp.types.Ret_Cars GetAllCars() {
          Ret_Cars ret_cars = new Ret_Cars();
          try {
               Collection docList = this.getcarsService().findAll();
               ret_cars.setTest((List) docList);
          } catch (CAFFindException fe) {
          return ret_cars;
But if I try to run the operation as a webservice in the webservice navigator I have following error message:
"com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException "
Is this a problem with my Java AS or is still something in my Application Service responible fort that???
Thats the XML Content:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Server</faultcode>
      <faultstring>com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException</faultstring>
      <detail>
        <yq1:com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException xmlns:yq1="http://sap-j2ee-engine/client-runtime-error">
          <!-- com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException -->
        </yq1:com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException>
      </detail>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thank you
Regards Marco

Similar Messages

  • How can I deploy the setting of clear cache on exit for all users?

    How can I deploy the setting of clear cache on exit for all users?

    Note that Firefox disables the disk cache if you use "Clear history when Firefox closes" to clear the cache (see about:cache), so you can either disable the disk cache via its related pref or set the prefs related to clearing this data,but then other items that have a check-mark by default are cleared as well.
    *browser.cache.disk.enable
    *privacy.clearOnShutdown.cache
    *privacy.sanitize.sanitizeOnShutdown
    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See also:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/

  • How can I deploy the WAR application in the Tomcat

    How can I deploy the WAR application in the Tomcat. Do I have to do any manifest file.
    Thanks
    S. Nikov

    First of all, which version of Tomcat are you using?
    Deploying a WAR file in Tomcat is very easy. Just put the WAR file in the %TOMCAT_HOME%\webapps directory and start Tomcat. It will automatically find the WAR.
    Please read the Tomcat documentation: start Tomcat and point your browser to http://localhost:8080
    Jesper

  • How can i get the list of all users present in the UME ?

    Hi Experts,
    How can i get the list of all users present in the UME ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded
    -pankaj chouhan

    Hi Pankaj,
    find the official NetWeaver security javadocs (including access to UME) <a href="http://help.sap.com/javadocs/NW04S/current/se/index.html">here</a>. Look for classs UMFactory and proceed from there.
    Best regards,
    Martin

  • How can I make the list of all bookmarks as my startpage?

    How can I make the list of all bookmarks as my startpage?

    i am also like what you asked because the bookmark i like chrome bookmarks arragement but not good on firefox and the current bookmarks makes hard to know where and what i am look i said the bookmarks not shows well and its hard
    I like bookmark must have a small image whenever saving the page and it have a small details about the page that helps to find easily

  • On iMovie 10.0.7 how can I change the duration of all of my photos in the project at once?

    On iMovie 10.0.7 how can I change the duration of all of my photos in the project at once?

    You can set the default duration of stills but you have to do it before you start the project. 
    iMovie is not really suitable for stop motion videos and iMovie 10 is worse than iMovie 9 because the minimum still duration is not really controllable as you have found.   I don't have experience of making such videos but there are 3rd party apps which appear more suited to this, for example http://www.macworld.com/article/1146623/stop_motion_Mac.html
    mentions some of them, though its a bit old and you may be able to find more up to date information.
    Geoff.

  • How can I calculate the load from all modules in ECC6.0 for our production

    Hello Experts,
    I have doubt , how can I check the load from all modules like FI, SD, MM, HR, PP, BASIS, ............etc from sap level. Can you explain from which transaction and how to check the workload for each module seperately from sap level. We are wondering about the size utilization of each module. Our production database is R3 ECC 6.0 on Oracle 10.2 on AIX operating systems.
    Thanks for your help in this regard.
    Thanks & Regards,
    Haseem.

    Hi
    Check in ST07 the application monitor.
    Regards
    Bhaskar

  • How can i get the list of all users present in the LDAP

    Hi Experts,
    How can i get the list of all users present in the LDAP ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded

    Well it will depend on exactly where your UME configuration points to in the LDAP tree but yes, it is possible to get all users.  Something like the following should do it:
    import com.sap.security.api.*;
    import com.sapportals.portal.prt.component.*;
    IUserFactory iuf;
    ISearchResult isr;
    IUser user
    String userid;
    iuf = UMFactory.getUserFactory();
    isr = iuf.getUniqueIDs();
    you will need to iterate the ISearchResult object but you can get IUser objects by
    userid = (String)isr.next();
    user = iuf.getUser(userid);
    then you can imanipulate / identify / or whatever you need with the user object
    Haydn

  • How can I change the settings of all instances of a particular effect?

    I've applied the same color correction effect to a lot of clips in the timeline. Now I want to fine tune the color correction (same setting for all clips still). How can I change the setting of all instances of the color correction effect without going into each clip manually?
    Looking forward to your thoughts on this!! Go on and save my cold winter editing day ...

    I was first hoping for File> New > Adjustment layer, but it's always greyed out. I thought that would create an adjustment layer, maybe I'm misunderstanding something? Anyway, if I create a black video stump and then right click it and choose "Adjustment layer", it will turn into one, and everything works as it should with that. If the black video become adjustment layer is placed on a video track atop my video, and I add for example color correction to it, it will be applied to the videos below.

  • How can i get the list of all tcode used by user of particular module

    Hi,
    How can i get the list of all tcode used by user of particular module (e.g FI , MM ,PP) within year .
    Regards
    Vikram

    Login to your SAP System
    Run TCode SE16
    Type Table Name : TSTCT
    Press F7 Key (Table Contents )
    Go to Settings in menu bar
    Select User Parameters
    Under Keyword select Field Label and press green check mark
    Select your criteria in Data Browser and execute
    You will see all t codes in there
    Regards,
    Yogesh

  • I need to reinstall my Linux Mint, therfore also Thunderbird. How can I save the adresses and all my messages (copy and past in new Thunderbird after install)

    I need to reinstall my Linux Mint 17 mate, therfore also Thunderbird. How can I save the adresses and all my messages (copy and past in new Thunderbird after install)?

    Thank you for your suggestion. I have installed Linux Mint 17.1 with the Thunderbird and everything I had installed was still there. So, I didn´t need these mesures.
    Thanks anyway.

  • How can I change the duration for all clips in iMovie 10.2

    How can I change the duration for all clips in iMovie 10.2?  I'm used to working in the older version of iMovie where all I had to do was click on the gear on the clip and change the duration. ALso could use the tool bar to set the duration for all clips. Can't figure out how to do that in this new version. Any suggestions would be appreciated.

    In the timeline select the clip whose duration you want to change. Click the adjust button at the top of the viewer and then click the i button and you can set the duration. For multiple clips select them all and in the i button type in the duration you want and it will be applied to all the selected clips. You can also change the duration of a clip in the timeline by putting the cursor over the beginning or end of a clip and dragging. A popup will show the new duration.

  • I have Mac OS X 10.5.8.  How can I upgrade the operating system?

    I have a Mac OS X 10.5.8.  How can I upgrade the operating system so I can get i Life 11?

    You will need Snow Leopard which is available as a retail disk for $29 from the Apple store or online resellers. Make sure your Mac meets the system requirements; 1 GB RAM is the absolute minimum - 2 GB would be better.

  • How can we manage the operations subcontracted in B1 ?

    Good morning
    How can we manage the operations subcontracted in B1?
    For example.
    I have a purchased item (a box A0001)
    I must paint (Service Item  P0001)
    I have a finished product that I sell (The box painted A0002)
    I have a BOM  for this item  which contains
    A0001 + P00001
    Can we have a floating price for article P0001?
    Can we have a purchase order for the Item P0001 from a production order of item A0002 ?
    etc. ...
    I am a new French partner. My apologies if this issue already exists and then for my English .....

    Can we have a floating price for article P0001?
    P0001 being a service item would be defined as a standard cost item with Issue method backflush.  In this case using a floating price might not be possible. 
    You could actually consider the quantity to be the price and define the price as 0.1 / any lowest mutiple and in the Production Order change the quantity to equal the total cost of painting.
    Can we have a purchase order for the Item P0001 from a production order of item A0002 ?
    P0001 if defined as a labor / service item cannot be purchased.

  • How can I decrease the leading on all hard returns?

    How can I decrease the leading on all hard returns? I have a paragraphs that has 12pt leading, but I want 8pt leading on the returns. Is there a way to change them all at the same time? I know you can increase them by using the space before and after tabs. They only let you go from 0" and up, but not in the negative.

    I figured it out. Instead of having two hard returns I just used one and used the space after. I was using the space after and before option incorrectly. Thank you.

Maybe you are looking for

  • Very slow macbook pro performance

    I have issues with very slow response time & the spinning ball almost constantly with my Macbook Pro. I've included the EtreCheck report here & hope someone can help. I'm not so technically savvy, so layman's terms would be great! Cheers EtreCheck ve

  • Why reinstalling OSX doesn't work

    unfortunately I can not reinstall OSX, please help. many thanks

  • Got a laptop with BESTBUY warrenty if i change the os what will happen to warrenty.

    I was wandering i bought a laptop from BESTBUY ( in stores ) it is a Samsung laptops cost like 400$. And I got the extended warrenty with BESTBUY am I allowed to change the operating system and if something goes wrong will they still stand behind the

  • How can i sort the RowSet?

    I have the 2 (master and detail) entity objects, and corresponding 2 (master and detail) view objects. Then i've generated the entity object class for the master EO, this class has methods of getting/setting EO attributes, and method for getting a ro

  • Can 'Form Data' Be Called From Within A JavaScript?

    Hi, I'm trying to import form data from within a JavaScript. What would the following code be changed to, if my form data file was called "NewDoc"? n=app.alert("Are you sure you want to Reset?/Êtes-vous certain de vouloir recommencer?",2,1); if (n==1