(261936172) Q general Where are the Web Service source files?

Q <general> Where are the source files for a Web Service created
with WebLogic Workshop stored? How do I deploy the Web Service
on a different WebLogic Server? Is there a way to bundle the
Web Service project files manually to distribute them?
Is there a way to configure the directory where Workshop stores
the files?
ANSWER: (by Adam Fitzgerald, [email protected]) The .jws files are stored
in the project folder. This can be located on a local system, although by default
they are in c:\bea\wlserver700b\sample\workshop\applications. The Web Service
structure is understood by WLS 7.0 so by archiving the appropriate folder you
can transfer the Web Service in its entirety from one deployment to another.

Hi Dean,
In SharePoint 2013 Designer, the help files are online. They provide tons of general information regarding SharePoint Designer 2013.  You can also find help files at:
http://technet.microsoft.com/en-us/library/jj219638%28office.15%29.aspx .
And find a great set of information on SPD 2013 and the new Workflow architecture here:
http://msdn.microsoft.com/library/office/jj163986(v=office.15)
More information, please refer to the link:
http://blogs.msdn.com/b/sharepointdesigner/archive/2012/08/07/welcome-to-sharepoint-designer-2013-customer-preview.aspx
I hope this helps.
Thanks,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • Where are the tutorials for Raw files from my Nikon?

    Where are the tutorials for Raw files from my Nikon?

    These tutorials should how to work in camera raw so you can edit NEFs.
    How to make non-destructive edits in Camera Raw | Adobe Photoshop CC tutorials

  • Where are teh Web Services Samples?

    I have downloaded the latest PDK and the web services samples are not included. They also were not included in the Relase 2 Install of the Portal as far as I can tell. Can someone tell me where to find them.
    Thanks

    Please find Web Services samples article sources at http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/HOW.TO.BUILD.WEB.SERVICES.PORTLETS.HTML
    one can many articles related to PDK under articles folder inside pdk.zip.

  • Where is the Web Service fault in the WSDL definition?

    Hi all,
    I have created a Web Service out of function module, using the SAP standard wizard. The creation went fine, I can receive the WSDL file via the SOAMANAGER application. But: In this WSDL file it seems that the Web Service faults (i.e. the exceptions of the underlying function module) are not part of the "wsdl:operation" definition (even if they and their format are defined in that file).
    Is that a bug or do I miss something here?
    How are the faults integrated in the response definition of the service?
    Thanks in advance for your help!
    Kind regards, Matthias

    solved, see SAP note 1270688

  • Where are the J2EE services?

    I have successfully installed the SAP NetWeaver 7.0 2004s trial version on my Linux system.
    Thanks to this forum, I got my license file installed and my system is up and somewhat functional.  However, I don't think the Java stack was correctly installed or functioning.  ....or I'm making a really big assumption.
    I used transaction SICF to switch on the /sap/xi hierarchy of applications and the ping application.  I can successfully ping resources like http://hostname:8001/sap/xi/adapter_plain http://host:8001/sap/public/ping
    Ok, that's a good start, but what happened with the other common URL's like host:50100/nwa and :50100/useradmin :50100/sld   
    None of those URL's are available.  I made the assumption that the NetWeaver trial came with both the ABAP and Java stacks.  So when checked the file system I fond my directory structure to include:
    /usr/sap/N4S/DVDEBMSG01
    /usr/sap/N4S/SCS00
    /usr/sap/N4S/SYS
    I expected to find a /usr/sap/N4S/JC01 directory.
    Looks like I need to install some more software.  I guess I need the WAS 6.40 now?  
    Or did  I make a mistake during the installation process?

    We're getting somewhere now!  I'm starting to suspect that the JAVA_HOME parameter is incorrect throughout the configuration.  The path to the "Java for SAP Customers" is /opt/IBMJava2-amd64-142 throughout these log files I see references to an empty directory /usr/lib/java.
    But let's break it down one on piece at a time.
    Here's the instance profile  /usr/sap/N4S/SYS/profile/N4S_DVEBMGS01_n4shost
    SAPSYSTEMNAME = N4S
    SAPSYSTEM = 01
    INSTANCE_NAME = DVEBMGS01
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_INSTANCE)/exe
    jstartup/trimming_properties = off
    jstartup/protocol = on
    jstartup/vm/home = /usr/lib/java
    jstartup/max_caches = 500
    jstartup/release = 700
    jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)
    j2ee/dbdriver = /sapdb/programs/runtime/jar/sapdbc.jar
    exe/saposcol = $(DIR_CT_RUN)/saposcol
    rdisp/wp_no_dia = 4
    rdisp/wp_no_btc = 1
    exe/icmbnd = $(DIR_CT_RUN)/icmbnd
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
    exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)
    rdisp/j2ee_timeout = 600
    rdisp/frfc_fallback = on
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    # SAP Messaging Service parameters are set in the DEFAULT.PFL
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq = 1
    rdisp/wp_no_vb = 1
    rdisp/wp_no_vb2 = 0
    rdisp/wp_no_spo = 1
    rsdb/dbid = N4S
    dbs/ada/schema = SAPN4S
    ipc/shm_psize_10 = 136000000
    ipc/shm_psize_40 = 112000000
    # Jcontrol: Migrated Profile Parameter
    #            create at Tue Jun 13 00:41:51 2006
    j2ee/instance_id = ID0147049
    At first glance, I think this parameter:
    jstartup/vm/home = /usr/lib/java
    should be
    jstartup/vm/home = /opt/IBMJava2-amd64-142
    As for the other log files you suggested I check - these two don't exist:
    /usr/sap/N4S/DVEBMGS01/work/std_server.*
    /usr/sap/N4S/DVEBMGS01/work/dev_dispatcher*
    ...and the /usr/sap/N4S/DVEBMGS01/work/std_bootstrap.* logs are essentially empty - just some header data.
    *EDIT* I was going to post the dev_jcontrol log file here, but it complete screwed up the formatting of the message, so I cut it out and will try to post it in a different message.   After reading the dev_jcontrol log, it became apparent that I needed to have a look at the J2EE instance properties file.
    In the interests of brevity, I snipped out what I thought were the relevant bits of /usr/sap/N4S/DVEBMGS01/j2ee/cluster/instance.properties
    ID14704950.JavaPath=/usr/lib/java
    ID14704950.LogName=server0
    ID14704950.MainClass=com.sap.engine.boot.Start
    ID14704950.MaxHeapSize=1024
    ID14704950.Name=server0
    ID14704950.Parameters=
    ID14704950.RootPath=/usr/sap/N4S/DVEBMGS01/j2ee/cluster/server0
    ID14704950.Type=server
    bootstrap_ID14704900.JavaPath=/usr/lib/java
    bootstrap_ID14704900.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID14704900.MaxHeapSize=256
    bootstrap_ID14704900.Name=dispatcher bootstrap
    bootstrap_ID14704900.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014704900
    bootstrap_ID14704900.RootPath=/usr/sap/N4S/DVEBMGS01/j2ee/cluster
    bootstrap_ID14704900.Type=bootstrap
    bootstrap_ID14704950.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID14704950.JLaunchParameters=
    bootstrap_ID14704950.JavaParameters=-Djco.jarm=1
    bootstrap_ID14704950.JavaPath=/usr/lib/java
    Those JavaPath statements look suspect to me.  What do you think?  Did the installation process pickup the wrong java path?
    Edited by: Terry Riedel on May 8, 2009 8:45 AM

  • Where are the web templetes, web items and queries stored?

    Hi,
    I have created many reports using Web Application Designer and Query Designer, Now I want to get these reports and querys in my webDypro program, so i think first i must find out where can i find them, anybody know which table store the web templetes ,web items and queries?

    hi Jacky,
    query
    RSRREPDIR, RSZCOMPDIR
    (other tables : RSRREPDIR, RSZRANGE, RSZELTXREF, RSZELTTXT, RSZSELECT, RSZCOMPDIR, RSZELTDIR
    RSZCOMPIC, RSZELTPRIO, RSZELTPROP, RSZELTATTR, RSZELTTXT, RSZCALC, RSZCEL, RSZGLOBV)
    webtemplates
    RSZWTEMPLATE
    web items
    RSZWITEM                       Header Table for BW Web Items
    RSZWMDITEM                     BW Web Metadata: Template Item
    hope this helps.

  • Where are the Web Galleries????

    I must be missing something here.. I can publish a web gallery fine from within iPhoto, but doesn't it put the index page and gallery page into iWeb somewhere? I have a link to a gallery, but it has no relation to my iWeb website. This can't be how it was designed... why would people create a website in iWeb and then have to email someone a link to a random web gallery rather than viewing it from within their own website?
    I could see that I could potentially just put the link to the gallery index page on my iWeb site somewhere, but there must be a more intuitive way. What am I doing wrong?

    Tom Gewecke wrote:
    I tried it and if you select a iPhoto Web Gallery from the media browser iWeb just generates a new iWeb photo page, but does not link to the existing Web Gallery on the web.
    It does for me.
    It doesn't for me.
    If I drag a .Mac Web Gallery from the Media folder to the My Albums page iWeb generates a statis page based on the images in the gallery, rather than linking to the actual .Mac Web Gallery.
    If I choose Web Widgets -> .Mac Gallery then I get an image that does link to the .Mac Web Gallery, but I can't find a way to format the image so that it looks like an album in iWeb (i.e. put a frame around it, make it stop rotating images and just use the key photo set in iPhoto for that gallery).

  • Reading an xml file in the web services java file

    I want to read some data in the webservices file.so i am writing my own xml file through which i want to read data.but i am not able to read xml file from web services file.also , i am not able to put xml file in the .ear file,as there is no such tag in servicegen script through which i can add xml file in the .ear file.
    i know in case of servlets,i will specify context-param attributes in web.xml,and i can access those in my servlet.can i do anything like this for webservices,and i am not using any servlets for web services.
    kindly tell any solution.

    One possible option to parse an xml-file to a flex XML object:
    public function parseConXML(source:String):void
                    xmlLoader = new URLLoader();
                    xmlLoader.load(new URLRequest(source));
                      // Eventlistener: if URL loaded --> onLoadComplete function
                      xmlLoader.addEventListener(Event.COMPLETE, xmlLoadComplete);
                public function xmlLoadComplete(evt:Event):void{               
                    var xml:XML = new XML();
                     // ignore comments in XML-File
                    XML.ignoreComments = true;  
                       //ignore whitespaces in XML-File
                     XML.ignoreWhitespace = true;
                    // XML-Objekt erstellen
                    xml = new XML(evt.target.data);
                   //AFTERWARDS use your xml as your wish

  • Where are the iPad, iPhone backup files located on windows 2007?

    Hi,
    I have 3 iPads and one for my daughter and have made a few errors with back ups so need to put order in the backup names on my computer, I need to delete the irrelevant ones.
    Where are they located? Even using search i cannot find anything?
    Thank you for your help
    Best regards,
    Philip

    This article shows where they are stored for Windows XP, Vista, and 7.
    http://support.apple.com/kb/HT4946

  • Where are the archive or executable files for Adobe 4 stored in Win7?

    I read the help file, but which are the files I need to back up in case I have to reinstall the program?

    hi,
    use th following link,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f02b492c-7d76-2a10-86aa-e11e8388fde8
    Regards
    Jayapriya

  • Where are the MIDI Apple Loop files stored?

    Am I the only one that wonders where the MIDI files are stored for GarageBand? The ones installed by iLife, the Jam Pack additions and any custom MIDI loops I create are nowhere to be found. Spotlight doesn't show any MIDI loop name I search and I have spent an entire day scrounging through just about every folder on my Mac looking for these puppies! Does ANYONE know where these files are stored?!!?

    Alright, then...
    You appear to be correct, in as much as the developer specification for the Core Audio Format has provisions for a "MidiChunk". Thank you so much for at least pointing me in the right direction. I still couldn't find any explanation for this issue on the website you referred me to (and had previously visited), but I did find a small explanation in an obscure Apple Tech Document.
    What I would still like to know is:
    1. How do you access the MIDI data within the .caf files? I haven't found any application that will extract or access that data.
    2. When I create custom MIDI sequences within GarageBand and save them to the Loop Library (e.g. a piano track named "hoity-toity-supercilious-wankersequencedeluxe"), they show up in the Loop Browser but I still can't locate the actual file anywhere on my Mac. I know I can just open up a GarageBand file in Logic and then export the MIDI file out from there. But, I would REALLY like to just be able to find the file to begin with and skip that extra stage.
    If I could just find the answers to these burning questions. Oh, and (singing) if I only had a brain!
    Thanks again for getting me this far!

  • DIsk Utility fail: Where are the "temporary back up files" ?

    I was running out of space on my hard drive, so i freed up 50G by backing up and then deleting some photo and video files. I thought, like on a PC, i could run the disk utility to "erase free space" (and possible give me even more free G's) but it got stuck near the end, saying there was no longer enough disc space to continue. I deleted some more files, but it didn't help. Now my hard drive is COMPLETELY FULL (when I use inspector, it literally says "Available: Zero KB"). I think disk utility was making a temporary backup file, and that's what used up all of my free space (although I might be wrong), and sinbce it didnt finish the job, the files are still on the computer taking up unnecessary space. But now i have no idea where all of those files are! Where should they be stored? I need to free up some space ASAP! I'm a Graphic Designer, and I need this computer for work, asap.
    Is there perhaps a free program that will show me a full look at my HD space, and say which files are taking up the most space, so that I can delete -or back up- accordingly? Or maybe one that will delete unnecessary cached files or something.... I'm in panic mode!
    Thank you so much in advance for your time and help!

    Sarah CMac wrote:
    I dont understand how to carry out the action that the article mentions. I dont know where to find "/var/root/Library/Caches" no do i know what to do with "sudo rm -f /var/root/Library/Caches/TemporaryItems/*"
    This is serious greek. Can you explain what I should do with this information, please?
    Sorry, I hadn't looked at that in a while.
    Open the Terminal app (in your Applications/Utilities folder). Be *very careful* with this app. It's a direct link into UNIX, the underpinnings of OSX, but without the protections of OSX.
    In Terminal, the prompt looks like this: user-xxxxxx:~ <your name>$
    (where <your name> is your short user name). It's followed by a non-blinking block cursor.
    Copy the following after the prompt:
    sudo rm -f /var/root/Library/Caches/TemporaryItems/*
    and press Return. It should then ask for your Admin password (which won't be displayed). Press Return again.
    There may or may not be any messages displayed; you'll know it's done when you see the prompt again.

  • Where are the Adobe Story app files stored on my computer?

    I can't afford to subscribe (especially to a program I already paid for), but I really need the files that I was working on in Story offlline before the subscription-only lockdown.  I've already talked to tech support who said there's no way I can access the Story AIR application on my PC, but I absolutely need those files, so I will dig through XML or whatever format to get the info I need.
    Please help!
    Dale

    Hey,
    At the moment I keep getting an error saying "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author".
    I haven't fixed this problem yet though I've tried downloading the AIR3.3 like the other discussions say, though I don't think I even had AIR3.4 on my computer and it was working fine a month or so ago. Having said that I really want the offline files from Adobe Story as well so I can keep working on them whilst I try and fix the above problem. Any help in this area would be appreciated.
    Thanks
    Jo

  • Where are the vectors in SVG files?

    A client has given me an SVG file, and swears it is vectored.
    I only find one layer in Illustrator CC, and it's a bitmap. Am I missing something?

    You can open it up in a decent text editor and look at it. Look at a known good SVG that is vector and compare the type of information in the files. If you don't have a known good SVG, Wikipedia uses a lot of SVG files for their illustrations (like flags, etc). If you are using Windows, you could try downloading and installing InkScape, it's what a lot of people who create SVG files use.
    Otherwise, consider uploading it to dropbox or the like and post a link.

  • Where are the 270 GB of files that Finder, Disk Diag, and Disk Expert can't find?

    Late 2008 MBP 2.8 C2D running Mavericks and 750 GB replacement WD HD.  This is what I see when checking storage.  Finder and disk utlitities don't see anything that big, only the files that correspond with the typed files below (Audio, Movies, etc.).
    Under Mountain Lion the picture below was the same looking except the size of the yellow "Other" bar was 0.0 GB.
    Given the size of the files, I think they may be from when I was saving EyeTV content on my HD.  I moved everything to an external drive and manually searching for EyeTV files finds nothing.
    I'm planning on migrating to 240 GD SSD soon and don't want to run into space problems.
    Thanks in advance!

    Can't seem to post screenshot so no attachment.

Maybe you are looking for